Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio Transcriptions Fail to Load - "WebSocket is closed before the connection is established" #512

Open
brarm opened this issue May 17, 2024 · 1 comment

Comments

@brarm
Copy link

brarm commented May 17, 2024

Occasionally (not fully sure how to reproduce), the Radio Transcription widget fails to load any messages.

From the developer console, these are the errors/warnings displayed:

This shows 6 times

WebSocket connection to 'wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0' failed: WebSocket is closed before the connection is established.
isTrusted : true
bubbles : false
cancelBubble : false
cancelable : false
composed : false
currentTarget : WebSocket
timeout : 20000
binaryType : "arraybuffer"
bufferedAmount : 0
extensions : ""
onclose : ƒ ()
onerror : ƒ ()
onmessage : ƒ ()
onopen : ƒ ()
protocol : ""
readyState : 3
url : "wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0"
[[Prototype]] : WebSocket
defaultPrevented : false
eventPhase : 0
path : []
returnValue : true
srcElement : WebSocket {timeout: 20000, url: 'wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0', readyState: 3, bufferedAmount: 0, onopen: ƒ, …}
target : WebSocket {timeout: 20000, url: 'wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0', readyState: 3, bufferedAmount: 0, onopen: ƒ, …}
timeStamp : 53587.20000001788
type : "error"

What I have tried to fix the issue:

  • Restarting the app
  • Logging out and logging in
  • Restarting my host machine

Version: Version 1.31.10 (1.31.10)
OS: macOS Sonoma 14.4.1 (23E224)

@brarm
Copy link
Author

brarm commented May 17, 2024

I also see these Disconnect messages in the Inspector Console

isTrusted : true
bubbles : false
cancelBubble : false
cancelable : false
code : 1006
composed : false
currentTarget : WebSocket {timeout: 20000, url: 'wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0', readyState: 3, bufferedAmount: 0, onopen: ƒ, …}
defaultPrevented : false
eventPhase : 0
path : []
reason : ""
returnValue : true
srcElement : WebSocket {timeout: 20000, url: 'wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0', readyState: 3, bufferedAmount: 0, onopen: ƒ, …}
target : WebSocket {timeout: 20000, url: 'wss://api.multiviewer.dev/socket/websocket?appVersion=1.31.10&vsn=2.0.0', readyState: 3, bufferedAmount: 0, onopen: ƒ, …}
timeStamp : 54545.70000001788
type : "close"
wasClean : false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant