I keep getting this error...
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1073, in _wrap_create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohappyeyeballs\impl.py", line 104, in start_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohappyeyeballs\impl.py", line 81, in start_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohappyeyeballs\impl.py", line 166, in _connect_sock
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\proactor_events.py", line 729, in sock_connect
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_events.py", line 803, in _poll
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_events.py", line 599, in finish_connect
OSError: [WinError 121] The semaphore timeout period has expired
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\utils.py", line 84, in coro_wrapper
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1094, in refresh
File "D:\a\F95Checker\F95Checker\modules\api.py", line 730, in full_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 202, in fetch
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\contextlib.py", line 210, in __aenter__
File "D:\a\F95Checker\F95Checker\modules\api.py", line 122, in request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 1353, in __aenter__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 657, in _request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 564, in connect
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 975, in _create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1350, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1319, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1088, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host c3.patreon.com:443 ssl:False [The semaphore timeout period has expired]