-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Connection error while downloading documents #25
Comments
UPDATE: After multiple execution of the command the download of all documents is successfull, however this took about 5 iterations. However I don´t think that it is an error in the code but rather a problem of the API of Trade Republic maybe. |
Mh maybe there are too many parallel tcp connections. |
@Johannes0941 I added a new option |
I used the version available 2 days ago. Also your Package is linked in the Parquet community forum, maybe more people there who can benefit from the package :) |
Description of the bug
While trying to download the documents with dl_docs the code stops in the middle
To Reproduce
Hard to describe, as it is probably user dependent, my guess would be, that the pytr package might not support options trading and it canceled at the first of these documents. Maybe a better error handling strategy would be to to skip these documents and then name all skipped documents at the end of code execution
Error log
Maybe one way to solve this is if you could tell me one line of code, where I could insert a print, to know after which iteration the code stops.
Connection during code execution was always good, so I can´t imagine that to be the problem.
Thank you for your help and the very promising tool!
The text was updated successfully, but these errors were encountered: