karayaman / Play-online-chess-with-real-chess-board

Program that enables you to play online chess using real chess boards.
GNU General Public License v3.0
331 stars 25 forks source link

No such file or directory: 'constants.bin' #34

Closed fafriat closed 4 weeks ago

fafriat commented 4 weeks ago

When trying to start a game:

Traceback (most recent call last):
  File "/Users/frank/Sources/lichess-with-a-real-board/main.py", line 69, in <module>
    infile = open(filename, 'rb')
             ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'constants.bin'
Game finished.

Env: Mac latest code

Any idea ?

karayaman commented 4 weeks ago

Hi, because it didn't save the calibration result. You need to press the key 'q' when it detects.

fafriat commented 4 weeks ago

Thank you! That was the problem...