#Re-send Requests

1 messages · Page 1 of 1 (latest)

ivory leaf
#

Hi, I recently cleared my plex library had about 80TB of junk and just couldn't be bothered to go through it. I now however have the issue where overseer sees all these requests which are no longer in Radarr/Sonarr. Since these were requested by people I would like all these requests to be resent to Radarr/Sonarr how can I do this as currently they all appear as requested and approved / available. I have run every job in the Jobs/Cache so any help would be appreciated. It also shows the play button on plex despite the content no longer being in the library (This is after the Plex Full Library Scan)

・What version of Overseerr are you running? (Check Settings → About → Version.)
1.30.1
・How did you install Overseerr? (Official Docker or snap images, or images published by a third-party?)
snap
・How are you accessing Overseerr? (Reverse proxy or a local IP address? What browser? Any browser extensions enabled?)
IP and Reverse Proxy, Chrome, Safari
・What were you trying to do, and how did you attempt it? (Provide a step-by-step list of what you tried and a brief description of your setup.)
Resync all requests with radarr, I have run all jobs&Cache to force updates
・What exactly do you see? (Provide screenshots of the problem. Is there an error message?)
See attached image, movie does not exist in Radarr or plex, click play on plex shows a plex Something went wrong error. If I view in Radarr then I get the attached image

ivory leaf
#

I have decided I will use the API to see if I can do somthing to re-request everything but ideally I would just want to delete the DB which I cannot find. I have installed this through snap

tall wind
#

Using the API it shouldn't be too complex
You can grab the data you need (TMDB IDs + requested seasons for tv shows) for all movies/shows from the /api/v1/request endpoint with a GET request, save that somewhere. Then make a POST request to that same endpoint for each movie/show with the data you got earlier.