04-10-2025, 05:16 PM
(This post was last modified: 04-10-2025, 05:16 PM by Tim Curtis.)
(04-09-2025, 08:54 PM)Immuc Wrote:(04-08-2025, 12:22 AM)Tim Curtis Wrote: Just so I understand correctly.
- Wifi ssid and password was not set in the Pi Imager
- You are connected via Ethernet
Are you seeing any error messages?
Hey, so 1.: I am connected via. Ethernet, no WiFi configured. 2.: I do see an error message, directly on page load, telling me to set the hotspot password.
I think you meant an error essage when I try to set the setting but there is none, only the error from the screenshot below, again (because of page reload).
I added a Screenshot for context
It looks like some bad input field validation logic.
Try these update files
Code:
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/net-config.php -O /var/www/net-config.php
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/templates/net-config.html -O /var/www/templates/net-config.html