Hey guys, i’ve been trying to come up with a solution for this issue since HA 0.70.0b5 and so far I still have not not been able to. My problem is whenever I clicked on “config, map, logbook, etc” and everything on the left panel menu, i’ve got a white blank page with a circle spinning around. I banged my head on pretty much every wall to find a solution for that and so far nothing. I’m running HA 0.71.0 on ubuntu 18.04 server with env.
These are a few screenshots:
Thank you for your reply. Per your suggestion, I went ahead and clear my browser cache & history and even rebooted the whole system. I still come up with the same result. As far as the log is concerned, the only thing i saw is some concerning some “rgb_received”
Error Log:
" 2018-06-09 10:10:07 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback MQTT._mqtt_handle_message(<paho.mqtt.cl…x7f025c0bcd68>)
Traceback (most recent call last):
File “/usr/lib/python3.6/asyncio/events.py”, line 145, in _run
self._callback(*self._args)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/mqtt/init.py”, line 679, in _mqtt_handle_message
msg.topic, payload, msg.qos)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py”, line 253, in async_run_job
target(*args)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mqtt.py”, line 272, in rgb_received
templatesCONF_RGB.split(’,’)]
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mqtt.py”, line 271, in
rgb = [int(val) for val in
ValueError: invalid literal for int() with base 10: ‘#000080’"
NB: I’ve this popped up since HA version 0.41.0
Just an FYI, i’m able to see the main frontend of HA; but I clicked on "Config, Map, or any icons on the developer section, i’ve got that blank page. Also while chrome is opened I tried to access the config option, i get this error on the developer screen:
I see a lot of front end errors too, are you by chance using any type of Custom UI? If you are and the reinstall does not work check to make sure it is updated and if there is no new update try to disable it too. There was a major change to the front end in 0.70 so all custom UI needed to be updated.