app immediately crashes with the following unhandled exception:
Traceback (most recent call last):
File "C:\Users\jabaa\Documents\devel\aish3\aish3.py", line 205, in
asyncio.run(
File "C:\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\jabaa\Documents\devel\aish3\aish3.py", line 157, in run
gui.handle_event(event)
File "C:\Users\jabaa\Documents\devel\aish3\gui\gui.py", line 470, in handle_event
return self.handle_keydown(event)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jabaa\Documents\devel\aish3\gui\gui.py", line 656, in handle_keydown
vx, vy = self.get_mouse_position()
^^^^^^
TypeError: cannot unpack non-iterable NoneType object
Repro:
Result:
We need to fix this @mentatbot