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
Getting a pyarr.exceptions.PyarrResourceNotFound exception when calling SonarrAPI.get_quality_profile(). I'm pretty sure it's because you have the endpoint as /qualityprofile[/:id] but for Sonarr it's just /profile.
Adding some CI testing would probably be a good idea so this kinda thing doesn't happen.
The text was updated successfully, but these errors were encountered:
Getting a
pyarr.exceptions.PyarrResourceNotFound
exception when callingSonarrAPI.get_quality_profile()
. I'm pretty sure it's because you have the endpoint as/qualityprofile[/:id]
but for Sonarr it's just/profile
.Adding some CI testing would probably be a good idea so this kinda thing doesn't happen.
The text was updated successfully, but these errors were encountered: