IOKernel / Sangatsu

A barebone chess.com cheat
3 stars 5 forks source link

Can't Play bots #11

Open naterfute opened 1 year ago

naterfute commented 1 year ago

Whenever you try to get into a bot game this happens:

Traceback (most recent call last): File "/home/kaleb/coding/python/chessfavorite/Sangatsu/sangatsu.py", line 25, in main() File "/home/kaleb/coding/python/chessfavorite/Sangatsu/sangatsu.py", line 15, in main game_state = hp.detect_game(driver) File "/home/kaleb/coding/python/chessfavorite/Sangatsu/utils/helpers.py", line 102, in detect_game raise Exception('Could not find tabs!') Exception: Could not find tabs!

kusayuzayushko commented 1 year ago

+1 for this

IOKernel commented 1 year ago

Fixed, got broken when they added the bot personalities. Might have some bugs

SolsticeSpectrum commented 1 year ago

Fixed, got broken when they added the bot personalities. Might have some bugs

Hardcoded redirect to either https://www.chess.com/play/computer or https://www.chess.com/play/online isn't good Maybe add a command parameter?