#103111: "Not possible to watch ongoing games as visitor"
What is this report about?
What happened ? Please select from below
What happened ? Please select from below
Please check if there is already a report on the same subject
If yes, please VOTE for this report. Reports with the most votes are taken care of in PRIORITY!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Detailed description
-
• Please copy/paste the error message you see on your screen, if any.
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
-
• Please explains what you wanted to do, what you do and what happened
• What is your browser?
Mozilla v5
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
-
• Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
• What is your browser?
Mozilla v5
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
• What is your browser?
Mozilla v5
-
• What was displayed on the screen when you were blocked (Blank screen? Part of the game interface? Error message?)
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
• What is your browser?
Mozilla v5
-
• Which part of the rules was not respected by the BGA adaptation
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
-
• Is the rules violation visible on game replay? If yes, at which move number?
• What is your browser?
Mozilla v5
-
• Which was the game action you wanted to do?
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
-
• What do you try to do to trigger this game action?
-
• What happened when you try to do this (error message, game status bar message, ...)?
• What is your browser?
Mozilla v5
-
• At which step of the game did the problem occurs (what was the current game instruction)?
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
-
• What happened when you try to do a game action (error message, game status bar message, ...)?
• What is your browser?
Mozilla v5
-
• Please describe the display issue. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
• What is your browser?
Mozilla v5
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
-
• Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
• What is your browser?
Mozilla v5
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
When I try to open an ongoing game to watch as visitor, I get a blank white screen with the word "ok" written on it.
• What is your browser?
Mozilla v5
Report history
- `.game.php` does not call `$this->gamestate->nextState('playerTurn');` but `$this->activeNextPlayer();`
- Adding `$this->gamestate->nextState('playerTurn');` does not change the situation.
- States id `2` looks like reserved (guessed based on the comments in code). This game uses `21` as the 2nd state.
- Changing states ID to `2` as the 2nd state does not change the situation.
1. `self::getCurrentPlayerId();` returns currently logged in user. i.e. When a user is watching a live game, it returns the observer's user ID, neither of black nor the white player ID.
2. `$this->getPlayerSide()` in `getAllDatas()` does `die('ok')` when given user ID is neither of black nor white.
Add something to this report
- Another table ID / move ID
- Did F5 solve the problem?
- Did the problem appears several time? Everytime? Randomly?
- If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.
