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

Anyone having issues with when approving requests since update #5202

Open
Baltimorepc opened this issue Dec 22, 2024 · 3 comments
Open

Anyone having issues with when approving requests since update #5202

Baltimorepc opened this issue Dec 22, 2024 · 3 comments

Comments

@Baltimorepc
Copy link

Summary

When someone requests a movie and i approve, now it is approved but never shows on radarr. I get messages on my ombi app and emails saying the movie was requested but could not be added. This has been added to the request queue and will keep trying. Never adds. this worked fine before i updated

Ombi Version

4.44.1

What platform(s) does this occur on?

Docker

What database are you using?

SQLite (Default)

Relevant log output

No response

@TheRC51
Copy link

TheRC51 commented Dec 27, 2024

Yeah i'm having the same now. Using the LinuxServer Docker container from the dev build. Version reported is 4.46.7. Seeing odd logs about it not being able to authenticate to Radarr but when I run the tests it works

@emogu2
Copy link

emogu2 commented Jan 3, 2025


EDIT
Tried it with Ombi on latest dev build and with a refreshed api key from Radarr. Still won't connect.


Getting a similar issue here too, except when I run the authentication tests it says could not connect to Radarr. Sonarr works fine and Radarr did too until this afternoon when I started getting emails saying movies were requested but couldn't be added. No connectivity issues in 2 years, then it just stopped this afternoon. Radarr is run as an app on a Mac and Ombi is in a docker container from linuxserver. Everything updated to latest official builds (Ombi at 4.44.1). I've tried starting/stopping Radarr and deleting and pulling a fresh Ombi container, with no change.

Logs show: [ERR] Failed caching queued items from Radarr
System.Net.Http.HttpRequestException: An error occurred while sending the request.

@emogu2
Copy link

emogu2 commented Jan 3, 2025

I solved my issue, so see if this works for you. Turns out it was a recent Radarr update that messed things up. For running Radarr on macOS, you need to go into the terminal and run a quick command to self-sign the app:
codesign --force --deep -s - /Applications/Radarr.app && xattr -rd com.apple.quarantine /Applications/Radarr.app
Radarr usually updates fine on its own without needing to manually complete this step each time, but this time it needed it for me. So I downloaded a fresh version of the app, did the code signing, and tested the Ombi connection and it was successful. So if you happen to be running Radarr on MacOS, give that a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants