Hi!
I developed Hoarders, my first game, that reached Beta today. I have issues with the spectator mode. Whenever I try to spectate a game (whether in studio or in production), the request gets timed-out and I receive a 504 Gateway Time-out response. Here is the log linked to that event during the game (I don't know if it can be of any help!):
During development, I completely ignored the spectator mode (there isn't any logic or special path for that mode anywhere) so the issue is probably coming from there.
Do you have to do anything for the spectator mode to work?
Thank you!
I developed Hoarders, my first game, that reached Beta today. I have issues with the spectator mode. Whenever I try to spectate a game (whether in studio or in production), the request gets timed-out and I receive a 504 Gateway Time-out response. Here is the log linked to that event during the game (I don't know if it can be of any help!):
Code: Select all
06/03 01:40:01 [info] [M] [2344221/SpectatorUsername] /1/hoarders?table=2430680
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] 1.3768672943115 SELECT global_id, global_value FROM global WHERE 1 0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] setTable0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] 1.3070106506348 SELECT global_id, global_value FROM global WHERE 1 0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] Complete reinitialization of board game0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] DB commit: action validate0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] Generate content of game view0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] setTable0
06/03 01:40:02 [info] [T243068] [2344221/SpectatorUsername] 1.2760162353516 SELECT global_id, global_value FROM global WHERE 1 0Do you have to do anything for the spectator mode to work?
Thank you!