Advertisement
Guest User

RedBot Error

a guest
Aug 17th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. [2019-08-17 11:37:09] [CRITICAL] red.main: Fatal exception
  2. Traceback (most recent call last):
  3. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/connector.py", line 924, in _wrap_create_connection
  4. await self._loop.create_connection(*args, **kwargs))
  5. File "uvloop/loop.pyx", line 1945, in create_connection
  6. File "uvloop/loop.pyx", line 1942, in uvloop.loop.Loop.create_connection
  7. File "uvloop/sslproto.pyx", line 500, in uvloop.loop.SSLProtocol._on_handshake_complete
  8. File "uvloop/sslproto.pyx", line 484, in uvloop.loop.SSLProtocol._do_handshake
  9. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 774, in do_handshake
  10. self._sslobj.do_handshake()
  11. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)
  12.  
  13. The above exception was the direct cause of the following exception:
  14.  
  15. Traceback (most recent call last):
  16. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/redbot/__main__.py", line 150, in main
  17. loop.run_until_complete(red.start(token, bot=True))
  18. File "uvloop/loop.pyx", line 1451, in uvloop.loop.Loop.run_until_complete
  19. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/client.py", line 542, in start
  20. await self.login(*args, bot=bot)
  21. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/client.py", line 400, in login
  22. await self.http.static_login(token, bot=bot)
  23. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/http.py", line 258, in static_login
  24. data = await self.request(Route('GET', '/users/@me'))
  25. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/http.py", line 158, in request
  26. async with self.__session.request(method, url, **kwargs) as r:
  27. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/client.py", line 1005, in __aenter__
  28. self._resp = await self._coro
  29. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/client.py", line 476, in _request
  30. timeout=real_timeout
  31. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/connector.py", line 522, in connect
  32. proto = await self._create_connection(req, traces, timeout)
  33. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/connector.py", line 854, in _create_connection
  34. req, traces, timeout)
  35. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/connector.py", line 992, in _create_direct_connection
  36. raise last_exc
  37. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/connector.py", line 974, in _create_direct_connection
  38. req=req, client_error=client_error)
  39. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/aiohttp/connector.py", line 927, in _wrap_create_connection
  40. req.connection_key, exc) from exc
  41. aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host discordapp.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement