Dyvinia / PlexampRPC

PlexampRPC displays currently playing Plex music as Discord Rich Presence, while using the proper Album Art
34 stars 3 forks source link

Failing to connect to Plex server. #16

Open nx6 opened 1 month ago

nx6 commented 1 month ago

Not working for me. The app can find my Discord fine, and my Plex server, and I have it authorized, but it cannot connect to the Plex server.

"INFO: Testing R https://(plex.direct ip address, etc.)..." "WARN: Timeout R https://(plex.direct ip address, etc.)..."

I'm not having any issues with remote access functionality on my server.

P.S.: can you put a button or menu command to access the log on the interface window? I can't hit F5 on the app window since that function is mapped to media keys on my keyboard, and even when I try FN+F5 it's not working for some reason. I have to use the on-screen keyboard to get the F5 key to pass through.

nx6 commented 1 week ago

Okay, making some progress now with 1.5.3. It's actually listing my server in the pop-up menu on the main window. Getting new errors now.

[00:08:00] status/sessions?X-Plex-Token=[REDACTED]
[00:08:00] WARN: Unable to get current session: status/sessions?X-Plex-Token=2ys... An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
[00:08:05] status/sessions?X-Plex-Token=[REDACTED]
[00:08:05] WARN: Unable to get current session: status/sessions?X-Plex-Token=2ys... An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
[00:08:10] status/sessions?X-Plex-Token=[REDACTED]
[00:08:10] WARN: Unable to get current session: status/sessions?X-Plex-Token=2ys... An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
[00:08:15] status/sessions?X-Plex-Token=[REDACTED]
[00:08:15] WARN: Unable to get current session: status/sessions?X-Plex-Token=2ys... An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
[00:08:20] status/sessions?X-Plex-Token=[REDACTED]
[00:08:20] WARN: Unable to get current session: status/sessions?X-Plex-Token=2ys... An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
[00:08:25] status/sessions?X-Plex-Token=[REDACTED]
[00:08:25] WARN: Unable to get current session: status/sessions?X-Plex-Token=2ys... An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.

I tried deleting the auth token and reauthing the app to my account but no change.

Dyvinia commented 1 week ago

can you send me your config file, as well as a screenshot of the main window

nx6 commented 1 week ago

can you send me your config file, as well as a screenshot of the main window

--removed old attachment--

Dyvinia commented 1 week ago

image is this supposed to be in the skipped?

nx6 commented 1 week ago

image is this supposed to be in the skipped?

I had it set to use local ip, and I guess that's not working for some reason.

Dyvinia commented 1 week ago

im not sure how the local stuff works tbh as it was @alyssadev who implemented that a while ago and I've never had to use it myself

nx6 commented 1 week ago

It was something I tried in the beginning when the app wasn't able to connect via the plex.direct address. It should just be getting ignored now since it failed to work (hence the 'skip' notation it added to the config file).

Dyvinia commented 1 week ago

does the latest version work?

nx6 commented 1 week ago

No change. Tried wiping out the PlexampRPC folder in %appdata% too, so it would be like a fresh install, and no change.