Advertisement
LawMixer

console logs

Nov 2nd, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. ```
  2. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
  3. raise mapped_exc(message) from exc
  4. httpx.ReadTimeout
  5. Task exception was never retrieved
  6. future: <Task finished name='Task-11581' coro=<Task.fire() done, defined at /config/.local/lib/python3.10/site-packages/interactions/ext/tasks/tasks.py:147> exception=ConnectTimeout('')>
  7. Traceback (most recent call last):
  8. File "/config/.local/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 186, in connect_tcp
  9. addr_obj = ip_address(remote_host)
  10. File "/usr/lib/python3.10/ipaddress.py", line 54, in ip_address
  11. raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
  12. ValueError: 'groups.roblox.com' does not appear to be an IPv4 or IPv6 address
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 109, in connect_tcp
  18. stream: anyio.abc.ByteStream = await anyio.connect_tcp(
  19. File "/config/.local/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 189, in connect_tcp
  20. gai_res = await getaddrinfo(
  21. asyncio.exceptions.CancelledError
  22.  
  23. During handling of the above exception, another exception occurred:
  24.  
  25. Traceback (most recent call last):
  26. File "/config/.local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 8, in map_exceptions
  27. yield
  28. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 108, in connect_tcp
  29. with anyio.fail_after(timeout):
  30. File "/config/.local/lib/python3.10/site-packages/anyio/_core/_tasks.py", line 118, in __exit__
  31. raise TimeoutError
  32. TimeoutError
  33.  
  34. During handling of the above exception, another exception occurred:
  35.  
  36. Traceback (most recent call last):
  37. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions
  38. yield
  39. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 353, in handle_async_request
  40. resp = await self._pool.handle_async_request(req)
  41. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 253, in handle_async_request
  42. raise exc
  43. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 237, in handle_async_request
  44. response = await connection.handle_async_request(request)
  45. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 86, in handle_async_request
  46. raise exc
  47. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 63, in handle_async_request
  48. stream = await self._connect(request)
  49. File "/config/.local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 111, in _connect
  50. stream = await self._network_backend.connect_tcp(**kwargs)
  51. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/auto.py", line 29, in connect_tcp
  52. return await self._backend.connect_tcp(
  53. File "/config/.local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 107, in connect_tcp
  54. with map_exceptions(exc_map):
  55. File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
  56. self.gen.throw(typ, value, traceback)
  57. File "/config/.local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 12, in map_exceptions
  58. raise to_exc(exc)
  59. httpcore.ConnectTimeout
  60.  
  61. The above exception was the direct cause of the following exception:
  62.  
  63. Traceback (most recent call last):
  64. File "/config/.local/lib/python3.10/site-packages/interactions/ext/tasks/tasks.py", line 155, in fire
  65. res = await self.func(*self.pre_args, *self.args, **self.pre_kwargs, **self.kwargs)
  66. File "/config/workspace/EmulationRewrite/commands/tasks.py", line 31, in my_task
  67. groupcount = await self.group_member_count()
  68. File "/config/workspace/EmulationRewrite/commands/tasks.py", line 17, in group_member_count
  69. return await robloxHandler.group_member_count(4800717)
  70. File "/config/workspace/EmulationRewrite/classes/robloxHandler.py", line 62, in group_member_count
  71. group = await client.get_group(groupId)
  72. File "/config/.local/lib/python3.10/site-packages/roblox/client.py", line 284, in get_group
  73. group_response = await self._requests.get(
  74. File "/config/.local/lib/python3.10/site-packages/roblox/utilities/requests.py", line 132, in get
  75. return await self.request("GET", *args, **kwargs)
  76. File "/config/.local/lib/python3.10/site-packages/roblox/utilities/requests.py", line 88, in request
  77. response = await self.session.request(method, *args, **kwargs)
  78. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1527, in request
  79. return await self.send(request, auth=auth, follow_redirects=follow_redirects)
  80. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1614, in send
  81. response = await self._send_handling_auth(
  82. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1642, in _send_handling_auth
  83. response = await self._send_handling_redirects(
  84. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1679, in _send_handling_redirects
  85. response = await self._send_single_request(request)
  86. File "/config/.local/lib/python3.10/site-packages/httpx/_client.py", line 1716, in _send_single_request
  87. response = await transport.handle_async_request(request)
  88. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 352, in handle_async_request
  89. with map_httpcore_exceptions():
  90. File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
  91. self.gen.throw(typ, value, traceback)
  92. File "/config/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
  93. raise mapped_exc(message) from exc
  94. httpx.ConnectTimeout
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement