-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No download URL #34
Comments
Firs thing I do with debugging such a thing is check whether it's doable using Degoo's web app. That sets the standard for me. If it can't then I'm looking at a Degoo feature/bug/limitation and if worth my while I contact Degoo support. I have found such things and they have responded and fixed them. If it can, then I watch the download in the browsers Network transaction watcher (usually press F12 in browser, click Network, clear the data and then click Download) I log the whole transaction and then in a text editor format it nicely (I use Atom and it has a lot of beautifiers, usually a JSON beautifier lays it out nicely). That's basically how The patch you supplied is puzzling. As it seems to do nothing. Replaces |
Patch does something when I tried downloading the files with web browser and it fails, so perhaps it's a problem at Degoo's end or something went wrong while uploading. Details of the file in web UI shows file size correctly though. Strange thing is that even if I delete the files from Degoo and re-upload them, the same files are missing. |
I had the same issue and was able to trace it back to the wrong "checksum" being created. |
ok i have to correct myself. unfortunately the error remains with python 3.9 and i have to correct the checksum manually. Then it works: I am pretty sure the issues was gone on my first python3.9 setup but now it is there again on another machine.. maybe I should double check |
@bernd-wechner could you maybe have another look at this issues? |
I am using Cryptomator to encrypt my files before uploading to Degoo service.
Upload using
degoo_put
works (after making a small change in code):python degoo_put /mnt/kuvat /Web
After successfull upload I try to download the same directory to another folder:
python degoo_get /Web/kuvat /mnt/kuvat2
Some of the files are downloaded correctly while some of them output error:
<file> apparently has no URL to download from.
Has anyone faced such problems in the past? Any help how to debug the issue is appreciated.
Zip package of files I have used (to try to reproduce the problem) can be downloaded from here
The text was updated successfully, but these errors were encountered: