Browse Source

Try to assist people with websocket troubleshooting. Closes #468

pull/494/head
Gabe Kangas 4 years ago
parent
commit
93c3968bc6
  1. 2
      webroot/js/utils/websocket.js

2
webroot/js/utils/websocket.js

@ -155,6 +155,6 @@ export default class Websocket {
} }
handleNetworkingError(error) { handleNetworkingError(error) {
console.error(`Websocket Error: ${error}`); console.error(`Websocket Error. Chat is likely not working. Visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ${error}`);
} }
} }

Loading…
Cancel
Save