Moode Forum
[SOLVED] Plexamp not playing - 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: [SOLVED] Plexamp not playing (/showthread.php?tid=6954)



Plexamp not playing - puez_odle - 10-01-2024

Hi, long time Moode Audio user. My equipment is  composed by Raspberry 4b + Allo Digione with last Bookworm 9.1.2  version, sending music to a Nad Dac. No problem playing from Nas my audio files, from Spotify connect, and, for the brief trial period, from Roon. The problems arise with Plexamp. The installation was fine, the android player sees my Raspberry as device but as soon as I try  playing  the player's window close without any error code.


RE: Plexamp not playing - Tim Curtis - 10-01-2024

Which player are u referring to, the Android app or moode?


RE: Plexamp not playing - puez_odle - 10-01-2024

(10-01-2024, 03:56 PM)Tim Curtis Wrote: Which player are u referring to, the Android app or moode?

I'm trying to stream  songs to moode player from android app, selecting moode player in the android app likewise I do with spotify.


RE: Plexamp not playing - Tim Curtis - 10-01-2024

I don't think we can help debug the issue if the Android app is crashing. Maybe try contacting the developer for that app.


RE: Plexamp not playing - puez_odle - 10-01-2024

(10-01-2024, 05:50 PM)Tim Curtis Wrote: I don't think we can help debug the issue if the Android app is crashing. Maybe try contacting the developer for that app.

Yes but same happens if I try to play directly from the moode player.


RE: Plexamp not playing - Tim Curtis - 10-01-2024

Is the Plexamp service on moode crashed?

Code:
systemctl status plexamp



RE: Plexamp not playing - puez_odle - 10-02-2024

it seems working
Code:
moode@raspberrypi:~ $ systemctl status plexamp
● plexamp.service - Plexamp
    Loaded: loaded (/etc/systemd/system/plexamp.service; enabled; preset: enabled)
    Active: active (running) since Wed 2024-10-02 18:27:22 CEST; 57s ago
  Main PID: 249508 (node)
     Tasks: 18 (limit: 1596)
       CPU: 3.928s
    CGroup: /system.slice/plexamp.service
            └─249508 /usr/bin/node /home/moode/plexamp/js/index.js

Oct 02 18:27:22 raspberrypi systemd[1]: Started plexamp.service - Plexamp.
Oct 02 18:27:23 raspberrypi node[249508]: Starting Plexamp 4.10.1
Oct 02 18:27:23 raspberrypi node[249508]: Settings: Parsing 24907 bytes into JSON for discovery:hubs.



RE: Plexamp not playing - Tim Curtis - 10-02-2024

(10-02-2024, 04:30 PM)puez_odle Wrote: it seems working
Code:
moode@raspberrypi:~ $ systemctl status plexamp
● plexamp.service - Plexamp
    Loaded: loaded (/etc/systemd/system/plexamp.service; enabled; preset: enabled)
    Active: active (running) since Wed 2024-10-02 18:27:22 CEST; 57s ago
  Main PID: 249508 (node)
     Tasks: 18 (limit: 1596)
       CPU: 3.928s
    CGroup: /system.slice/plexamp.service
            └─249508 /usr/bin/node /home/moode/plexamp/js/index.js

Oct 02 18:27:22 raspberrypi systemd[1]: Started plexamp.service - Plexamp.
Oct 02 18:27:23 raspberrypi node[249508]: Starting Plexamp 4.10.1
Oct 02 18:27:23 raspberrypi node[249508]: Settings: Parsing 24907 bytes into JSON for discovery:hubs.

If the service is running but there are issues connecting the client app then it would suggest some sort of Plexamp issue.


RE: Plexamp not playing - puez_odle - 10-03-2024

(10-02-2024, 07:36 PM)Tim Curtis Wrote:
(10-02-2024, 04:30 PM)puez_odle Wrote: it seems working
Code:
moode@raspberrypi:~ $ systemctl status plexamp
● plexamp.service - Plexamp
    Loaded: loaded (/etc/systemd/system/plexamp.service; enabled; preset: enabled)
    Active: active (running) since Wed 2024-10-02 18:27:22 CEST; 57s ago
  Main PID: 249508 (node)
     Tasks: 18 (limit: 1596)
       CPU: 3.928s
    CGroup: /system.slice/plexamp.service
            └─249508 /usr/bin/node /home/moode/plexamp/js/index.js

Oct 02 18:27:22 raspberrypi systemd[1]: Started plexamp.service - Plexamp.
Oct 02 18:27:23 raspberrypi node[249508]: Starting Plexamp 4.10.1
Oct 02 18:27:23 raspberrypi node[249508]: Settings: Parsing 24907 bytes into JSON for discovery:hubs.

If the service is running but there are issues connecting the client app then it would suggest some sort of Plexamp issue.

You're right. I still investigating what kind of weirdness was it, but I reinstalled it from beginning , following the same your guide, and now it works. I think you can mark the tread solved.