plex-utills icon indicating copy to clipboard operation
plex-utills copied to clipboard

hide 4k Script not working anymore

Open ApfelBirneKreis opened this issue 1 year ago • 0 comments

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={}

ApfelBirneKreis avatar May 28 '23 19:05 ApfelBirneKreis