teldrive icon indicating copy to clipboard operation
teldrive copied to clipboard

Various errors trying to upload large files

Open nullish-cat opened this issue 1 year ago • 3 comments

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.

nullish-cat avatar Dec 09 '23 01:12 nullish-cat

exact same for me

Pruddel avatar Feb 07 '24 19:02 Pruddel

Simply add the --multi-thread-streams=0 parameter to resolve your issue in rclone.

cj-neo avatar Mar 08 '24 14:03 cj-neo

Note that the issue is not actually solved, please refer to https://github.com/divyam234/teldrive/issues/165

cj-neo avatar Mar 09 '24 02:03 cj-neo