You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running replay-ob.pl and viewing a game in spectator mode, the client will work for only a small amount of time after requesting all of the chunks before crashing.
The requests received look like the following after the last chunk is requested
If this request is sent I can continue to watch the replay normally unless I try to skip or go back in the replay timeline, at which point the client will give me the error along the lines of "Unable to download spectator data, the game will now exit"
The text was updated successfully, but these errors were encountered:
When running replay-ob.pl and viewing a game in spectator mode, the client will work for only a small amount of time after requesting all of the chunks before crashing.
The requests received look like the following after the last chunk is requested
/observer-mode/rest/consumer/getLastChunkInfo/realm/gameid/0/token
This repeats for a period of time and eventually the request becomes:
/observer-mode/rest/consumer/end/realm/gameid/-3162076073045644424/token
The -316...is seemingly randomized.
If this request is sent I can continue to watch the replay normally unless I try to skip or go back in the replay timeline, at which point the client will give me the error along the lines of "Unable to download spectator data, the game will now exit"
The text was updated successfully, but these errors were encountered: