Hi,
My Sonarr app works but the Radarr app doesn't.
I open with the command sudo open "/Applications/Radarr.app" on Terminal and give me this error:
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Radarr.app.
And I couldn't make the app work whatever I did (including deleting and re-installing the app with other version)
Someone can help me?
I'm working on OSX
Can you open a Terminal and do the following?:
cd /Applications/Radarr.app/Contents/MacOS
chmod +x Sonarr
./Sonarr
If Radarr starts up after that, quit the terminal and you are good to go. If not, please post the error here.
Give me this error

Seems like the database is corrupt. Can you follow this: https://github.com/Sonarr/Sonarr/wiki/FAQ#i-use-sonarr-on-a-mac-and-it-suddenly-stopped-working-what-happened except go into ~/.config/Radarr instead of ~/.config/nzbdrone?
Only the 6 and 7 steps solve me the problem.
Problem solved, Radarr is working again 馃憤
Thanks :)
I am guessing somewhere along the line, Sonarr was changes to Radarr?
Most helpful comment
Can you open a Terminal and do the following?:
If Radarr starts up after that, quit the terminal and you are good to go. If not, please post the error here.