Playback options not being saved #1356
Replies: 3 comments
-
|
I think this is being caused by the following error seen from journalctl -xe: Jul 03 09:49:22 rAudio-1 nginx[314]: 2023/07/03 08:49:22 [error] 314#314: *740 FastCGI sent in stderr: "PHP message: PHP Warning: file_put_contents(/srv/http/data/system/display.json): Failed to open stream: Permission denied in /srv/http/cmd.php on line 17" while reading response header from upstream, client: 192.168.86.53, server: localhost, request: "POST /cmd.php HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/php-fpm.sock:", host: "raudio-1", referrer: "http://raudio-1/" The file /srv/http/data/system/display.json seems to exist and has apparently full access permissions: rAudio-1:~ # ls -lrt /srv/http/data/system BUT the file is actually stored in the SharedData area via a link and may be this is stopping it being accessed for write - because its already open by another system using this same Shared Data area? I think the display settings like this should NOT be stored in the Shared Data area as they refer to an individual system setting NOT a shared setting (in my case). Each system should be able to have its own display settings as I might one system to have access, say, to the Volume and Time as this system controls its own volume output whereas another system might be connected to a BT Speaker where the volume is controlled by the speaker and so the system does not require the Volume control to be displayed. Chris |
Beta Was this translation helpful? Give feedback.
-
|
Any progress with this issue please ? Thanks Chris |
Beta Was this translation helpful? Give feedback.
-
|
@rern For me SharedData is really useful but not when it causes the issues identified here. Regards. Chris |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Was going to report this in amongst the issues with the earlier June releases but but it is still the same in 20230615. Option settings in the Playback Options screen are not being saved. I would normally:
Enable Bars Always On
Disable Time
Disable Volume (particularly when using Player / Bit-Perfect / No Volume)
However these are not being saved.
Chris
Beta Was this translation helpful? Give feedback.
All reactions