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
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Just to mention that when I try deploying this demo based on the README instructions (including using 4x n1-normal-4 nodes) then the web client shows this error after a while of trying to find a match:
An error has occured, refresh to continue:
Error on assignment: rpc error: code = Unknown desc = Error streaming assignment: rpc error: code = Unavailable desc = transport is closing
The only change I made was to set REGISTRY=eu.gcr.io since I'm based in the UK.
The status for all the workloads looks Ok/Running for everything so no obvious deployment problems.
Looking at the browser console, this is the full error and backtrace for the wasm client:
2019/12/10 03:09:14 A fatal error has occured:An error has occured, refresh to continue:
Error on assignment: rpc error: code = Unknown desc = Error streaming assignment: rpc error: code = Unavailable desc = transport is closing
In the frontend container log I see this error: "time="2019-12-10T03:15:21Z" level=error msg="failed to get ticket bnngr1m5r33t2q6b852g when executing get assignments" app=openmatch component=statestore.redis error="rpc error: code = NotFound desc = Ticket id:bnngr1m5r33t2q6b852g not found"
Hoping it looks familiar and there's a simple thing I'm overlooking :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just to mention that when I try deploying this demo based on the README instructions (including using 4x n1-normal-4 nodes) then the web client shows this error after a while of trying to find a match:
The only change I made was to set
REGISTRY=eu.gcr.io
since I'm based in the UK.The status for all the workloads looks Ok/Running for everything so no obvious deployment problems.
Looking at the browser console, this is the full error and backtrace for the wasm client:
In the frontend container log I see this error:
"time="2019-12-10T03:15:21Z" level=error msg="failed to get ticket bnngr1m5r33t2q6b852g when executing get assignments" app=openmatch component=statestore.redis error="rpc error: code = NotFound desc = Ticket id:bnngr1m5r33t2q6b852g not found"
Hoping it looks familiar and there's a simple thing I'm overlooking :)
The text was updated successfully, but these errors were encountered: