chess-web-api icon indicating copy to clipboard operation
chess-web-api copied to clipboard

Breaking Change: User-Agent Contact Info Required

Open ddugovic opened this issue 1 year ago • 5 comments

Chess.com announced an API break. How do I set my user-agent? https://www.chess.com/news/view/breaking-change-user-agent-contact-info-required

chess-web-api version:

latest

Steps to reproduce

    const api = new ChessWebAPI();
    console.log(api.getPlayer('toadofsky'));

Expected behavior

Get results

Actual behavior

WebapiError: Forbidden

ddugovic avatar Jun 26 '23 11:06 ddugovic