Error starting game (Reversi tutorial)
Posted: 05 June 2021, 10:43
Hi,
I've been following the Reversi Tutorial, and have got to the part where the updates to the states file happen (The game state machine on https://en.doc.boardgamearena.com/Tutorial_reversi )
But once uploading that file and trying to start a game I get the following errors
even though I get a message saying "username1" has joined (as well as username0 I'm logged in as)
If I try and accept it then gives
So I've clearly made a mistake somewhere I even tried copying the file from the finished example but now I can't it work at all!
I don't know where to start on debugging this?
I've been following the Reversi Tutorial, and have got to the part where the updates to the states file happen (The game state machine on https://en.doc.boardgamearena.com/Tutorial_reversi )
But once uploading that file and trying to start a game I get the following errors
Code: Select all
Unexpected error: Propagating error from GS 1 (method: createGame): BGA service error (1.studio.boardgamearena.com 05/06 11:31:22) 10:31 AM
Unexpected error: Invalid player number for this game: 1 10:31 AM
If I try and accept it then gives
Code: Select all
Unexpected error: Wrong table status (init): should be 'setup' I don't know where to start on debugging this?