shinkuan / Riki

A helper client for Riichi City. Using Mortal AI model.
10 stars 1 forks source link

Disconnection Bug #1

Open MongMikng opened 2 months ago

MongMikng commented 2 months ago

The connection keeps dropping during the game with the following error occurring.

Exception in thread Thread-1 (run): Traceback (most recent call last): File "C:\Users\MikoDesu\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "C:\Users\MikoDesu\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "C:\Riki\Riki\manager.py", line 43, in run self.parse(item) File "C:\Riki\Riki\manager.py", line 229, in parse tsumogiri = action["move_cards_pos"][0] == 14 TypeError: 'NoneType' object is not subscriptable