-
Notifications
You must be signed in to change notification settings - Fork 13
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
RadarrMovieNotFound: Movie not found exception when deleting files #64
Comments
Can you post your configuration file (without the api keys) and the full debug logging? Also, which version of Radarr are you using? It seems that your instance cannot find the delete movie endpoint |
Thanks for your response. I am using Radarr version 4.0.5.5981 which I believe is the latest. I do not have the same issues when running Excludarr with Sonarr however. Here is my configuration
I have added a full debug here although it looks to be as expected until the point I posted in the original report. Interestingly it does seem to successfully the delete the file for the movie it errors on, but it does not proceed to the next movie. Thanks again, I hope I can get this working as it is a very useful app |
Hmm thats strange, maybe the api is returning something unexpected. I will have to debug this and try to reproduce the error. I will come back to you once I know more! |
Thank you for your help.
Is it just me or is it attempting to delete the moviefile twice? |
Managed to debug the code myself and found that because the DELETE call does not return any JSON, it was throwing the JSONDecode exception and causing the retry mechanism to kick in despite the first request returning 200.
Not sure why know one else has encountered this issue though! |
Thanks for debugging it yourself. That is indeed correct, I'm going to replace my own Radarr and Sonarr clients by PyArr clients, those are already finished and maintained well. I hope to release it by the end of this week. |
Hi, I started the development of this in https://github.com/haijeploeg/excludarr/tree/feature/pyarr_intergration. I need to wait before intergrate this, because the sonarr support is broken as PyArr does not support the v3 api endpoint. I have requested a feature request: totaldebug/pyarr#101. Once this is fixed I can release a new version. |
I have released a new version: v1.0.7. I have replaced my own libraries with the PyArr library, this issue should be fixed now. |
Many thanks |
Describe the bug
When running the command to unmonitor and delete files in Radarr, I receive the following error message once the file deletion process starts. Interestingly, if I rerun the command (after remonitoring the unmonitored files), Excludarr will get one movie further along before throwing the error.
To Reproduce
excludarr --debug radarr exclude -a not-monitored -d --progress -y
Expected behavior
The matching movies should be marked as unmonitored and their files deleted.
Versions
Debug logging
Additional context
None
The text was updated successfully, but these errors were encountered: