Replies: 2 comments 30 replies
-
Beta Was this translation helpful? Give feedback.
23 replies
-
找到问题了,百度上传因为要使用seek,所以必须先把整个文件先接受并存储为alist 临时目录temp下的临时文件,然后再去处理,此时rclone等软件会认为数据都已经上传成功了,只是等待最后服务器返回一个成功的信号。此时如果是大文件alist是需要一定的时间才能上传完,而rclone 有默认的5分钟超时,超过5分钟就会断开连接并重新上传,所以需要在任何rclone 复制等操作时加入 --timeout |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前上传大文件报错,小文件正常上传
ERROR RESTY Post "https://d.pcs.baidu.com/rest/2.0/pcs/superfile2?access_token=***********=upload&partseq=1&path=%252F%25E6%258A%2596%25E9%259F%25B3%252F%25E4%25B8%25AD%25E5%259B%25BD%25E8%2588%259E%25E7%258F%258D%25E5%25A6%25AE%2520%25E6%258A%2596%25E9%259F%25B32023-07-28T10_17_58.mp4&type=tmpfile&uploadid=P1-MTAuMjI5LjE4Ni4xNzM6MTY5MDUxNzQyMToyMjQxODQxOTQwODUwMTY5ODU%3D": read tcp 172.17.0.6:33080->110.242.69.44:443: read: connection reset by peer, Attempt 1
rclone挂载参数
rclone mount baidu: /mnt/sda/data/baidu --cache-dir /mnt/sda/data/rclonecache --vfs-cache-mode full --header "Referer:https://pan.baidu.com/" --header "User-Agent:pan.baidu.com" --no-modtime --multi-thread-streams 8 --vfs-read-chunk-size 256M --vfs-read-chunk-size-limit 600M --buffer-size 4096M --daemon
Beta Was this translation helpful? Give feedback.
All reactions