taxicat1 / Plex-downloader

Userscript to add a download button to the Plex web interface
MIT License
1 stars 1 forks source link

Problem with the download button #1

Closed kaizenGG closed 6 months ago

kaizenGG commented 6 months ago

I have tested the script in both Firefox and Chrome, but I have a small problem and that is that the download button "does not work"

G28ysDi

taxicat1 commented 6 months ago

First, are there any exceptions or error logs printed in the developer console? To view this I recommend disabling the script in your userscript manager and instead pasting it into the console while on the Plex web app. Any exceptions not from Plex itself, or log messages beginning with [USERJS Plex Downloader] would be helpful. Please redact any IP addresses or values for X-Plex-Token=XXXXXXX if you post these.

Second, visit https://app.plex.tv/desktop/#!/settings/manage-library-access and click on the account that is sharing this library with you, and check if it says "Downloads Allowed" under the "You have access to" section. If it does not, that may be the issue, but I would still like to add a feature where it tells you that is the reason why it is not working.

kaizenGG commented 6 months ago

Yes, I have access to 3 Plex servers, mine and 3 others.

But it only lets me download on my server, not on the others. And I bought Plex Pass

kaizenGG commented 6 months ago

NjTC216

kaizenGG commented 6 months ago

I've already tried several ways, and it only lets me download things from my own server on the same network. But not from other Plex servers

Do you have telegram or something?

taxicat1 commented 6 months ago

You can contact my telegram @taxicat.

taxicat1 commented 6 months ago

Issue was determined to be a typo in a XPath when parsing Plex resources that could cause downloads to use the wrong URI.