python-sdk
python-sdk copied to clipboard
项目跨平台上传短视频到七牛云会出现连接失败,状态码-1,返回体为空的问题
在win10本地测试上传视频到七牛云基本都是成功没问题的,但是项目部署到阿里云ubuntu系统基本会出现报错:text_body:None, status_code:-1, exception:('Connection aborted.', timeout('timed out',)), req_id:None, error:('Connection aborted.', timeout('timed out',)), x_log:None, _ResponseInfo__response:None 请问下这个问题怎么解决呀
我也总是上传出现这个问题: _ResponseInfo__response:None, exception:('Connection aborted.', timeout('timed out',)), status_code:-1, text_body:None, req_id:None, x_log:None, error:('Connection aborted.', timeout('timed out',)) 有时上传正常, 有时就出现这种错误! 楼主有解决方法吗?
+1,我也出现这种问题 error:('Connection aborted.', timeout('timed out',)), x_log:None, exception:('Connection aborted.', timeout('timed out',)), status_code:-1, req_id:None, _ResponseInfo__response:None, text_body:None
内部issue TS-996
-1一般是网络问题导致失败,需要相关信息(比如客户端ip,请求时间,请求到的节点ip)给我们来排查,具体可以提交下工单 https://support.qiniu.com/tickets/new
大概率因为阿里云带宽太小了,可以尝试调大带宽.