ruddarr / app

A native iOS companion app for Radarr and Sonarr instances.
https://apps.apple.com/app/ruddarr/id6476240130
MIT License
117 stars 6 forks source link

Can't turn off "Include Health Warnings" #312

Closed DaveAlton closed 4 months ago

DaveAlton commented 4 months ago

Currently, there's no way to turn off health warnings. I can go into my Sonarr/Radarr settings on web and turn them off there in the connection, but Ruddarr keeps resetting that.

tillkruss commented 4 months ago

Try disabling them in Ruddarr itself for each instance.

DaveAlton commented 4 months ago

None of these disable health warning notifications. I can enable and disable issues, but not just warnings. image

DaveAlton commented 4 months ago

image Notice in the arr apps I can disable warnings. But this is reset by the app all the time. The app needs to have this option so I can enable and disable warnings there.

tillkruss commented 4 months ago

I see. What's a warning and what's an issue? I can't find any code references for this in Radarr.

tillkruss commented 4 months ago

Actually this might overlap with https://github.com/ruddarr/app/issues/303

DaveAlton commented 4 months ago

A warning is "An indexer failed". It's something I ignore, and many others do too. An error is "All indexers failed" and it needs to be fixed. In the arrs, errors are red and warnings are yellow.

Yes, I think it'll overlap with that other issue.