-
Notifications
You must be signed in to change notification settings - Fork 41
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
[建议]不要用requests做post异步上传 #16
Comments
谢谢反馈,我正想重写这部分 |
作者大大,近几天上传越来越不稳定,经常报上面的错误…… |
抱歉最近稍微有些忙……得过段时间才能修 |
可以详细说下你这个错误出现的时候的情况吗? |
我这边开到10+线程还没有复现这个错误……有出过错的可以分享下出错时的代码吗 |
反正是不定时报错.我已经用go重写逻辑了.... |
你重写之后遇到过104错误码吗?还有一个问题是你是怎么分析出使用requests包导致这个问题的呢? |
没遇到过104错误...我看控制台打印的日志卡在某一个分片发送失败,然后错误就是urllib3发送失败,重写的项目我已经上传了 |
多谢反馈,那我再去查查其他地方看看能不能复现这个问题 |
用aiohttp都好,requests做上传比较容易报
这个错误
The text was updated successfully, but these errors were encountered: