Skip to content
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

Remove from Radarr not working #1207

Closed
1 task done
oxixes opened this issue Dec 31, 2024 · 6 comments · Fixed by #1217
Closed
1 task done

Remove from Radarr not working #1207

oxixes opened this issue Dec 31, 2024 · 6 comments · Fixed by #1217
Labels
bug Something isn't working confirmed This bug has been reproduced released

Comments

@oxixes
Copy link

oxixes commented Dec 31, 2024

Description

The "Remove from Radarr" button doesn't seem to be working, nothing happens when I click it and nothing is removed. If then I delete the movie from Radarr and request it again directly as an admin user, it does not get added until I clear the Radarr cache.

Version

2.2.3

Steps to Reproduce

  1. Request an item.
  2. Click remove the request from Radarr (nothing happens).
  3. Remove all data from the movie.
  4. Manually remove the request using the Radarr interface.
  5. Re-request the item, nothing is added to Radarr.

Screenshots

No response

Logs

2024-12-31T01:03:38.190Z [debug][Radarr]: Radarr add details{"movie":{"addOptions":{"addMethod":"manual","ignoreEpisodesWithFiles":false,"ignoreEpisodesWithoutFiles":false,"monitor":"movieOnly","searchForMovie":true},"added":"2024-12-31T01:03:37Z","alternateTitles":[],"certification":"R","cleanTitle":"thesubstance","digitalRelease":"2024-10-31T00:00:00Z","folderName":"E:\\Video\\Compartido\\Peliculas (No anime)\\The Substance (2024)","genres":["Horror","Science Fiction"],"hasFile":false,"id":16,"images":[{"coverType":"poster","remoteUrl":"https://image.tmdb.org/t/p/original/lqoMzCcZYEFK729d6qzt349fB4o.jpg","url":"/MediaCover/16/poster.jpg"},{"coverType":"fanart","remoteUrl":"https://image.tmdb.org/t/p/original/t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg","url":"/MediaCover/16/fanart.jpg"}],"imdbId":"tt17526714","inCinemas":"2024-09-18T00:00:00Z","isAvailable":true,"minimumAvailability":"announced","monitored":true,"movieFileId":0,"originalLanguage":{"id":1,"name":"English"},"originalTitle":"The Substance","overview":"A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.","path":"E:\\Video\\Compartido\\Peliculas (No anime)\\The Substance (2024)","popularity":939.826,"qualityProfileId":7,"ratings":{"imdb":{"type":"user","value":7.4,"votes":176088},"metacritic":{"type":"user","value":78,"votes":0},"rottenTomatoes":{"type":"user","value":90,"votes":0},"tmdb":{"type":"user","value":7.185,"votes":2845},"trakt":{"type":"user","value":7.07416,"votes":9169}},"releaseDate":"2024-09-18T00:00:00Z","rootFolderPath":"E:\\Video\\Compartido\\Peliculas (No anime)\\","runtime":141,"secondaryYearSourceId":0,"sizeOnDisk":0,"sortTitle":"substance","statistics":{"movieFileCount":0,"releaseGroups":[],"sizeOnDisk":0},"status":"released","studio":"Working Title Films","tags":[],"title":"The Substance","titleSlug":"933260","tmdbId":933260,"website":"https://mubi.com/en/thesubstance","year":2024,"youTubeTrailerId":"lR5nlovVgvQ"}}

2024-12-31T01:03:45.353Z [error][Media]: [Radarr] Failed to remove movie: 404 Not Found

2024-12-31T01:03:59.786Z [info][Notifications]: Sending notification(s) for MEDIA_AUTO_APPROVED{"subject":"The Substance (2024)"}

2024-12-31T01:03:59.792Z [info][Media Request]: Sent request to Radarr{"mediaId":86,"requestId":11}

2024-12-31T01:03:59.792Z [info][Radarr]: Radarr accepted request

2024-12-31T01:03:59.792Z [debug][Radarr]: Radarr add details{"movie":{"addOptions":{"addMethod":"manual","ignoreEpisodesWithFiles":false,"ignoreEpisodesWithoutFiles":false,"monitor":"movieOnly","searchForMovie":true},"added":"2024-12-31T01:03:37Z","alternateTitles":[],"certification":"R","cleanTitle":"thesubstance","digitalRelease":"2024-10-31T00:00:00Z","folderName":"E:\\Video\\Compartido\\Peliculas (No anime)\\The Substance (2024)","genres":["Horror","Science Fiction"],"hasFile":false,"id":16,"images":[{"coverType":"poster","remoteUrl":"https://image.tmdb.org/t/p/original/lqoMzCcZYEFK729d6qzt349fB4o.jpg","url":"/MediaCover/16/poster.jpg"},{"coverType":"fanart","remoteUrl":"https://image.tmdb.org/t/p/original/t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg","url":"/MediaCover/16/fanart.jpg"}],"imdbId":"tt17526714","inCinemas":"2024-09-18T00:00:00Z","isAvailable":true,"minimumAvailability":"announced","monitored":true,"movieFileId":0,"originalLanguage":{"id":1,"name":"English"},"originalTitle":"The Substance","overview":"A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.","path":"E:\\Video\\Compartido\\Peliculas (No anime)\\The Substance (2024)","popularity":939.826,"qualityProfileId":7,"ratings":{"imdb":{"type":"user","value":7.4,"votes":176088},"metacritic":{"type":"user","value":78,"votes":0},"rottenTomatoes":{"type":"user","value":90,"votes":0},"tmdb":{"type":"user","value":7.185,"votes":2845},"trakt":{"type":"user","value":7.07416,"votes":9169}},"releaseDate":"2024-09-18T00:00:00Z","rootFolderPath":"E:\\Video\\Compartido\\Peliculas (No anime)\\","runtime":141,"secondaryYearSourceId":0,"sizeOnDisk":0,"sortTitle":"substance","statistics":{"movieFileCount":0,"releaseGroups":[],"sizeOnDisk":0},"status":"released","studio":"Working Title Films","tags":[],"title":"The Substance","titleSlug":"933260","tmdbId":933260,"website":"https://mubi.com/en/thesubstance","year":2024,"youTubeTrailerId":"lR5nlovVgvQ"}}

Platform

desktop

Database

SQLite (default)

Device

Windows Laptop

Operating System

Linux Mint 22

Browser

Firefox

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@oxixes oxixes added awaiting triage This issue needs to be reviewed bug Something isn't working labels Dec 31, 2024
@fallenbagel
Copy link
Owner

This is most likely a configuration issue and I would suggest to hop onto discord to cary out support

@fallenbagel fallenbagel added support and removed bug Something isn't working awaiting triage This issue needs to be reviewed labels Dec 31, 2024
Copy link

👋 @oxixes, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with Jellyseerr.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2024
@github-actions github-actions bot locked as off-topic and limited conversation to collaborators Dec 31, 2024
Repository owner unlocked this conversation Dec 31, 2024
@fallenbagel
Copy link
Owner

Kindly open a support ticket in Discord, and I'll help you out!

@fallenbagel fallenbagel added bug Something isn't working confirmed This bug has been reproduced and removed support more information needed labels Jan 2, 2025
@github-actions github-actions bot reopened this Jan 2, 2025
@fallenbagel
Copy link
Owner

Nevermind confirmed this is an error. That button is broken

gauthier-th added a commit that referenced this issue Jan 2, 2025
This PR clears the Radarr/Sonarr cache after a request has been made, because the media status on
Radarr/Sonarr will no longer be good. It also resolves a bug that prevented the media from being
deleted after a request had been sent to Radarr/Sonarr.

fix #1207
@oxixes
Copy link
Author

oxixes commented Jan 2, 2025

Thank you very much!

@fallenbagel
Copy link
Owner

🎉 This issue has been resolved in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed This bug has been reproduced released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants