0

Try to assist people with websocket troubleshooting. Closes #468

This commit is contained in:
Gabe Kangas 2020-12-21 22:33:15 -08:00
parent 780618f0ee
commit 93c3968bc6

View File

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