-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No access to files #125
Comments
what is happening is Plex_Utills is trying to use its placeholder /films with your placeholder /Video. you can temporarily solve this issue by going into Plex_Utill > Config > Server Config >(scroll to the bottom of the page and click Admin Config Page, |
I am also having this issue. I am running Plex-Utils through TrueCharts on TrueNAS Scale. No matter what I make the plex-utils path, it always outputs the same path as the issue states. Any ideas on how to get this to work? |
same here |
I have added pull-request #144 which addresses this issue. I was running into the same issue and found that the regex call for prepending the plex path to the file path was a little aggressive. |
For some reason, I'm getting a "No access to files" error. Basically as per the below log, "films" is being added to the file path.
[2023-02-27 18:58:42,261] - [plex-utills] - [WARNING] - No access to files: FileNotFoundError('/filmsVideo/filmsMovies/filmsThe Tower.2012.P.HDRip.avi')
[2023-02-27 18:58:42,261] - [plex-utills] - [DEBUG] - /filmsVideo/filmsMovies/filmsThe Tower.2012.P.HDRip.avi
Apart from the "films" folder, also the "Video" folder is being mounted and reflects what I have on the Plex side.
The text was updated successfully, but these errors were encountered: