-
-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a request has been deleted once, it can never be requested again by anyone #2305
Comments
Never mind, I figured out this "hidden list" is just my series data from sonarr. I expected deleting the request to delete it from sonarr as well, but apparently it doesn't. |
There's still a problem here, I removed the show from sonarr through its own interface and flushed the caches in /settings/jobs on overseerr, and it still says "Already requested" when I try to request it again. |
So far it works (lets me add it back) when I delete a movie, but not when I delete a series. |
Six tries later, I'm getting intermittent results as to whether I can re-add a series after deleting its request. Two of them can't be added back, but four of them can. |
4 more tests with movies, 4 good results (re-added successfully), problem seems specific to series for me so far, and is affecting a minority of them. One thing it isn't doing, consistently deleting the entries from the *arrs when I delete the request... |
Deleting requests does NOT remove them from the *arrs. Once an item is picked up as being monitored in the *arrs, it will no longer be requestable. You can reset this by clearing the media data for the item in Overseerr. |
Duplicate of #1196 |
This is the piece I was missing, thank you! |
Description
After a series request has been deleted once, sometimes (3/7 of my tests) it can never be requested again by anyone. When you try, the button to request it again remains disabled reading "Already requested."
According to the request history page the series was never requested, according to the request form it is already requested.
Deletion from the requests queue doesn't seem to consistently delete its entries from the *arrs. When it doesn't, I delete series in the *arrs manually through their own interfaces, but still I can't re-request them.
So far I can always re-add movies, but I can't always re-add series.
Version
d401e33
Steps to Reproduce
Delete a series request.
Decide it was a mistake to delete the request.
Try to add the same show again, "Already requested"
What next?
The text was updated successfully, but these errors were encountered: