You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Discovered Sonarr version {sonarrInfo.get('version')}. Using legacy API. Consider upgrading to the latest version of Radarr for the best experience."
49
+
)
50
+
returnsonarrInfo.get("version")
51
+
exceptrequests.exceptions.HTTPErrorase:
52
+
self.logger.debug(f"Sonarr legacy API threw exception: {e}")
53
+
54
+
self.logger.debug("Failed to discover Sonarr version")
0 commit comments