Browse Source

Update error message

pull/1284/head
Gabe Kangas 4 years ago
parent
commit
e72b0c640c
  1. 2
      webroot/js/utils/websocket.js

2
webroot/js/utils/websocket.js

@ -188,7 +188,7 @@ export default class Websocket { @@ -188,7 +188,7 @@ export default class Websocket {
handleNetworkingError(error) {
console.error(
`Websocket Error. Chat is likely not working. Visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ${error}`
`Chat has been disconnected and is likely not working for you. It's possible you were removed from chat. If this is a server configuration issue, visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ${error}`
);
}
}

Loading…
Cancel
Save