Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://tests.stockfishchess.org/api/nn/nn-ad9b42354671.nnue is returning 500 #4140

Closed
jpulgarin opened this issue Aug 23, 2022 · 3 comments
Closed

Comments

@jpulgarin
Copy link

I'm unable to build from source because downloading the evaluation network file is currently failing:

[~/Downloads/Stockfish-master/src]% curl -skL https://tests.stockfishchess.org/api/nn/nn-ad9b42354671.nnue
Internal Server Error

The server encountered an unexpected internal server error

(generated by waitress)%  
@jpulgarin
Copy link
Author

cc: @glinscott

@peregrineshahin
Copy link
Contributor

Please try to bypass the API call by changing
https://tests.stockfishchess.org/api/nn/nn-ad9b42354671.nnue
to
https://data.stockfishchess.org/nn/nn-ad9b42354671.nnue
as Fishtest domain now is currently down
or use the DEV Domain API
https://dfts-0.pigazzini.it/api/nn/nn-ad9b42354671.nnue

@jpulgarin
Copy link
Author

Thanks for the file, @peregrineshahin.

vondele added a commit to vondele/Stockfish that referenced this issue Sep 3, 2022
in case the base infrastructure for providing the networks

https://tests.stockfishchess.org/nns

is down, use an alternate github repo for downloading networks during the build.

fixes official-stockfish#4149
fixes official-stockfish#4140

No functional change
@vondele vondele closed this as completed in a4d18d2 Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants