[Critical] Socket error #12

Closed
opened 2024-05-11 19:39:56 +00:00 by legonzaur · 0 comments
Owner
Traceback (most recent call last):
heron-back-1  |   File "/opt/venv/lib/python3.12/site-packages/websockets/legacy/server.py", line 236, in handler
heron-back-1  |     await self.ws_handler(self)
heron-back-1  |   File "/app/src/netcode/ws_server.py", line 32, in handler
heron-back-1  |     await self.on_new_connection_callback(websocket, track_connection)
heron-back-1  |   File "/app/src/controller/lobby.py", line 28, in on_new_connection
heron-back-1  |     await asyncio.gather(client.listen(), callback())
heron-back-1  |   File "/app/src/controller/lobbyClient.py", line 76, in listen
heron-back-1  |     await self.on_message(message)
heron-back-1  |   File "/app/src/controller/lobbyClient.py", line 161, in game_context
heron-back-1  |     await self.game_client.on_message(message)
heron-back-1  | TypeError: object NoneType can't be used in 'await' expression
``` Traceback (most recent call last): heron-back-1 | File "/opt/venv/lib/python3.12/site-packages/websockets/legacy/server.py", line 236, in handler heron-back-1 | await self.ws_handler(self) heron-back-1 | File "/app/src/netcode/ws_server.py", line 32, in handler heron-back-1 | await self.on_new_connection_callback(websocket, track_connection) heron-back-1 | File "/app/src/controller/lobby.py", line 28, in on_new_connection heron-back-1 | await asyncio.gather(client.listen(), callback()) heron-back-1 | File "/app/src/controller/lobbyClient.py", line 76, in listen heron-back-1 | await self.on_message(message) heron-back-1 | File "/app/src/controller/lobbyClient.py", line 161, in game_context heron-back-1 | await self.game_client.on_message(message) heron-back-1 | TypeError: object NoneType can't be used in 'await' expression ```
legonzaur added this to the Release milestone 2024-05-11 19:39:56 +00:00
legonzaur added the bug label 2024-05-11 19:39:56 +00:00
legonzaur self-assigned this 2024-05-11 19:39:56 +00:00
legonzaur added this to the HeronSkyMap project 2024-05-11 19:39:56 +00:00
legonzaur referenced this issue from a commit 2024-05-12 09:07:44 +00:00
This repo is archived. You cannot comment on issues.