Unexpected error: Propagating error from GS 2 (method: createGame): BGA service error
Posted: 03 March 2021, 22:05
Hello,
In my first game "nainjaune", when the last player accept to join the game, the last player get an error message and the game never launch.
I do not have this error in BGA studio.
I do not know where to start for debugging. Does some one have an idea, or some advice to get more information ? There is a way to have the same behaviour on BGA studio ? It is a good practice to debug this problem using the production server ?
In the javascript console of the last accepted player (and global messages windows) we can see the following error message :
From BGA studio we can get the flowing log when clic on the both "Errors in production" buttons:
I do not kown if there are a link but this project do not have a valid BGG_ID.
I get the message in BGA studio "This game doesn't have a valid BGG_ID. Please fill in this information in the gameinfos.inc.php file and reload the game informations. "
In my first game "nainjaune", when the last player accept to join the game, the last player get an error message and the game never launch.
I do not have this error in BGA studio.
I do not know where to start for debugging. Does some one have an idea, or some advice to get more information ? There is a way to have the same behaviour on BGA studio ? It is a good practice to debug this problem using the production server ?
In the javascript console of the last accepted player (and global messages windows) we can see the following error message :
Code: Select all
Unexpected error: Propagating error from GS 2 (method: createGame): BGA service error (2.boardgamearena.com 03/03 20:21:31) ly_metasite.js:2:438825
_ae5 https://x.boardgamearena.net/data/themereleases/210301-1253/js/modules/layer/ly_metasite.js:2
Dojo 30
ajaxcall https://x.boardgamearena.net/data/themereleases/210301-1253/js/modules/layer/ly_metasite.js:2
onStartGameAccept https://x.boardgamearena.net/data/themereleases/210301-1253/js/modules/layer/ly_metasite.js:2
connect https://boardgamearena.com/:1096
hitch DojoCode: Select all
------- GAMESERVER 1: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 1: LOG END -------
------- GAMESERVER 2: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 2: LOG END -------
------- GAMESERVER 3: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 3: LOG END -------
------- GAMESERVER 4: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 4: LOG END -------
------- GAMESERVER 5: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 5: LOG END -------
------- GAMESERVER 6: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 6: LOG END -------
------- GAMESERVER 7: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 7: LOG END -------
------- GAMESERVER 8: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 8: LOG END -------
------- GAMESERVER 9: LOG START -------
This game is not deployed on this gameserver.
------- GAMESERVER 9: LOG END -------I get the message in BGA studio "This game doesn't have a valid BGG_ID. Please fill in this information in the gameinfos.inc.php file and reload the game informations. "