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
return"", errors.New("Failed to dial RPC handler for WebSocket server. Is it online?\nError: "+err.Error())
224
+
return"", errors.New(
225
+
"Failed to dial RPC handler for WebSocket server; It may not be running. See `twitch event websocket --help` for help on starting the WebSocket server.\n"+
0 commit comments