Skip to content

Commit

Permalink
Try to assist people with websocket troubleshooting. Closes #468
Browse files Browse the repository at this point in the history
  • Loading branch information
gabek committed Dec 22, 2020
1 parent 780618f commit 93c3968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/utils/websocket.js
Expand Up @@ -155,6 +155,6 @@ export default class Websocket {
}

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}`);
}
}

0 comments on commit 93c3968

Please sign in to comment.