WebGui hangs at "Connecting" / NS_ERROR_WEBSOCKET_CONNECTION_REFUSED
5ll opened this issue · 1 comments
5ll commented
Hi,
first of all, thanks for all the work, amazing project!
I have a bit of an issue. The mod itself seems to work as far as I can tell. I can cycle through different "modes" with the button and the lamp also displays the correct time. But if I try to open the WebUI I only see "CONNECTING..." and nothing happends. In the developer console (f12) I can see the following error: NS_ERROR_WEBSOCKET_CONNECTION_REFUSED
It tries to open /:16 (websocket). In the tab "call list" (Aufrufliste in German) I can see the following:
qt
[http://192.168.30.202/:16:18363](http://192.168.30.202/)
o
[http://192.168.30.202/:16:18844](http://192.168.30.202/)
Jt
[http://192.168.30.202/:16:18909](http://192.168.30.202/)
Ht
[http://192.168.30.202/:16:19310](http://192.168.30.202/)
<anonym>
[http://192.168.30.202/:16:19472](http://192.168.30.202/)
Is there any configuration I'm missing?
5ll commented
Never mind, it was my firewall blocking interzone websocket traffic.