-
Notifications
You must be signed in to change notification settings - Fork 23
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
Timeout Error #18
Comments
[Depop] Added option to start from specific item as requested in #18
Just downloaded an account with 8296 products without problems. I added an option to start from a specific item. |
Hi, thanks for looking into this for me. That is interesting, I have no idea why I seem to be getting the error. But after trying on a few different networks it seems to be an issue with mine. I will paste the error however if you are interested, or it is something obvious. File "C:\Users\harve\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connection.py", line 174, in _new_conn During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): For now though the new feature should help. Thank you. |
Hi, Thought I would update to help close this issue. Spent a lot of time looking into the timeout issue with using requests and think the main culprit is simply down to the network I'm on... Unfortunately I don't know why the error occurs, but any other solutions I've found don't seem to work. I've tried using different networks and everything works perfectly fine. If possible, could you add an argument to auto-restart where it left off if the program stops? Rather than this being a manual process? |
Hi,
I still receive a timeout error when downloading data from Depop, this happens after downloading data from about 200 items. However, I believe it is something to do with my network as I only seem to get the error on my wifi. When I use a 4g hotspot from my phone the program doesn't timeout.
However, in light of not using up all my 4G, I was wondering if you could try solve the issue? Either by being able to wait longer for a response to avoid a timeout? Or if the program does timeout, to be able to restart it where it left off? Rather than having to start the download of a store from the start.
Thank you.
The text was updated successfully, but these errors were encountered: