Advertisement
LawMixer

full trackback

Nov 4th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 109, in connect_tcp
  2. stream: anyio.abc.ByteStream = await anyio.connect_tcp(
  3. File "/config/.local/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 189, in connect_tcp
  4. gai_res = await getaddrinfo(
  5. asyncio.exceptions.CancelledError
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "/config/.local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 8, in map_exceptions
  11. yield
  12. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 108, in connect_tcp
  13. with anyio.fail_after(timeout):
  14. File "/config/.local/lib/python3.10/site-packages/anyio/_core/_tasks.py", line 118, in __exit__
  15. raise TimeoutError
  16. TimeoutError
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions
  22. yield
  23. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 353, in handle_async_request
  24. resp = await self._pool.handle_async_request(req)
  25. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 253, in handle_async_request
  26. raise exc
  27. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 237, in handle_async_request
  28. response = await connection.handle_async_request(request)
  29. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 86, in handle_async_request
  30. raise exc
  31. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 63, in handle_async_request
  32. stream = await self._connect(request)
  33. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 111, in _connect
  34. stream = await self._network_backend.connect_tcp(**kwargs)
  35. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/auto.py", line 29, in connect_tcp
  36. return await self._backend.connect_tcp(
  37. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 107, in connect_tcp
  38. with map_exceptions(exc_map):
  39. File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
  40. self.gen.throw(typ, value, traceback)
  41. File "/config/.local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 12, in map_exceptions
  42. raise to_exc(exc)
  43. httpcore.ConnectTimeout
  44.  
  45. The above exception was the direct cause of the following exception:
  46.  
  47. Traceback (most recent call last):
  48. File "/config/.local/lib/python3.10/site-packages/interactions/ext/tasks/tasks.py", line 155, in fire
  49. res = await self.func(*self.pre_args, *self.args, **self.pre_kwargs, **self.kwargs)
  50. File "/config/workspace/EmulationRewrite/commands/tasks.py", line 36, in my_task
  51. groupcount = await self.group_member_count()
  52. File "/config/workspace/EmulationRewrite/commands/tasks.py", line 17, in group_member_count
  53. return await robloxHandler.group_member_count(4800717)
  54. File "/config/workspace/EmulationRewrite/classes/robloxHandler.py", line 62, in group_member_count
  55. group = await client.get_group(groupId)
  56. File "/config/.local/lib/python3.10/site-packages/roblox/client.py", line 284, in get_group
  57. group_response = await self._requests.get(
  58. File "/config/.local/lib/python3.10/site-packages/roblox/utilities/requests.py", line 132, in get
  59. return await self.request("GET", *args, **kwargs)
  60. File "/config/.local/lib/python3.10/site-packages/roblox/utilities/requests.py", line 88, in request
  61. response = await self.session.request(method, *args, **kwargs)
  62. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1527, in request
  63. return await self.send(request, auth=auth, follow_redirects=follow_redirects)
  64. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1614, in send
  65. response = await self._send_handling_auth(
  66. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1642, in _send_handling_auth
  67. response = await self._send_handling_redirects(
  68. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1679, in _send_handling_redirects
  69. response = await self._send_single_request(request)
  70. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1716, in _send_single_request
  71. response = await transport.handle_async_request(request)
  72. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 352, in handle_async_request
  73. with map_httpcore_exceptions():
  74. File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
  75. self.gen.throw(typ, value, traceback)
  76. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
  77. raise mapped_exc(message) from exc
  78. httpx.ConnectTimeout
  79. Task exception was never retrieved
  80. future: <Task finished name='Task-12935' coro=<EventsCog.on_guild_member_add() done, defined at /config/workspace/EmulationRewrite/events/welcomeLeave.py:21> exception=NameError("name 'ctx' is not defined")>
  81. Traceback (most recent call last):
  82. File "/config/workspace/EmulationRewrite/events/welcomeLeave.py", line 33, in on_guild_member_add
  83. await verifHandler.updateInDepartmentGroup(self.client, ctx.author.id)
  84. NameError: name 'ctx' is not defined
  85. called get_roblox_info_from_discord
  86. called get_roblox_info_from_discord
  87. doesnt have guest role
  88. called get_roblox_info_from_discord
  89. Unknown interaction
  90. Task exception was never retrieved
  91. future: <Task finished name='Task-12952' coro=<miscEvents.on_ready.<locals>.button_response2() done, defined at /config/workspace/EmulationRewrite/events/misc.py:48> exception=LibraryException('\n Error 10062 | Unknown Interaction.:\n Unknown interaction.\n Severity 40.')>
  92. Traceback (most recent call last):
  93. File "/config/workspace/EmulationRewrite/events/misc.py", line 54, in button_response2
  94. await ctx.send("Updated your roles.", ephemeral=True)
  95. File "/config/.local/lib/python3.10/site-packages/interactions/client/context.py", line 660, in send
  96. await self._client.create_interaction_response(
  97. File "/config/.local/lib/python3.10/site-packages/interactions/api/http/interaction.py", line 227, in create_interaction_response
  98. return await self._req.request(
  99. File "/config/.local/lib/python3.10/site-packages/interactions/api/http/request.py", line 172, in request
  100. raise LibraryException(
  101. interactions.api.error.LibraryException:
  102. Error 10062 | Unknown Interaction.:
  103. Unknown interaction.
  104. Severity 40.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement