TheYoBots / lishoginet

GNU General Public License v3.0
1 stars 1 forks source link

ConfigError: Failed to look up latest Fairy-Stockfish release (status 404) #4

Closed SriMethan closed 1 year ago

SriMethan commented 1 year ago

logs : - image

TheYoBots commented 1 year ago

Hi, I suggest you use the official shoginet client ( https://github.com/WandererXII/shoginet ). This was originally made to test if I could increase the speed of lishogi's AI... but I just made it slower.

Anyways, if you still want to use this, you'll have to change this line: https://github.com/TheYoBots/lishoginet/blob/e57d2f694bdb864860025e9d2abf5d3f57196e3d/lishoginet.py#L107

to something like this:

STOCKFISH_RELEASES = "https://api.github.com/repos/fairy-stockfish/Fairy-Stockfish/releases/latest"

Over here I'm not going to make that change though because I recommend to use the official client https://github.com/WandererXII/shoginet

SriMethan commented 1 year ago

Okay, Thanks.