tgdrive / teldrive

Telegram Drive
MIT License
1.74k stars 258 forks source link

Various errors trying to upload large files #74

Closed nullish-cat closed 3 months ago

nullish-cat commented 9 months ago

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:

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.

Pruddel commented 7 months ago

exact same for me

cj-neo commented 6 months ago

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

cj-neo commented 6 months ago

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