You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "/app/app/scripts.py", line 1352, in hide4k
run_script()
File "/app/app/scripts.py", line 1338, in run_script
add_untranscodable()
File "/app/app/scripts.py", line 1331, in add_untranscodable
movie.optimize(deviceProfile="Android", videoQuality=10)
File "/usr/local/lib/python3.9/site-packages/plexapi/video.py", line 190, in optimize
backgroundProcessing = self.fetchItem('/playlists?type=42')
File "/usr/local/lib/python3.9/site-packages/plexapi/base.py", line 183, in fetchItem
raise NotFound(f'Unable to find elem: cls={clsname}, attrs={kwargs}')
plexapi.exceptions.NotFound: Unable to find elem: cls=None, attrs={}
The text was updated successfully, but these errors were encountered:
This is the log error i get:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.9/threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "/app/app/scripts.py", line 1352, in hide4k
run_script()
File "/app/app/scripts.py", line 1338, in run_script
add_untranscodable()
File "/app/app/scripts.py", line 1331, in add_untranscodable
movie.optimize(deviceProfile="Android", videoQuality=10)
File "/usr/local/lib/python3.9/site-packages/plexapi/video.py", line 190, in optimize
backgroundProcessing = self.fetchItem('/playlists?type=42')
File "/usr/local/lib/python3.9/site-packages/plexapi/base.py", line 183, in fetchItem
raise NotFound(f'Unable to find elem: cls={clsname}, attrs={kwargs}')
plexapi.exceptions.NotFound: Unable to find elem: cls=None, attrs={}
The text was updated successfully, but these errors were encountered: