You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: