Error fetching items: (404) not_found; https://metadata.provider.plex.tv/library/sections/watchlist/all?includeCollections=1&includeExternalMedia=1 <Error error="Not Found" message="Section 'watchlist' not found!" statusCode="404"/>
Getting this error lately. Seems like we aren't the only one either as several other apps in our community are getting this too. Switching from self.METADATA to self.DISCOVER is the fix that Overseerr went with. It seems to be working for them.
https://github.com/pushingkarmaorg/python-plexapi/blame/9762171ae04b87a375e3e2c33672e580e62264d2/plexapi/myplex.py#L952
Getting this error lately. Seems like we aren't the only one either as several other apps in our community are getting this too. Switching from
self.METADATAtoself.DISCOVERis the fix that Overseerr went with. It seems to be working for them.Thanks