Aternos-On-Discord icon indicating copy to clipboard operation
Aternos-On-Discord copied to clipboard

SSL Certificate?

Open Devlooperio opened this issue 1 year ago • 0 comments

User@MacUser Aternos-On-Discord-master % Python3 bot.py
[WARNING] 2023-03-04 22:09:07,958 - PyNaCl is not installed, voice will NOT be supported 2023-03-04 22:09:07 WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected. [WARNING] 2023-03-04 22:09:07,960 - Privileged message content intent is missing, commands may not work as expected. 2023-03-04 22:09:07 INFO discord.client logging in using static token [INFO] 2023-03-04 22:09:07,960 - logging in using static token

Traceback (most recent call last):

File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 969, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1081, in create_connection transport, protocol = await self._create_connection_transport( File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1111, in _create_connection_transport await waiter File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/sslproto.py", line 528, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/sslproto.py", line 188, in feed_ssldata self._sslobj.do_handshake() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 944, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)

The above exception was the direct cause of the following exception:

I Have been dealing with this issue and i can't find the SSL certificate! Can Anybody help me? im using a mac os ventura 13.2.1

Devlooperio avatar Mar 05 '23 04:03 Devlooperio