-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to access GUI after update #54
Comments
It looks like the webserver does not even start. |
|
Also does not work on a clean install. |
Same here. In a brand new install on Rasp4 |
Same thing here on Rasp3 |
Might be because the 'new' autoinstaller doesn't install in the old path. You would need to goto the folder https://github.com/fbacker/broadlink-mqtt-bridge/wiki/Installation I've no real release cycles of good way of making 'major' releases :( hopefully this will solve the issue. I'm planning of making better docker releases and then removing this auto installer in the future. |
I had the same problem... GUI not responding on port 3000.
So, I modified the
to
|
Does not resolve the issue for me. |
The problem is localised in commit cabd581 And the solution is to revert the line 302 of file src/web.js to its previous state : this.server.listen(config.settings.gui.port, this.host, () => { replace by : Regard |
That is correct. |
Please help... |
I have updated to latest version, reinstalled over existing installation.
Running openHAB. The port 3000 is occupied by Grafana.
Kept the same local.json config as before with port 3030 assigned to GUI.
I am able to see the logs in port 3001, identifying the device and existing commands.
Commands are sent and run ok. Still the GUI on port 3030 is not accessible.
It worked ok before the update.
The text was updated successfully, but these errors were encountered: