We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Still having trouble with timeout when downloading big files
Downloading: CIMG0889.AVI, Size:325.9M[################################] 340131840/341698120 - 00:31:26 Traceback (most recent call last): File "C:\Python27\Scripts\jotta-download-script.py", line 9, in <module> load_entry_point('jottalib==0.4.1.post1', 'console_scripts', 'jotta-download')() File "c:\python27\lib\site-packages\jottalib\cli.py", line 351, in download File "c:\python27\lib\site-packages\jottalib\JFS.py", line 907, in stream File "c:\python27\lib\site-packages\requests\models.py", line 667, in generate raise ConnectionError(e) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.jottacloud.com', port=443): Read timed out.
The text was updated successfully, but these errors were encountered:
Hi @antonhagg - Am I reading it correctly, you've been waiting 31 minutes before timeout?
Sorry, something went wrong.
On closer look, it would seem you are running an old install of jottalib here?
load_entry_point('jottalib==0.4.1.post1', 'console_scripts', 'jotta-download')()
No branches or pull requests
Still having trouble with timeout when downloading big files
The text was updated successfully, but these errors were encountered: