-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to access Lidarr (http / https mismatch?) #34
Comments
I haven't tested lidarr using https Reading their docs I haven't found anything about https or ssl, guess i am gonna try to open an issue on their github |
I have opened an issue on their github: |
when i have time i will expose lidarr on http internally, i hope they will shed some light. |
Update: i exposed the lidarr API directly on port 8686 on HTTP locally and it works, it seems it's really HTTPS not being supported by PyArr... hope they add support! Meanwhile, let's keep this open for future reference maybe? |
Let's just keep this issue open and wait an answer from the PyArr team, if they say that https isn't supported I'll just close this as "WON'T DO" |
Yeah, i am using it, and it shows? Sorry to be such a PIA.
I am trying the "generate/artist_top_tracks/all/" API endpoint, and it seems it cannot connect to Lidarr because of an HTTP / HTTPS.
This is my docker-compose:
(the LIDARR_USE_SSL=1 i found looking in the source code)
But it seems it's not working:
It seems a mismatch in LidarrAPI?
I can see you append "https" correctly, but it seems the library still open an HTTP connection
The text was updated successfully, but these errors were encountered: