-
Notifications
You must be signed in to change notification settings - Fork 15
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
Radarr returned status code 200 #10
Comments
I have not seen that on my end, but 200 is not an error so I made a small update to avoid printing the error message: 0075628 200 is a successful request though, so not sure why it is not unmonitored. Do you have some steps to reproduce it? |
Okay now the script does not error but the movie is also not marked unmonitored. Here's radarr's trace logs (a single movie was supposed to be changed to unmonitored):
I'll see what else I can find. |
So no luck. If I get the movie right after it updates it, I still see it's monitored. It's not an auth issue since according to the logs the PUT response is a 303 (what? why not 200? the python script sees a 200 infact). Not sure if it's relevant but the response of the PUT request ( |
Today I faced the same issue and found out that the reason for this is my URL Base. So you have to edit the python script and add it in front of |
My reason was duplicit movie title in Radarr. I've deleted one, and the movie stayed correctly and this error is gone. |
Radarr can return status code 200 however this has 2 problems:
The movie is still not marked unmonitored.
The error condition raises an error because
r.json()
is alist
of all movies.Radarr Version: 3.2.2.5080
The text was updated successfully, but these errors were encountered: