-
Notifications
You must be signed in to change notification settings - Fork 250
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
卡在秒传检查 #35
Comments
系统是 ubuntu 20.4 |
希望大佬能给予帮助 谢谢 |
检查 requests 版本 |
你好 , 我检查了 root@Lenovo:~/kooapk/kooapk-kitchen# pip3 install requests 请问版本有什么不对么 |
是不是登录过期了,方便的话,重命名一下 .config 试试重新登陆 |
谢谢指点。 不过还是不行 刚刚已经重新登录了 |
交互模式和单任务命令行模式都试了 不行 |
我尝试在正常上传中切断网络会得到类似的异常。
|
[0] Status: Running | Process:秒传检查 | Upload: /root/test.mkv -> 全部文件 Exception in thread Thread-1: During handling of the above exception, another exception occurred: Traceback (most recent call last): 同样的问题,很奇怪,一直卡在秒传检查。 系统版本:Deabin 10 buster certifi 2020.6.20 |
@X1A0CA1 很大可能是天翼云检测到 IDC 的 IP,然后无限重定向。我在阿里云的机器上是不能正常使用的,本地倒是可以,别的 IDC 我还没试过。 |
我在两台服务器上测试了,一台是 Hetzner 的服务器,一台是 online.net的服务器,均可以正常下载,但都卡在秒传检查。 2020.7.6 22:39 编辑使用秒传失败的服务器继续进行上传,只不过文件更换为dd创建的一个 100M 的文件。
并重新在 cloud189 中上传,秒传成功
同日 23:00 编辑尝试使用 dd 创建一个 1G 大小的文件来上传,但是依然卡在检查。且得到以下结果。
23:33500M 的文件成功上传。
900M 的文件成功上传
1026M 的文件 报错
初步结论: |
我这里是4G以上的电影会报 |
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 467, in send
low_conn.endheaders()
File "/usr/lib/python3.8/http/client.py", line 1235, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1006, in send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 946, in send
self.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 352, in connect
self.sock = ssl_wrap_socket(
File "/usr/lib/python3/dist-packages/urllib3/util/ssl.py", line 383, in ssl_wrap_socket
return context.wrap_socket(sock)
File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/usr/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1108)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/root/kooapk/kooapk-kitchen/tools/cloud189/cloud189/cli/downloader.py", line 232, in run
infos = self._disk.upload_dir(self._up_path, self._folder_id, self._force, self._mkdir,
File "/root/kooapk/kooapk-kitchen/tools/cloud189/cloud189/api/core.py", line 724, in upload_dir
up_code = self.upload_file(upload_file[0], upload_file[1], force=force, callback=callback)
File "/root/kooapk/kooapk-kitchen/tools/cloud189/cloud189/api/core.py", line 662, in upload_file
return self._upload_file_by_client(up_info)
File "/root/kooapk/kooapk-kitchen/tools/cloud189/cloud189/api/core.py", line 537, in _upload_file_by_client
code = self._upload_file_data(file_upload_url, upload_file_id, up_info)
File "/root/kooapk/kooapk-kitchen/tools/cloud189/cloud189/api/core.py", line 469, in _upload_file_data
resp = requests.put(url, data=post_data, headers=headers)
File "/usr/lib/python3/dist-packages/requests/api.py", line 131, in put
return request('put', url, data=data, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
[0] Status: Finished | Process:秒传检查 | Upload: romok/tmp (1/9) -> 全部文件
The text was updated successfully, but these errors were encountered: