-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
百度网盘上传出现 errno2:参数错误 #4863
Comments
See
|
理论上根据bot提到的issue的处理来看,早在2月就解决了,但是今天又出现了这个问题 |
通过本地调试,复现问题。 但是通过对比发现成功的请求和失败的请求并没有什么区别,参数都是合法的,失败的请求重试一次就成功了。感觉是百度云盘服务器的问题? |
百度网盘API文档的错误码不完整 错误码2 在授权部分的文档中有,感觉是他们的服务的问题 |
那把这个问题写到文档里吧 |
我也遇到相同问题,国外大盘鸡上传大文件报错 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).Alist Version / Alist 版本
v3.23.0
Driver used / 使用的存储驱动
百度网盘
Describe the bug / 问题描述
上传到百度网盘第一次出现errno2(参数有误),之后就一直跑条,一直errno2,两个小文件没问题,这个大点的文件就会出现。
多人反馈同样问题,重试后可以解决。
Reproduction / 复现链接
无
Logs / 日志
DEBU[2023-07-29 22:10:38]/source/internal/op/fs.go:556 github.com/alist-org/alist/v3/internal/op.Put() put file [2023-07-29_20-00-42_《崩坏3》「林海绮律」线上音乐会.xml] done
DEBU[2023-07-29 22:10:38]/source/internal/fs/copy.go:78 github.com/alist-org/alist/v3/internal/fs.copyBetween2Storages.func2() copy file between storages: errno: 2, refer to https://pan.baidu.com/union/doc/
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:575
github.com/alist-org/alist/v3/internal/fs.copyFileBetween2Storages
/source/internal/fs/copy.go:101
github.com/alist-org/alist/v3/internal/fs.copyBetween2Storages.func2
/source/internal/fs/copy.go:77
github.com/alist-org/alist/v3/pkg/task.(*Task[...]).run
/source/pkg/task/task.go:82
github.com/alist-org/alist/v3/pkg/task.(*Manager[...]).do.func1
/source/pkg/task/manager.go:33
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1598
ERRO[2023-07-29 22:10:38]/source/pkg/task/task.go:84 github.com/alist-org/alist/v3/pkg/task.(*Task[...]).run() error [errno: 2, refer to https://pan.baidu.com/union/doc/
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:575
github.com/alist-org/alist/v3/internal/fs.copyFileBetween2Storages
/source/internal/fs/copy.go:101
github.com/alist-org/alist/v3/internal/fs.copyBetween2Storages.func2
/source/internal/fs/copy.go:77
github.com/alist-org/alist/v3/pkg/task.(*Task[...]).run
/source/pkg/task/task.go:82
github.com/alist-org/alist/v3/pkg/task.(*Manager[...]).do.func1
/source/pkg/task/manager.go:33
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1598] while run task [copy /_BililiveRecord to /百度网盘]
The text was updated successfully, but these errors were encountered: