teldrive
teldrive copied to clipboard
Various errors trying to upload large files
Whenever I try to upload a file larger than 1GB, it has a ERR_CONNECTION_RESET error on the website. On rclone, there's two main errors:
-
"{\"code\":500,\"message\":\"callback: upload part: send upload part 1 RPC: retry middleware skip: rpcDoRequest: rpc error code 400: FILE_PARTS_INVALID\"}"
- This occurs if it's able to even upload everything
-
multi-thread copy: failed to close object after copy: uploaded failed
- This occurs partway in, usually around the ~150MB mark. It slows down to a crawl and then errors out.
I'm not sure if it's just my internet but I'm able to upload fine to qiwi and everything else. I'm able to upload smaller files.
exact same for me
Simply add the --multi-thread-streams=0
parameter to resolve your issue in rclone.
Note that the issue is not actually solved, please refer to https://github.com/divyam234/teldrive/issues/165