Hey,
I just had an interesting bug - I fixed it, but thought I could share it with you (and maybe someone will find this post, when struggeling with the same issue.
My game Kingscraft (already in beta) has someone working on a tutorial right now. And he couldn´t attach a infobox / Tutorial box to one of the elements. I always gave the error: "BGA Service Error".
The element was a token for an action that every player has. To differenciate the ids of the tokens between playes for the tooltips, I have put the player-color as hex-code in the id-string. Like "#b0697b". And that seems to have been the issue. BGA didn´t like the #-symbol, it seems. After removing the "#" from the string, it worked fine.
I hope this will help someone not get crazy, when having the same issue.
Best,
David
I just had an interesting bug - I fixed it, but thought I could share it with you (and maybe someone will find this post, when struggeling with the same issue.
My game Kingscraft (already in beta) has someone working on a tutorial right now. And he couldn´t attach a infobox / Tutorial box to one of the elements. I always gave the error: "BGA Service Error".
The element was a token for an action that every player has. To differenciate the ids of the tokens between playes for the tooltips, I have put the player-color as hex-code in the id-string. Like "#b0697b". And that seems to have been the issue. BGA didn´t like the #-symbol, it seems. After removing the "#" from the string, it worked fine.
I hope this will help someone not get crazy, when having the same issue.
Best,
David