Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/connector.py", line 1122, in _wrap_create_connection
- return await self._loop.create_connection(*args, **kwargs, sock=sock)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 1098, in create_connection
- transport, protocol = await self._create_connection_transport(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 1131, in _create_connection_transport
- await waiter
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/sslproto.py", line 577, in _on_handshake_complete
- raise handshake_exc
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/sslproto.py", line 559, in _do_handshake
- self._sslobj.do_handshake()
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 979, in do_handshake
- self._sslobj.do_handshake()
- ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/Users/jack/Skin-Fighters-Integration/main.py", line 170, in <module>
- main()
- File "/Users/jack/Skin-Fighters-Integration/main.py", line 164, in main
- asyncio.run(runner())
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 190, in run
- return runner.run(main)
- ^^^^^^^^^^^^^^^^
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 118, in run
- return self._loop.run_until_complete(task)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 650, in run_until_complete
- return future.result()
- ^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/main.py", line 161, in runner
- await bot.start()
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/twitchio/client.py", line 387, in start
- await self.login(token=token, load_tokens=load_tokens, save_tokens=save_tokens)
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/twitchio/client.py", line 314, in login
- payload: ClientCredentialsPayload = await self._http.client_credentials_token()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/twitchio/authentication/oauth.py", line 120, in client_credentials_token
- data: ClientCredentialsResponse = await self.request_json(route)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/twitchio/http.py", line 530, in request_json
- data = await self.request(route)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/twitchio/authentication/tokens.py", line 184, in request
- data: RawResponse | str | None = await super().request(route)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/twitchio/http.py", line 507, in request
- async with self._session.request(
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/client.py", line 1425, in __aenter__
- self._resp: _RetType = await self._coro
- ^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/client.py", line 703, in _request
- conn = await self._connector.connect(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/connector.py", line 548, in connect
- proto = await self._create_connection(req, traces, timeout)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/connector.py", line 1056, in _create_connection
- _, proto = await self._create_direct_connection(req, traces, timeout)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/connector.py", line 1400, in _create_direct_connection
- raise last_exc
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/connector.py", line 1369, in _create_direct_connection
- transp, proto = await self._wrap_create_connection(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/Users/jack/Skin-Fighters-Integration/.venv/lib/python3.11/site-packages/aiohttp/connector.py", line 1124, in _wrap_create_connection
- raise ClientConnectorCertificateError(req.connection_key, exc) from exc
- aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host id.twitch.tv:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)')]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement