#Your question is vague and lacks any
1 messages · Page 1 of 1 (latest)
Sorry after i upgraded to the latest version of HAOS, when i click at the left to open for example "esphome" the workarea stay's black.
in the log of the "node-red" addon i see the following messages are appearing:
[info] [server:Home Assistant] Connecting to http://supervisor/core
that url is wrong and i expect it should be http://lumrasp7.local/supervisor/core
this let me belief there is something wrong with providing the right url
all addons say they work as it should be.
What errors appear in the logs when you click it? <= i cant find any error messages.
What happens when you visit the addon and click the open webui button? <= the same thing i get a black screen.
Try refreshing your page. Also, verify that the supervisor is running.
In the core log i see:
2022-04-27 15:42:18 ERROR (MainThread) [homeassistant.components.hassio.http] Client error on api supervisor/logs request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2022-04-27 15:42:19 ERROR (MainThread) [homeassistant.components.hassio.http] Client error on api supervisor/logs request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2022-04-27 15:42:24 ERROR (MainThread) [homeassistant.components.hassio.http] Client error on api supervisor/logs request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed ('172.30.32.2', 80)]
2022-04-27 15:42:28 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/reload - System is not ready with state: setup
2022-04-27 15:42:30 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /core/info - System is not ready with state: setup
2022-04-27 15:42:31 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/info - System is not ready with state: setup
and what do the supervisor logs say?
i creating a backup right now.
There where also some issue reported.
Do i need to press supervisor reload or restart ?
I have no clue because you aren't sharing the supervisor status or logs
how can i see of it is running? There is a big log with green line and one orange: 22-04-27 15:54:45 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session None
^ at the end of the log. the green once are telling what is being backed up.
Then your supervisor is running properly and should be starting ingress sessions
try clearing your cache and refreshing the page
okay, strange, i have just opened HA in edge and the pages are popping up as it should, I closed the page in Chrome and opened a new tap with HA and the pages are not reloading 😦
in the chrome console i get: GET http://lumrasp7:8123/api/hassio_ingress/CIn8ZL0B7-tUzE0VemCXfMVVzMGqd56yyQ0P87ghSTI/ 401 (Unauthorized)
tried to logout and in again but that did not solved it.
btw, i created an long lived access token could that be the issue?
it shouldn't be
Have you cleared your cache and refreshed the page? It's unclear to me that you've done that
refreshed for sure, i'm not sure how to clear the cache exactly
after i dd the ctrl-F5 i now get to see in the main section: 401: Unauthorized when ever i click on an add-on page
same when i click on the "open web app" button
okay, just removed all browser application data for the website and now it works.
thanks for helping me.
NP, so it ended up being cache?
Or something local storage.
That’s what cache is, it’s local files that are stored for fast web browsing when visiting the same website multiple times.
Then that was where the confusion is coming from. To me that's not the cache, that is the local web storage. The cache just holds the the web(html)pages and the JavaScript files so they do not need to be loaded from the server each time you refresh.
cache is everything you listed. It's everything that's cached for faster loading; code & resource files.