jkirkcaldy / plex-utills

Manage your Plex library automatically
MIT License
324 stars 24 forks source link

hide 4k Script not working anymore #132

Open ApfelBirneKreis opened 1 year ago

ApfelBirneKreis commented 1 year ago

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