-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
下载文件到本地时出现如下错误 #111
Comments
不客气。能运行加 |
谢谢! 当我运行bypy.py syncdown abc ./ -d -v时,出现如下信息: Token file: '/home/ubuntu/.bypy.json' Debug = 1Loading Hash Cache File '/home/ubuntu/.bypy.pickle'... Done [21:33:31] Function: __downchunks_act [21:33:41] Function: __downchunks_act [21:34:01] Function: __downchunks_act |
这个error(104, 'Connection reset by peer')貌似是百度方面的问题,我不知道怎么解决。。 On Sat, Jan 24, 2015 at 9:35 PM, freedomjoke notifications@github.com
|
谢谢!我用bcloud也是存在这个问题,上传的时候都是卡住了,有可能是这边网关做了什么限制什么的。。。 |
你可以先试试我的这个fork 我用pycurl替换了__request_work()中的request.get(),应该能够正常下载 list和downfile功能是调通的,不过别的功能会出错 |
@houtianze , @petronny , 谢谢! |
-bash-4.1$ python bypy.py downdir -v 求解答呀,这是什么问题呢? |
程序在重试,如果没有出现重试失败可以不予理会。 |
首先非常谢谢作者开发这个非常好的工具!
我的百度网盘目录下/apps/bypy/abc这个目录,我使用
bypy.py syncdown abc ./想要把这个目录下载到当前目录下时,出现如下错误:
[13:53:03] Waiting 10 seconds before retrying...
[13:53:13] Request Try #2 / 5
[13:53:13] Waiting 20 seconds before retrying...
[13:53:33] Request Try #3 / 5
[13:53:34] Waiting 30 seconds before retrying...
[13:54:04] Request Try #4 / 5
[13:54:04] Waiting 40 seconds before retrying...
[13:54:44] Request Try #5 / 5
[13:54:44] Maximum number (5) of tries failed.
[13:54:45] Waiting 10 seconds before retrying...
[13:54:55] Request Try #2 / 5
[13:54:55] Waiting 20 seconds before retrying...
[13:55:15] Request Try #3 / 5
[13:55:15] Waiting 30 seconds before retrying...
[13:55:45] Request Try #4 / 5
[13:55:46] Waiting 40 seconds before retrying...
[13:56:26] Request Try #5 / 5
[13:56:26] Maximum number (5) of tries failed.
[13:56:27] Waiting 10 seconds before retrying...
[13:56:37] Request Try #2 / 5
[13:56:37] Waiting 20 seconds before retrying...
[13:56:57] Request Try #3 / 5
[13:56:57] Waiting 30 seconds before retrying...
The text was updated successfully, but these errors were encountered: