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
This might be low priority and I don't know if it can be handled more gracefully but it happens every time if I close the review window while the bot is in self play. If I close the self play tab first then it doesn't happen. Might not be important but figured you should know.
Traceback (most recent call last):
File "./goreviewpartner/gtp.py", line 122, in play_white
move=answer.split(" ")[1].upper()
IndexError: list index out of range
===
Exception in thread Thread-51:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./goreviewpartner/gtp.py", line 229, in quit
if answer[0]=="=":return True
IndexError: string index out of range
Exception in thread Thread-50:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./goreviewpartner/tabbed.py", line 94, in click_button
move=bot.click(color)
File "./goreviewpartner/toolbox.py", line 1259, in click
move=self.bot.play_white()
File "./goreviewpartner/gtp.py", line 126, in play_white
raise GRPException("GRPException in genmove_white()\nanswer='"+answer+"'\n"+unicode(e))
GRPException: GRPException in genmove_white()
answer=''
list index out of range
The text was updated successfully, but these errors were encountered:
This might be low priority and I don't know if it can be handled more gracefully but it happens every time if I close the review window while the bot is in self play. If I close the self play tab first then it doesn't happen. Might not be important but figured you should know.
Traceback (most recent call last):
File "./goreviewpartner/gtp.py", line 122, in play_white
move=answer.split(" ")[1].upper()
IndexError: list index out of range
===
Exception in thread Thread-51:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./goreviewpartner/gtp.py", line 229, in quit
if answer[0]=="=":return True
IndexError: string index out of range
Exception in thread Thread-50:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./goreviewpartner/tabbed.py", line 94, in click_button
move=bot.click(color)
File "./goreviewpartner/toolbox.py", line 1259, in click
move=self.bot.play_white()
File "./goreviewpartner/gtp.py", line 126, in play_white
raise GRPException("GRPException in genmove_white()\nanswer='"+answer+"'\n"+unicode(e))
GRPException: GRPException in genmove_white()
answer=''
list index out of range
The text was updated successfully, but these errors were encountered: