"Failed to access score cache" error from the playdate.scoreboards.addScore API

I'm calling the playdate.scoreboards.addScore API to test if it works for me, but keep getting the following response...

{
    [code] = ERROR,
    [message] = Failed to access score cache,
}

The getScores and getScoreboards APIs work fine, but just not the addScore one

I can see that this has been asked before here with no answers - is there anything I should try to get this working?

I'm using version 2.4.0 of the SDK if that makes any difference? This is the newest version of the SDK that my MacBook will run

Update to help people in the future - the problem was that the board id was too long

Panic changed my board id from fastesttimestoonehundredcoins to 100coins, and the API call is working now

1 Like