Connection aborted and Read timeouts when downloading from mangadex.org
See original GitHub issueBug report
Environment (please complete the following information):
Description | Data |
---|---|
OS | Ubuntu 18.04 LTS |
Python version | 3.6.9 |
Pip version | 9.0.3 |
Manga-py version | 1.19.12 |
URL | https://mangadex.org/* |
To Reproduce:
Steps to reproduce the behavior:
- Download any manga from mangadex
- During download, error spams the following then it continues downloading current chapter
ERROR:/manga_py/http/__init__.py:68:2020-06-15 18:33:41,834:('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))"
ERROR:/manga_py/http/__init__.py:68:2020-06-15 18:34:11,480:('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))"
"ERROR:/manga_py/http/__init__.py:68:2020-06-15 19:09:12,584:HTTPSConnectionPool(host='hd5ze167xfjda.za7a56fpsknn8.mangadex.network', port=443): Read timed out. (read timeout=60)"
Additional context
App is running under pipx on a headless machine on Hetzner. Suspected throttling server-side, probs detected that I’m on a datacenter IP. Tried adding chrome user agent with same results. Might help if there’s an option to sleep after each chapter downloaded. Yet to try other other sites.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
My downloads are scripted with
--name
to retain the name of the folder. No problem for me to have strange names or to have new names.Hi, I will close this issue If you have any questions, please create another one. Thanks for using manga-py