-
Notifications
You must be signed in to change notification settings - Fork 14
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 Timeout Error #39
Comments
Sometimes I also get this error, I get these errors for different creators so don't think it is creator dependent. requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='coomer.su', port=443): Max retries exceeded with url: /api/v1/onlyfans/user/tessafowler?o=200&limit=50 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000022B9A3D9A30>, 'Connection to coomer.su timed out. (connect timeout=60)')) |
New error today, geting similar error for other creators. Downloading from user: tessafowler File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\connector.py", line 992, in _wrap_create_connection File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1120, in create_connection File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1102, in create_connection File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1005, in _connect_sock File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\proactor_events.py", line 727, in sock_connect File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\windows_events.py", line 798, in _poll File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\windows_events.py", line 594, in finish_connect ConnectionRefusedError: [WinError 1225] The remote computer refused the network connection The above exception was the direct cause of the following exception: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Scripts\party.exe_main_.py", line 7, in File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\party\cli.py", line 293, in coomer File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\party\cli.py", line 211, in pull_user File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 685, in run_until_complete File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\party\cli.py", line 269, in download_async File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\party\cli.py", line 252, in download File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\party\posts.py", line 140, in download File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\client.py", line 1187, in aenter File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\client.py", line 574, in _request File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\connector.py", line 544, in connect File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\connector.py", line 911, in _create_connection File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\connector.py", line 1235, in _create_direct_connection File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\connector.py", line 1204, in _create_direct_connection File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\aiohttp\connector.py", line 1000, in _wrap_create_connection aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host c4.coomer.su:443 ssl:default [The remote computer refused the network connection] |
I just added some error handling and a new retry policy to resolve this. It's on the latest release. Please give it a try and let me know if it fixes these for you! |
Got this error
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='coomer.su', port=443): Max retries exceeded with url: /api/v1/creators.txt (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000011A7CFDADB0>, 'Connection to coomer.su timed out. (connect timeout=90)'))
The text was updated successfully, but these errors were encountered: