Cannot Re-Configure After Initial Setup + Screensaver Not Working
Whenever I type in the IP of my PI, I see a broken configuration page.
Error in the console is
Uncaught TypeError: Cannot read property 'fn' of undefined
at util.js:55
at bootstrap.bundle.min.js:6
at bootstrap.bundle.min.js:6
If I tap on configuration wizard, I see this:
The button here is not clickable and I see this in the console:
util.js:55 Uncaught TypeError: Cannot read property 'fn' of undefined
at util.js:55
at bootstrap.bundle.min.js:6
at bootstrap.bundle.min.js:6
(anonymous) @ util.js:55
(anonymous) @ bootstrap.bundle.min.js:6
(anonymous) @ bootstrap.bundle.min.js:6
bootstrap-select.min.js:8 Uncaught TypeError: Cannot read property 'valHooks' of undefined
at bootstrap-select.min.js:8
at bootstrap-select.min.js:8
at bootstrap-select.min.js:8
at bootstrap-select.min.js:8
(anonymous) @ bootstrap-select.min.js:8
(anonymous) @ bootstrap-select.min.js:8
(anonymous) @ bootstrap-select.min.js:8
(anonymous) @ bootstrap-select.min.js:8
wizard.php:713 Uncaught ReferenceError: $ is not defined
at wizard.php:713
(anonymous) @ wizard.php:713
DevTools failed to load SourceMap: Could not load content for http://192.168.1.202/vendor/bootstrap-select.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I already tried resetting the configuration using the clean.sh script and starting over but it does the same thing after the initial configuration. Everything works fine on the first setup.
For the screensaver, I only see a black screen with a white line no matter what I set it to.
Hi @kobeissi2
Never seen that issue before until now, so I will have to look into it.
But from your description i suspect there might be something wrong on saving the initial configuration
So after you applied the initial configuration and the Pi rebooted, could you open this page in a browser and post me the response that you get: [IP_ADDRESS]/api/configuration
Just so we can check if the initial configuration was indeed saved correctly
Hi @Seraksab,
It looks like it is saving.
localization_country=US
localization_timezone=America/Detroit
network_mode=wifi
network_ssid=M Kobeissi
network_pw=[redacted]
network_wpa=
network_hidden=0
discovery_mode=manual
discovery_key=mobro
discovery_ip=192.168.1.201
display_driver=hdmi
display_rotation=270
display_screensaver=clock_date.php
display_delay=0
Yes that configuration looks correct.. ?
Which Raspberry Pi model are you using?
After the initial configuration, does the monitoring screen open up correctly on the Pi?
Also did you do the initial configuration (which worked correctly) in the same browser where also this error happens?
And which browser are you using?
Yes that configuration looks correct.. ?
Which Raspberry Pi model are you using?
After the initial configuration, does the monitoring screen open up correctly on the Pi?
Also did you do the initial configuration (which worked correctly) in the same browser where also this error happens?
And which browser are you using?
I'm using a 3B+. Yeah the monitoring screen works fine. The service needs to be restarted whenever i keep the pc asleep for a while but after that, it works.
I did the setup through my phone and tried the future configurations using Chrome, Edge and Firefox.
I've tested this on my 3B+ now as well, but I can't reproduce the issue.
The configuration page comes up correctly every time for me. Even after configuring it multiple times, no resets in between.
That's really weird..
Did you change anything on the Pi itself besides executing the ‘clean.sh’ script?
I did not.