plexargod icon indicating copy to clipboard operation
plexargod copied to clipboard

Failed to get ArgoURL from cloudflared?

Open gluebaby opened this issue 1 year ago • 1 comments

Can't get passed this. What should I check? How do I troubleshoot this best? Thanks!

Using config path of /etc/plexargod Sourced /etc/plexargod/plexargod.conf XPlexVersion = 23.02.10.1000 ArgoMetricsURL = PlexServerURL = http://localhost:32400 XPlexProduct = plexargod XPlexClientIdentifier = ########## X-Plex-Token is valid Failed to get ArgoURL from cloudflared

gluebaby avatar Jun 04 '23 03:06 gluebaby

It might be that cloudflare is not running. I saw a similar issue when getting mine setup.

Try:

sudo systemctl start cloudflared
sudo systemctl status cloudflared

Then rerun the setup

sudo /usr/local/bin/plexargod

caewok avatar Nov 04 '23 19:11 caewok