![]() |
Upcoming moOde 9.0.0 (Bookworm) - 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: Upcoming moOde 9.0.0 (Bookworm) (/showthread.php?tid=6296) |
RE: Upcoming moOde 9.0.0 (Bookworm) - Patolog1964 - 04-21-2024 Yes, after the first installation the page was visible. But I'm not sure if it disappeared after a reboot or while setting up the configuration. I use Firefox. Just a blank white page. In the Pi Music app on Android:net::ERR_HTTP_RESPONSE_CODE_FAILURE RE: Upcoming moOde 9.0.0 (Bookworm) - Tim Curtis - 04-21-2024 You will need to create a list of steps that I can follow in order to try repro the issue. A 500 error means a line of code "blew up" and crashed the script. This is usually caused by mistakes in refactoring where variable or function names/parameters are changed. RE: Upcoming moOde 9.0.0 (Bookworm) - popej - 04-21-2024 I think for me, setup page disappeared on 4B, after I have turned wi-fi off. I had wi-fi configured by RPi Imager, but used Ethernet. Now I have tested the same on 3B. I have disabled wi-fi in system, no problem with accessing page again. I have turned wi-fi on/off several times, then made restart. After restart I got MPD error pop-up: "JSON.parse: unexpected end of data at line 1 column 1 of the JSON data". And no access to setup page. No error, just empty page at http://192.168.1.8/sys-config.php. RE: Upcoming moOde 9.0.0 (Bookworm) - popeye65 - 04-21-2024 (04-21-2024, 11:53 AM)Tim Curtis Wrote: You will need to create a list of steps that I can follow in order to try repro the issue. turn NFS off, empty the IP address, watch the PHP error in /var/log/nginx/error.log RE: Upcoming moOde 9.0.0 (Bookworm) - popej - 04-21-2024 Looking at nginx log, maybe you could find something: Code: 2024/04/21 14:19:22 [crit] 602#602: *1 connect() to unix:/run/php/php8.2-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.1.185, server: , request: "GET /engine-cmd.php?_=1713701981522 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "192.168.1.8", referrer: "http://192.168.1.8/sys-config.php" RE: Upcoming moOde 9.0.0 (Bookworm) - Patolog1964 - 04-21-2024 I made a new installation on PI5 on purpose. I confirm that the system page disappears when the wifi is turned off. RE: Upcoming moOde 9.0.0 (Bookworm) - popeye65 - 04-21-2024 (04-21-2024, 12:46 PM)popej Wrote: Looking at nginx log, maybe you could find something: it's right there, /var/www/sys-config.php on line 462. Do not try to read $_SESSION['ipaddress'] if NFS is off. RE: Upcoming moOde 9.0.0 (Bookworm) - nosferatu_cat - 04-21-2024 (04-20-2024, 08:26 PM)nosferatu_cat Wrote:(04-20-2024, 07:18 PM)Tim Curtis Wrote:(04-20-2024, 07:09 PM)nosferatu_cat Wrote: Just loaded the latest image on a Pi4 with an Allo Boss 2. I'm assuming that the Boss 2 fix hasn't been implemented yet. aplay-l shows the Allo HAT as the default audio device and trying to play a file results in an MPD error: Fortunately, it works fine in v. 8.3.9. I guess I'll stick with that version for a while. I realize that Allo has been derelict in supporting its products. It's too bad. The Boss 2 measures very well although you can do equally well or better with USB on a Pi 4 or 5. There are some external DACs for less than $100 that have noise and distortion well below the threshold of audibility. RE: Upcoming moOde 9.0.0 (Bookworm) - fdealexa - 04-21-2024 Hi all, I encountered a difficulty configuring the network (static addresses). After entering the parameters for both the etho and wlan0 interfaces, I, as usual, rebooted the system: the addresses do not change but the new parameters remain set; I also tried turning the system off and on again but the result doesn't change. It appears that the files "/etc/network/interfaces.d/eth0" and "/etc/network/interfaces.d/wlan0" are not created. Do you think it could be a bug or did I do something wrong? Thank you and best regards, Francesco RE: Upcoming moOde 9.0.0 (Bookworm) - TheOldPresbyope - 04-21-2024 (04-21-2024, 05:44 PM)fdealexa Wrote: Hi all, Haven't tried static addressing so can't say if there's a bug However, moOde 9 is based on RaspiOS Bookworm. This release uses Network Manager which is different from the old management scheme. I'm out ATM. Can comment in more detail later. Regards, Kent |