itsToggle / plex_debrid

Plex torrent streaming through Debrid Services
1.51k stars 130 forks source link

Plex Library refresh is pointing to the wrong folder #546

Open compactly8274 opened 1 year ago

compactly8274 commented 1 year ago

I have my real-debrid folders mounted to /real-debrid in the Plex container, and my main folders mounted to the root as well, /movies, /shows, etc

I've added my plex_debrid folders to my existing movie and shows libraries, but as their folders are under another folder, so they show up as /real-debrid/movies for example

Watchlist works fine, Plex eventually sees them on its own, but I was looked into why the plex refresh wasn't working - It's getting the calls from the script, but when it gets the calls it shows as /movies/[movie in real debrid folder] - But it can't find it there because that's not where the folder is mounted

I've reset both containers, re-added the /real-debrid folders in plex, and went through the settings and settings.json but can't find a way to change the refresh to point to the correct location.

isthisausername2 commented 1 year ago

When adding your plex library did you use a browser to check you got the correct "source=X" for the library you are using?

compactly8274 commented 1 year ago

Yes I did.

here is the error in the plex logs image

here is the library in the plex library set up

image

I tried setting it up as an "on demand" library with just the one folder in place, and it finds it and updates it correctly in that case, but when there are two folders plex will push the update with one seemingly.

Is there a way of specifying which folder or both folders for the push?

compactly8274 commented 1 year ago

An update, there were some other logs after wiping and recreating, and it looks like this time it actually pushed the GET request correctly first, then for some reason I think Plex decided to ignore the path in the request:

image

compactly8274 commented 1 year ago

I've opened a forum post in at the Plex forums now with the info I have, as it seems more like how it's processing the API request.

That being said, is there anyone out there who has had a same or similar issue?

taylowi-personal commented 6 months ago

I am having this issue too, did you get anywhere @compactly8274 ?