Network Menu Page Not Loading #1811
Replies: 6 comments 2 replies
-
Same problem for me... rAudio 20241108 |
Beta Was this translation helpful? Give feedback.
-
I get this on a Pi3+ Nov 28 20:25:49 rAudio4 nginx[433]: 2024/11/28 20:25:49 [error] 433#433: *7 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $menus in /srv/http/settings/function.php on line 158; PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /srv/http/settings/function.php on line 158" while reading response header from upstream, client: 192.168.160.124, server: localhost, request: "GET /settings.php?p=networks HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/php-fpm.sock:", host: "raudio4.local", referrer: "http://raudio4.local/settings.php?p=system" Maybe a clue here... |
Beta Was this translation helpful? Give feedback.
-
My Pi4 with wifi is now working OK. Edit: Bluetooth is not enabled, nor is AP. |
Beta Was this translation helpful? Give feedback.
-
Don't you just hate it when...
Mark Blinkhorn
…________________________________
From: R101G ***@***.***>
Sent: Thursday, 28 November 2024 21:09
To: rern/rAudio
Cc: Mark Blinkhorn; Comment
Subject: Re: [rern/rAudio] Network Menu Page Not Loading (Discussion #1811)
My Pi4 with wifi is now working OK.
—
Reply to this email directly, view it on GitHub<#1811 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACYCZW6QN4B532DBSOH2S3T2C6A7TAVCNFSM6AAAAABSLHPAPGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBRGAZDGOI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So, I copied /srv/http/bash/networks-data.sh from the working machine to the non-working machine. A simple refresh of the Networks page now displays as expected. I don't know which is the 'correct' version of the shell script but the 'non-working' is 3229 bytes and the 'working' is 3216 byte. And, why are they different anyway? Both machines are: rAudio 20241108 UPDATE: the 'working' version is the older one, not the current one. rAudio4:/srv/http/bash/settings # bash networks-data.sh.sav
Too few arguments
{
"page" : "networks"
, "devicebt" : true
, "deviceeth" : true
, "devicewl" : true
, "ap" : false
, "apconf" : false
, "apstartup" : false
, "camilladsp" : false
, "connectedwl" : true
, "gateway" : "192.168.160.254"
, "hostname" : ""
, "ip" : ""
, "ipsub" : "."
, "listbt" : false
, "listeth" : false
, "listwl" : [ {
"dbm" : -62
, "gateway" : "192.168.160.254"
, "ip" : "192.168.160.139"
, "ssid" : "SI3"
} ]
} Whereas the earlier version displays: rAudio4:/srv/http/bash/settings # bash networks-data.sh
{
"page" : "networks"
, "devicebt" : true
, "deviceeth" : true
, "devicewl" : true
, "ap" : false
, "apconf" : false
, "apstartup" : false
, "camilladsp" : false
, "connectedwl" : true
, "gateway" : "192.168.160.254"
, "hostname" : "rAudio4.local"
, "ip" : "192.168.160.139"
, "ipsub" : "192.168.160."
, "listbt" : false
, "listeth" : false
, "listwl" : [ {
"dbm" : -62
, "gateway" : "192.168.160.254"
, "ip" : "192.168.160.139"
, "ssid" : "SI3"
} ]
} Hope this helps... Mark |
Beta Was this translation helpful? Give feedback.
-
20241129 fixes it. Thanks @rern |
Beta Was this translation helpful? Give feedback.
-
The Network Menu option does not load the page.
Beta Was this translation helpful? Give feedback.
All reactions