Version: 2024.4
Platform: RaspberryPi 3
Plugin/Hardware: Aeotec OpenZWave USB stick
Browser: Firefox, Chrome
Description:
Since one week the web interface is not showing anything except a dark blue screen. Restarting the RaspberryPi does not help. The mobile (iOS and Android) app is working as normal.
When on the console of the RaspberryPi itself, the web interface shows some parts of the pages. But for instance:
- A log of a utility (energy) does not work.
- For scripts the list of scripts is shown, but when clicking on one, the source pane is empty.
The log file contains the next errors:
2024-12-16 22:43:41.210 Error: Default admin password has NOT been changed! Change it asap!
2024-12-16 22:44:58.013 Error: Aeotec hardware (2) thread seems to have ended unexpectedly
2024-12-17 00:00:03.289 Error: Error writing automatic hourly backup file
2024-12-17 09:50:09.188 Error: CheckAuthToken(3efcacf6ac70ec_ZGJiZDM5ZTUtNzdkMS00MGMxLWE5N2MtYWJkNjNiM2Q2Mjhk) : auth token mismatch
When looking into the webbrowser debug console (Firefox) the are:
- Uncaught Error: Script error for "angularAMD", needed by: app, app.routes
- Uncaught Error: Script error for "angular-animate", needed by: app
What can I do?
Webinterface is only showing dark blue screen
Moderators: leecollings, remb0
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
-
- Posts: 4
- Joined: Friday 22 December 2023 13:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024-4
- Location: Netherlands
- Contact:
Webinterface is only showing dark blue screen
- Attachments
-
- Clipboard01.jpg (16.76 KiB) Viewed 140 times
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Webinterface is only showing dark blue screen
I suppose something went wrong on the login (based on Error: CheckAuthToken).
Clear your browser cookies. Or try with a browser in private/incognito mode.
And there also seems to be something wrong with your Aeotec (zwave?) hardware gateway....
Clear your browser cookies. Or try with a browser in private/incognito mode.
And there also seems to be something wrong with your Aeotec (zwave?) hardware gateway....
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 4
- Joined: Friday 22 December 2023 13:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024-4
- Location: Netherlands
- Contact:
Re: Webinterface is only showing dark blue screen
Tried browser in private mode. Also installed brand new Chrome. Still the same result.
I do not expect that the Aeotec hardware gateway is related since communication works fine since on my mobile device for instance lights can be operated.
Can it be related to JavaScript? See the script error for "angularAMD" and "angular-animate".
On the RaspberryPi console, scripts in Blockly are shown properly in the editor, but when selecting dzEvents, the editor shows a blank page.
On my mobile Domoticz worked fine, but after closing my web browser and reopening, I now also get a blank screen when accessing Domoticz.
I do not expect that the Aeotec hardware gateway is related since communication works fine since on my mobile device for instance lights can be operated.
Can it be related to JavaScript? See the script error for "angularAMD" and "angular-animate".
On the RaspberryPi console, scripts in Blockly are shown properly in the editor, but when selecting dzEvents, the editor shows a blank page.
On my mobile Domoticz worked fine, but after closing my web browser and reopening, I now also get a blank screen when accessing Domoticz.
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Webinterface is only showing dark blue screen
Could also be some virus scanner or proxy blocking javascript. Did you have for example Mcafee AV enabled in your browser?
It is strange it suddenly popped up without changing something on Domoticz. Did you change something else in your environment?
It is strange it suddenly popped up without changing something on Domoticz. Did you change something else in your environment?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 4
- Joined: Friday 22 December 2023 13:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024-4
- Location: Netherlands
- Contact:
Re: Webinterface is only showing dark blue screen
I do not have an virus scanner on my Raspberry Pi. Can it be that an update of Angular causes the problem?
I decided to move to other hardware, a Raspberry Pi 3B+ which was lying around. I bought a new SD card with Raspberry OS and installed Domoticz as specified. This works. However, how do I move all my configuration and historical data from the old to the new device. The old pi has 32 bits, the new one 64 bits. I found a procedure at https://atsiekratsie.nl/migrate-domoticz-to-new-raspi/ but this assumes that both old and new device have 64 bits. Is there somewhere documented how to migrate from 32 bit to 64 bit platform? I used 2024.4 (January 2024)
I decided to move to other hardware, a Raspberry Pi 3B+ which was lying around. I bought a new SD card with Raspberry OS and installed Domoticz as specified. This works. However, how do I move all my configuration and historical data from the old to the new device. The old pi has 32 bits, the new one 64 bits. I found a procedure at https://atsiekratsie.nl/migrate-domoticz-to-new-raspi/ but this assumes that both old and new device have 64 bits. Is there somewhere documented how to migrate from 32 bit to 64 bit platform? I used 2024.4 (January 2024)
-
- Posts: 504
- Joined: Sunday 01 November 2015 22:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Twente
- Contact:
Re: Webinterface is only showing dark blue screen
To do so:
Delete domoticz from your new sd card, better and set up a new 64bit Raspberry Pi installation. I recommend using the light version, so choose Raspberrypi OS other and then the 64bit version.
If you don't have a sd card reader, buy one. It is handy for many purposes.
Copy the domoticz directory from your old sd card to the new sd card.
Rename the domoticz directory in the new sd card to something like domoticz.december (any name wil do)
Now install domoticz on your new sd card simply with the bash formula.
The new install will find the old install and copy the domoticz.db to the new install and set everything else.
That's all.
Bugs bug me.
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Webinterface is only showing dark blue screen
You only have to copy the database (domoticz.db) and the external scripts and python plugin folder to the new system.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Who is online
Users browsing this forum: No registered users and 0 guests