Closed lajp closed 3 years ago
I'm quite sure it's caused by this line:
No, this is infact not the case. I think this error message has something to do with it tho "{"message":"You can't start a game in a lobby that you haven't joined" (a response from the GG-API)
I got it! It turns out that before POSTing to https://game-server.geoguessr.com/api/lobby/{lobbyid}/start
one must first PST to https://game-server.geoguessr.com/api/lobby/{lobbyid}/join
in order to be able to start the game
I'm quite sure it's caused by this line: https://github.com/lajp/geoguessr-bot-rs/blob/9c0fe10d2797592fba7f857f9311083916850969/src/geoguessr_api/api_request.rs#L124