Advertisement
Guest User

full traceback

a guest
Mar 16th, 2023
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.96 KB | None | 0 0
  1. line: PID TTY TIME CMD
  2. line: 4989 ? 00:00:00 start.py
  3. line: 4995 ? 00:00:00 ps
  4. work please? Bot started!
  5. line: Traceback (most recent call last):
  6. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/connector.py", line 980, in _wrap_create_connection
  7. line: return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa
  8. line: File "/usr/local/python3.10/lib/python3.10/asyncio/base_events.py", line 1089, in create_connection
  9. line: transport, protocol = await self._create_connection_transport(
  10. line: File "/usr/local/python3.10/lib/python3.10/asyncio/base_events.py", line 1119, in _create_connection_transport
  11. line: await waiter
  12. line: File "/usr/local/python3.10/lib/python3.10/asyncio/sslproto.py", line 534, in data_received
  13. line: ssldata, appdata = self._sslpipe.feed_ssldata(data)
  14. line: File "/usr/local/python3.10/lib/python3.10/asyncio/sslproto.py", line 188, in feed_ssldata
  15. line: self._sslobj.do_handshake()
  16. line: File "/usr/local/python3.10/lib/python3.10/ssl.py", line 975, in do_handshake
  17. line: self._sslobj.do_handshake()
  18. line: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
  19. line:
  20. line: The above exception was the direct cause of the following exception:
  21. line:
  22. line: Traceback (most recent call last):
  23. line: File "/home/rehan.heliohost.us/httpdocs/cgi-bin/../../CodeCobra/rsa16.py", line 36, in
  24. line: asyncio.run(main())
  25. line: File "/usr/local/python3.10/lib/python3.10/asyncio/runners.py", line 44, in run
  26. line: return loop.run_until_complete(main)
  27. line: File "/usr/local/python3.10/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
  28. line: return future.result()
  29. line: File "/home/rehan.heliohost.us/httpdocs/cgi-bin/../../CodeCobra/rsa16.py", line 34, in main
  30. line: await bot.start(TOKEN)
  31. line: File "/usr/local/python3.10/lib/python3.10/site-packages/discord/client.py", line 745, in start
  32. line: await self.login(token)
  33. line: File "/usr/local/python3.10/lib/python3.10/site-packages/discord/client.py", line 580, in login
  34. line: data = await self.http.static_login(token)
  35. line: File "/usr/local/python3.10/lib/python3.10/site-packages/discord/http.py", line 801, in static_login
  36. line: data = await self.request(Route('GET', '/users/@me'))
  37. line: File "/usr/local/python3.10/lib/python3.10/site-packages/discord/http.py", line 624, in request
  38. line: async with self.__session.request(method, url, **kwargs) as response:
  39. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/client.py", line 1141, in __aenter__
  40. line: self._resp = await self._coro
  41. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/client.py", line 536, in _request
  42. line: conn = await self._connector.connect(
  43. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/connector.py", line 540, in connect
  44. line: proto = await self._create_connection(req, traces, timeout)
  45. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/connector.py", line 901, in _create_connection
  46. line: _, proto = await self._create_direct_connection(req, traces, timeout)
  47. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/connector.py", line 1206, in _create_direct_connection
  48. line: raise last_exc
  49. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/connector.py", line 1175, in _create_direct_connection
  50. line: transp, proto = await self._wrap_create_connection(
  51. line: File "/usr/local/python3.10/lib/python3.10/site-packages/aiohttp/connector.py", line 982, in _wrap_create_connection
  52. line: raise ClientConnectorCertificateError(req.connection_key, exc) from exc
  53. line: aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host discord.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')]
  54. line: Unclosed client session
  55. line: client_session:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement