Moode Forum
[PROBLEM] Settings not settable - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] Settings not settable (/showthread.php?tid=7613)



Settings not settable - Immuc - 04-07-2025

Hi, I think, setting the "Wireless" and "Hotspot" settings in "Network"-Tab are broken. For context / reproduction, I have not configured "Wireless" (wifi connection to my home wifi), but was trying to set the Hotspot password (wich, logically, should be possible, right?). I can't set any of the Hotspot settings.


RE: Settings not settable - Tim Curtis - 04-08-2025

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?


RE: Settings not settable - Immuc - 04-09-2025

(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


RE: Settings not settable - Tim Curtis - 04-09-2025

I'll add to the TODO list to investigate but if someone could repro this it would be helpful :-)


RE: Settings not settable - Tim Curtis - 04-10-2025

(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