KurtBestor / Hitomi-Downloader

:cake: Desktop utility to download images/videos/music/text from various websites, and more.
20.85k stars 1.95k forks source link

에러 납니다 다운로드 실패 뜹니다 #7230

Open LeeMzero opened 1 month ago

LeeMzero commented 1 month ago

Traceback (most recent call last): File "urllib\request", line 1354, in do_open File "http\client", line 1252, in request File "http\client", line 1298, in _send_request File "http\client", line 1247, in endheaders File "http\client", line 1007, in _send_output File "http\client", line 947, in send File "http\client", line 1414, in connect File "http\client", line 918, in connect File "socket", line 787, in create_connection File "socket", line 918, in getaddrinfo File "decorator", line 232, in fun File "locker", line 123, in _wrapper File "locker", line 56, in exec File "locker", line 37, in run File "locker", line 123, in File "downloader", line 93, in getaddrinfo socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "downloader", line 431, in read_html File "urllib\request", line 525, in open File "urllib\request", line 542, in _open File "urllib\request", line 502, in _call_chain File "urllib\request", line 1397, in https_open File "urllib\request", line 1357, in do_open urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "urllib3\connection", line 159, in _new_conn File "urllib3\util\connection", line 61, in create_connection File "socket", line 918, in getaddrinfo File "decorator", line 232, in fun File "locker", line 123, in _wrapper File "locker", line 56, in exec File "locker", line 37, in run File "locker", line 123, in File "downloader", line 93, in getaddrinfo socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "urllib3\connectionpool", line 670, in urlopen File "urllib3\connectionpool", line 381, in _make_request File "urllib3\connectionpool", line 978, in _validate_conn File "urllib3\connection", line 309, in connect File "urllib3\connection", line 171, in _new_conn urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000002018317D220>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "requests\adapters", line 486, in send File "urllib3\connectionpool", line 726, in urlopen File "urllib3\util\retry", line 446, in increment urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='{kurtpy}.com', port=443): Max retries exceeded with url: /h_data (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002018317D220>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "hitomi_searcher", line 209, in download_json File "hitomi_searcher", line 371, in downloadjson File "downloader", line 457, in read_html File "requests\sessions", line 602, in get File "downloader", line 249, in session_request File "requests\sessions", line 589, in request File "requests\sessions", line 703, in send File "requests\adapters", line 519, in send requests.exceptions.ConnectionError: HTTPSConnectionPool(host='{kurtpy}.com', port=443): Max retries exceeded with url: /h_data (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002018317D220>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

LeeMzero commented 1 month ago

정확히는 파일 다운이아니라 데이터업데이트하려고하면 데이터다운로드 실패가 뜹니다