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
Don't crash the agent if prismarine-viewer can't bind its port
mineflayerViewer() creates an http server on 3000+count_id but doesn't expose
it, so EADDRINUSE (e.g. something already on :3000, or two agents racing)
becomes an uncaught exception that kills the agent process. Probe the port
first and fall back to a warning + no viewer.
0 commit comments