Hey guys! I am trying to make my code work but I am getting all kind of errors like import errors or attributes errors. I'd assume this isn't the cause of why it's breaking but I'd assume that's a separate issue as some packets might send undefined as a result of the client's fault.
When logging this with Sentry, the errors doesn't show like it just breaks down in silence. If I could get some help that'll be great! I am hoping to get this fixed as soon as possible.
Error message:
Traceback (most recent call last):
File "/usr/share/game/houdini/houdini/spheniscidae.py", line 227, in __data_received
return await self.__handle_xt_data(data)
File "/usr/share/game/houdini/houdini/spheniscidae.py", line 171, in __handle_xt_data
await listener(self, packet_data)
File "/usr/share/game/houdini/houdini/handlers/__init__.py", line 89, in __call__
await super().__call__(p, packet_data)
File "/usr/share/game/houdini/houdini/converters.py", line 140, in __call__
raise e
File "/usr/share/game/houdini/houdini/converters.py", line 130, in __call__
handler_call_arguments, handler_call_keywords = await self._deserialize(p, data)
File "/usr/share/game/houdini/houdini/converters.py", line 103, in _deserialize
handler_call_arguments.append(await do_conversion(converter, ctx))
File "/usr/share/game/houdini/houdini/converters.py", line 494, in do_conversion
return converter(ctx.argument)
ValueError: invalid literal for int() with base 10: 'undefined'