09-03-2024, 02:42 PM
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.
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