We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
上传文件时触发 JSONDecodeError,经分析是 core.py 中 _upload_small_file( ... ) 出现问题:
JSONDecodeError
core.py
_upload_small_file( ... )
result = self._post('https://pc.woozooo.com/fileup.php', data=monitor, headers=tmp_header, timeout=3600) if not result: # 网络异常 file.close() return LanZouCloud.NETWORK_ERROR else: result = result.json()
按照 #90 的做法,将 https://pc.woozooo.com/fileup.php 改为 https://pc.woozooo.com/html5up.php 后问题解决。
https://pc.woozooo.com/fileup.php
https://pc.woozooo.com/html5up.php
烦请作者修复,感谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
上传文件时触发
JSONDecodeError
,经分析是core.py
中_upload_small_file( ... )
出现问题:按照 #90 的做法,将
https://pc.woozooo.com/fileup.php
改为https://pc.woozooo.com/html5up.php
后问题解决。烦请作者修复,感谢!
The text was updated successfully, but these errors were encountered: