7

So it seems like redis isn't accepting connections its running heres the error I get in browser

WebSocket connection to 'wss://127.0.0.1/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERRCONNECTIONREFUSED

Any ideas?

So it seems like redis isn't accepting connections its running heres the error I get in browser WebSocket connection to 'wss://127.0.0.1/socket.io/?EIO=3&transport=websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED Any ideas?

4 comments

[–] E-werd 2 points (+2|-0)

They use a relay bot that connects to IRC, looks like the webserver connects to that bot via a socket. I don't know any specifics on this.

[–] pmyb2 [OP] 0 points (+0|-0)

Thanks for adding that, I appreciate it. Hopefully I can get it working tomorrow.

[–] X175B247 1 points (+1|-0)

Have you tried turning it off and back on again?

[–] pmyb2 [OP] 0 points (+0|-0)

Yes I have infact tried that. Quite a few times I even rebooted myself with no luck. It seems like either the websocket isn't being created or isn't accepting connections and my googlefu has not produced a solution yet.