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
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