Plexamp headless on RPI 5 won't start with user service

Working on using plexamp headless with a new RPI 5 and I can’t get the OS to recognize the audio when connected to my receiver (aplay -l shows no devices no matter what settings I make to config.txt). Found this post that talks about using a user service for pulseaudio instead, but I follow the steps and it doesn’t seem to start back up (the UI never comes back on the x:32500 url). What troubleshooting steps do I have to figure out what I’m doing wrong? The application log (~/.cache/Plexamp/log/Plexamp.log) doesn’t seem to show anything (which makes sense perhaps since I’m guessing the application never successfully launches)

Sep 16 13:34:33 plexamp (node)[1037]: plexamp.service: Failed to determine supplementary groups: Operation not permitted
Sep 16 13:34:33 plexamp (node)[1037]: plexamp.service: Failed at step GROUP spawning /usr/bin/node: Operation not permitted
Sep 16 13:34:33 plexamp systemd[856]: Started plexamp.service - Plexamp.
Sep 16 13:34:33 plexamp systemd[856]: plexamp.service: Main process exited, code=exited, status=216/GROUP
Sep 16 13:34:33 plexamp systemd[856]: plexamp.service: Failed with result 'exit-code'.
Sep 16 13:34:34 plexamp systemd[856]: plexamp.service: Scheduled restart job, restart counter is at 1.
Sep 16 13:34:34 plexamp systemd[856]: Stopped plexamp.service - Plexamp.

after some searching found this in the logs (journalctl --user)

Figured it out. For those that run into this, it was having the user in the plexamp.service file. updated it to my user instead of removing the parameter completely

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.