bernd-wechner / Degoo

CLI tool(s) for working with Degoo cloud storage
Other
143 stars 41 forks source link

Downloads seem to stop at 128MB #29

Closed bernd-wechner closed 2 years ago

bernd-wechner commented 2 years ago

This seems to be a bug at the Degoo end. Am curious if it is global, if others are experiencing same (or account specific or such). I have filed a support ticket with Degoo.

The issue is easily reproduced:

1) Upload a large file (I use video files) 2) Download it again. Only the first 128MB are downloaded.

This turns out to be true using degoo_put and degoo_get from this repo, but also using the Degoo web app. Hence the conclusion it is at the Degoo end. it is the wget library:

https://github.com/bernd-wechner/python3-wget

That is simply returning, with no error, before the file is complete, consistently at about 128MB irrespective of the file size (as long as it's over 128MB ;-).

bernd-wechner commented 2 years ago

This has no been fixed by Degoo at their end. It was indeed a bug of theirs. And we're again able to download our files. No idea how long it's been broken as I've not used this in a while.