09-03-2024, 03:49 PM
(09-03-2024, 02:42 PM)Tim Curtis Wrote: I don't have a Plex account anymore so I'm not able to do any testing but maybe you have to go through the "claim code" process again?
You could also verify that node.js (which plexamp uses) is running. If the command below doesn't return anything it means that node is not running and this indicates some sort of breakage.
Code:pgrep -a node | grep plexamp
It seems to be running
PHP Code:
damien@MoodePi3B:~ $ pgrep -a node | grep plexamp
1641 /usr/bin/node /home/damien/plexamp/js/index.js
How do I instigate the claim code process? I did a quick search and it appears I have the kill the process ID? I am assuming by running will do it?
Code:
node plexamp/js/index.js
Thanks