Can someone help me with this? Thank you in advance.
This happens both in the latest release and beta. I just recently got a new pc and moved the old sqllite.db to the new AppData folder.
This error always appears around 20% of the refresh and the refresh stops:
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1122, in _wrap_create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1149, in create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1182, in _create_connection_transport
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 578, in _on_handshake_complete
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\sslproto.py", line 560, in _do_handshake
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\ssl.py", line 917, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 959, in full_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 295, 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 267, in request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client.py", line 703, in _request
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 548, in connect
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1056, in _create_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1400, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1369, in _create_direct_connection
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\connector.py", line 1124, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host media.giphy.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\utils.py", line 96, in coro_wrapper
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1337, in refresh
File "D:\a\F95Checker\F95Checker\modules\api.py", line 787, in fast_check
File "D:\a\F95Checker\F95Checker\modules\api.py", line 978, in full_check
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\aiohttp\client_exceptions.py", line 192, in os_error
AttributeError: 'ClientConnectorCertificateError' object has no attribute '_os_error'. Did you mean: 'os_error'?