-
Notifications
You must be signed in to change notification settings - Fork 2
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
Health is broken #5
Comments
Hi @RomLecat, I think this issue is related to the way they define the "HttpUri" object (or at least how I parse the same): I had the same issue with "TimeSpan", I'll create an exception to fix this, but probably next week. |
No worries ! |
Hi, Just did some tests, I now have auth issues (I double-checked that my URL and API key are correct):
|
My bad, I swapped configuration.api_key['apikey'] to configuration.api_key['X-Api-Key'] and it seems to work. I tested health by putting a buggy download client, it is properly reported. The queue is empty (so no more errors), I'll test it once my radarr picks something. Thanks a lot ! :) |
No problem, I'm thinking of decommissioning 'apikey' as I don't like passing the key as query parameter. Still, I've updated all the SDKs with the latest configurations, and created the relative releases. Thanks |
Hello,
The health API is not working.
When there's no health issue going on, the list_health() call returns an empty list, as expected.
However, if there's at least one health item present, it crashes:
Tested using the following snippet:
Radarr shows the exact same behaviour.
Thanks
The text was updated successfully, but these errors were encountered: