![]() |
[PROBLEM] Network name not accepted - 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] Network name not accepted (/showthread.php?tid=4976) |
Network name not accepted - kromsam - 07-15-2022 The SSID of my wireless network contains spaces and an '&' symbol. It seems as if the Moode Network UI does not accept this, and thus I cannot connect through wireless. RE: Network name not accepted - Tim Curtis - 07-15-2022 Manual SSID entry uses the following validation pattern which only allows alphanumeric and the dash Code: pattern="[A-Za-z0-9\-]{3,32}" Try a SCAN and then pick your SSID from the list. |