-
-
Notifications
You must be signed in to change notification settings - Fork 501
Description
Description
Currently, users (with permission) can enable auto-requesting media found in their plex watchlist. However, if the user stops using Jellyseerr directly (i.e. using the website), this watchlist monitoring seems to stop working after a few weeks; once the user logs back into Jellyseerr, the auto-requesting of their watchlist resumes.
What I suspect is happening is:
- User enables auto request
- User doesn't interact directly with Jellyseerr so the plex oath login expires
- Since the oath login is expired, Jellyseerr cannot use it to sync the plex watchlist, hence auto-requesting the watchlist is suspended
- When the user logs back in via plex oath, Jellyseerr can once more read the watchlist, so auto-requests resume
This issue is preventing about point 3.
Desired Behavior
Jellyseerr does not ever suspend auto-requesting from the plex watchlist. Which I suspect means keeping the oath login valid even if the user doesn't directly interact with the website.
Additional Context
Some users might only use the plex app on their TV, so they frequently don't login to the Jellyseerr website directly for extended periods of time. Since there is no form of notification that this auto-requesting has been suspended (presumably due to the oath expiring), they never know they need to fix it.
I suspect this suspension of auto-requests is not intended behavior, technically a bug, but rather just a consequence of how Jellyseerr handles plex oath timeouts. Tautulli, for example, is an app that does not need such frequent logins to stay connected to plex, so I imagine this is possible with Jellyseerr. I'm not sure if it'd involve extending login timeouts or something else behind the scenes
Code of Conduct
- I agree to follow Seerr's Code of Conduct