Ui dead, webservice works

My ui interface died on the moddwarf. i.e.: http://192.168.51.1/?v=1.11.4.2785 does not respond and goes in timeout (0 bytes returned from the webservice)

what works:

what I tried (and does not help):

  • reboot (hot and cold)
  • change usb port
  • ssh root@192.168.51.1 killall python3 (webservice restarts as of ps ax)
  • change browser (Safari) - no avail

I really don’t like to reset the whole thing. So any pointers are welcome.

1 Like

since you mention ssh, this should give you the precise error for what is happening:

systemctl stop mod-ui
hmi-reset
mod-ui.run
5 Likes

Thanks, I should have thought about starting the service manually. :see_no_evil:
In the meantime I removed all plugins and it started working again. I guess a plugin that I have installed manually (curl sdk/install) caused some havoc when the plugins were scanned.
I tried to reproduce the problem but I could not. If it happens again I will investigate deeper.

5 Likes