IvanKaramazov / rpi_plexamp_hack

2 stars 0 forks source link

Service Fails on Play #3

Open grabvba opened 2 years ago

grabvba commented 2 years ago

So I have everything installed, I can see the player advertised and connect to it. I get this return when I try to play a file and grab the status

plexamp.service - Plexamp
     Loaded: loaded (/lib/systemd/system/plexamp.service; disabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Fri 2022-01-28 01:16:39 GMT; 49s ago
    Process: 1085 ExecStart=/usr/local/bin/node /home/pi/plexamp/server/server.prod.js (code=exited, status=1/FAILURE)
   Main PID: 1085 (code=exited, status=1/FAILURE)
        CPU: 948ms

Jan 28 01:16:39 DACBerry systemd[1]: plexamp.service: Scheduled restart job, restart counter is at 5.
Jan 28 01:16:39 DACBerry systemd[1]: Stopped Plexamp.
Jan 28 01:16:39 DACBerry systemd[1]: plexamp.service: Start request repeated too quickly.
Jan 28 01:16:39 DACBerry systemd[1]: plexamp.service: Failed with result 'exit-code'.
Jan 28 01:16:39 DACBerry systemd[1]: Failed to start Plexamp.

I have no idea how to start toubleshooting this. Any thoughts? Running rpi4 w/Raspbian lite, reinstalled MPD, using localhost in the js file.

pscharfg commented 2 years ago

After you have done a complete reinstall of mpd, try using 127.0.0.1 in the config. 'localhost' did not work for me and my errors were similar.