houtianze / bypy

Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端
MIT License
7.89k stars 1.4k forks source link

可以下载,但是无法上传 #613

Closed Yifan-haddock closed 2 years ago

Yifan-haddock commented 2 years ago

一台服务器上既可以上传也可以下载,但另一台服务器不能上传,下载没有问题。

bypy upload -v -d --disable-ssl-check

<E> [23:08:07] Error accessing 'https://c.pcs.baidu.com/rest/2.0/pcs/file'
<E> [23:08:07] Exception:
<class 'requests.exceptions.ConnectionError'> - HTTPSConnectionPool(host='c.pcs.baidu.com', port=443): Max retries exceeded with url: /rest/2.0/pcs/file?method=upload&path=...(Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdb879a0d00>: Failed to establish a new connection: [Errno 101] Network is unreachable'))