-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full Syncing non stop #182
Comments
The same issue has been confirmed in my environment from June 24, 2019. Probably, the full sync is running. it takes a very long time. I investigated this issue with packet capture, I confirmed the following.
The point is that download speed is very slow, but the download is ongoing. The same behavior was confirmed using several different networks [1], so I suspects that a band-limiting device exists on the route. For this problem, what nvPY can do is limited. Because nvPY can not determine reason for the download speed issue whether narrow band network or band-limiting. If you have any good ideas, please let me know. [1]: Tested on mobile, CATV line and university network |
API server will limit bandwidth while downloading the large response. To avoid this problem, reduce the response size. See #182
I added a workaround and pushed to master branch. Please try it.
|
I did install the latest version and it is working fine. Many thanks. |
Hello,
when I launch the latest version of the app (1.2.1 from PyPi), it constantly says 'Full Syncing'. Nothing interesting appears in the logs.
The text was updated successfully, but these errors were encountered: