Psyyke / A.C.A.S

Advanced Chess Assistance System (Chess Cheat) for Chess.com, Lichess.org, Pychess.org and more. Hassle-free 1-click install, no downloading. All devices and browsers supported.
https://psyyke.github.io/A.C.A.S/
GNU General Public License v3.0
58 stars 6 forks source link

[chess.com] 'Natural' Piece Animations Setting breaks calculation #22

Open northkoreanangel opened 1 month ago

northkoreanangel commented 1 month ago

The site fails to calculate the best move when using the "Natural" Piece Animations (accessible within Board and Pieces) setting within chess.com

To Reproduce Steps to reproduce the behavior:

  1. Go to 'chess.com'
  2. Click on 'Settings' on the sidebar, then 'All Settings'
  3. Click on 'Board and Pieces' on the sidebar, then see the 'Piece Animations' drop-down menu
  4. Change to 'Natural', then click 'Save'
  5. A.C.A.S will crash and no longer show pieces or recognize the site being open.

Desktop:

The site will begin calculation correctly if using 'None', 'Slow', 'Medium', or 'Fast' ('Arcade' not tested).

Hakorr commented 2 weeks ago

This is a known bug, which happens due to Chess.com using a canvas to display the board, which is basically just an image. The userscript cannot parse the board layout from an image right now.