Skip to content
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

FileNotFoundError Line 494 #112

Open
ados8 opened this issue Jun 14, 2022 · 3 comments
Open

FileNotFoundError Line 494 #112

ados8 opened this issue Jun 14, 2022 · 3 comments

Comments

@ados8
Copy link

ados8 commented Jun 14, 2022

Unfortunealy never had much success getting this docker on UNRAID to work well.
In the past the issues were always inability to get poster backups working and corrupt posters which resulted in its removal.
Having seen the big December update last year decided to install again.

Issue: regardless of post backups enabled or disabled the error is the same.

2022-06-14 12:08:07,850 - SYS - 4K/HDR Posters schedule created for 23:00
2022-06-14 12:08:09,874 - SYS - Updater: Your plexpath has been changed to /movies
2022-06-14 12:08:09,875 - SYS - Updater: Your plexpath has been changed to /movies
2022-06-14 12:08:10,353 - SYS - Updater: Your plexpath has been changed to /movies
2022-06-14 12:08:10,353 - SYS - Updater: Your plexpath has been changed to /movies
2022-06-14 12:08:31,628 - plex-utills - 4k Posters: 4k HDR poster script starting now.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/app/app/scripts.py", line 1184, in posters4k
m = MediaInfo.parse(file, output='JSON')
File "/usr/local/lib/python3.9/site-packages/pymediainfo/__init__.py", line 494, in parse
raise FileNotFoundError(filename)
FileNotFoundError: /films/1BR (2019)/1BR (2019).mkv
2022-06-14 12:13:46,518 - plex-utills - 4k Posters: 4k HDR poster script starting now.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/app/app/scripts.py", line 1184, in posters4k
m = MediaInfo.parse(file, output='JSON')
File "/usr/local/lib/python3.9/site-packages/pymediainfo/__init__.py", line 494, in parse
raise FileNotFoundError(filename)
FileNotFoundError: /films/1BR (2019)/1BR (2019).mkv

When checking the help section it indicates no issues.
image
I have also checked permissions and the docker is the same as that of Plex it also can see the file within the container.
image
The permissions have also been lowered for testing
image

I'm thinking this is a bug in the script itself.

@zbinkster
Copy link

zbinkster commented Jul 14, 2022

I'm having the same issue. For some reason it seems to only happen to me when I scan my movies. it works okay when I scan TV Series. I'm also having issues where it will randomly corrupt a poster and I have to go into Plex and choose the non-corrupted poster.

@ados8
Copy link
Author

ados8 commented Jul 14, 2022

I'm having the same issue. For some reason it seems to only happen to me when I scan my movies. it works okay when I scan TV Series. I'm also having issues where it will randomly corrupt a poster and I have to go into Plex and choose the non-corrupted poster.

I gave up on this one, I was thinking of moving to Emby for a year and finally pulled the trigger. All my users are far happier and so am I, Plex has lost their way adding fluff features and the underlying video player is so unstable and trash now. Emby is cheaper and better than Plex in every performance point.

@jkirkcaldy
Copy link
Owner

Does this still happen on the :latest container?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants