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
Ran npm start, opened browser tab at localhost:3000, clicked Join Game. Car spawns with the ball, everything looks good. But I can't do anything- the controls are unresponsive. Eventually the reconnect button appears.
Checked websocket connection and I see continuous incoming world updates for 20 seconds as well as occasional outgoing RTRequests before everything ends abruptly.
Node server log shows "client timed out after 20s" and removes the car. Clicking reconnect or reloading page gives same results.
Apologies for lack of detailed debug data, logs, etc... I just figure this is an issue anyone would run into after installing and running SprocketLeague for the first time though. Any idea on what is happening?
The text was updated successfully, but these errors were encountered:
Ran
npm start
, opened browser tab at localhost:3000, clicked Join Game. Car spawns with the ball, everything looks good. But I can't do anything- the controls are unresponsive. Eventually the reconnect button appears.Checked websocket connection and I see continuous incoming world updates for 20 seconds as well as occasional outgoing RTRequests before everything ends abruptly.
Node server log shows "client timed out after 20s" and removes the car. Clicking reconnect or reloading page gives same results.
Apologies for lack of detailed debug data, logs, etc... I just figure this is an issue anyone would run into after installing and running SprocketLeague for the first time though. Any idea on what is happening?
The text was updated successfully, but these errors were encountered: