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
使用sync的upload模式,发现有些文件一直在重复上传动作,然而手动执行aliyunpan upload相同文件到同样的路径,却可以上传成功。 打开调试log,看到sync上传失败的log如下: do request url: https://openapi.alipan.com/adrive/v1.0/openFile/get_by_path 上传到网盘:/备份/Box/ql/repo/shufflewzc_faker2_main/jd_618red.js ↑ 0B/502.03KB(0.00%) 1.81MB/s............[2024-6-8 11:19:33.626] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/list [2024-6-8 11:19:33.670] 分片上传出错: 分片0 => Put "https://….省略链接… ": net/http: HTTP/1.x transport connection broken: http: ContentLength=514076 with Body length 348541 [2024-6-8 11:19:33.670] upload file data chunk error UploadErrorTerminate [2024-6-8 11:19:33.670] error: %!v(PANIC=Error method: runtime error: invalid memory address or nil pointer dereference) [2024-6-8 11:19:33.670] do file upload process
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用sync的upload模式,发现有些文件一直在重复上传动作,然而手动执行aliyunpan upload相同文件到同样的路径,却可以上传成功。
打开调试log,看到sync上传失败的log如下:
do request url: https://openapi.alipan.com/adrive/v1.0/openFile/get_by_path
上传到网盘:/备份/Box/ql/repo/shufflewzc_faker2_main/jd_618red.js ↑ 0B/502.03KB(0.00%) 1.81MB/s............[2024-6-8 11:19:33.626] do request url: https://openapi.alipan.com/adrive/v1.0/openFile/list
[2024-6-8 11:19:33.670] 分片上传出错: 分片0 => Put "https://….省略链接… ": net/http: HTTP/1.x transport connection broken: http: ContentLength=514076 with Body length 348541
[2024-6-8 11:19:33.670] upload file data chunk error UploadErrorTerminate
[2024-6-8 11:19:33.670] error: %!v(PANIC=Error method: runtime error: invalid memory address or nil pointer dereference)
[2024-6-8 11:19:33.670] do file upload process
The text was updated successfully, but these errors were encountered: