Skip to content
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

[BasicUI] Does not reconnect after server restart #2744

Open
1 of 4 tasks
dilyanpalauzov opened this issue Sep 7, 2024 · 2 comments
Open
1 of 4 tasks

[BasicUI] Does not reconnect after server restart #2744

dilyanpalauzov opened this issue Sep 7, 2024 · 2 comments
Labels
basic ui Basic UI bug Something isn't working

Comments

@dilyanpalauzov
Copy link

Which UI are you reporting an issue for?

  • Basic UI
  • HABPanel
  • HABot
  • CometVisu

The problem

With OpenHAB 4.2.1 I load /basicui/app and it works. I shut down OpenHAB. Basic UI shows “Offline… waiting for connection” message. I start OpenHAB. Now the Offline message disappears and at the top of Basic UI is shown horizontal/loading spinner.

The problem report is that BasicUI never manages to reconnect and has to be reloaded manually.

Probably it tries to reconnect only a single time, once the OpenHAB webserver is up, but OpenHAB is not yet fully loaded, and then gives up. Clicking on Text { … } items in the browser does not unfold these.

@dilyanpalauzov dilyanpalauzov added the bug Something isn't working label Sep 7, 2024
@lolodomo lolodomo added the basic ui Basic UI label Sep 7, 2024
@lolodomo
Copy link
Contributor

IICR there is an infinite 10 seconds retry mechanism.

@dilyanpalauzov
Copy link
Author

IICR there is an infinite 10 seconds retry mechanism.

In my experiments it does not work. The last log of Firefox is:

GET https://192.168.0.10:8443/rest/events?topics=openhab/webaudio/playurl [HTTP/1.1 404 Not Found 573ms]

Firefox can’t establish a connection to the server at https://192.168.0.10:8443/rest/events?topics=openhab/webaudio/playurl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic ui Basic UI bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants