Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

FTL Failed initialising target with HTTPS plex URL #216

Open
mattsizzle opened this issue Aug 28, 2023 · 3 comments
Open

FTL Failed initialising target with HTTPS plex URL #216

mattsizzle opened this issue Aug 28, 2023 · 3 comments

Comments

@mattsizzle
Copy link

The following configuration results in an error currently.

Aug 28 01:39:41 FTL Failed initialising target error="version: Get \"/\": unsupported protocol scheme \"\": target unavailable" target=plex target_url=

targets:
  plex:
    - url: https://plex.example.com:32400
      token: .....

Please advise on the current syntax to use for a Plex server at an FQDN with a valid SSL certificate.

@sirEgghead
Copy link

I have the same issue. I also see #181 opened for this as well.

@amccarter
Copy link

Same issue. If I use my local IP, it tells me "unsupported protocol scheme." If I try with my FQDN and HTTPS, it tells me "invalid character '<' looking for beginning of value"

I can't see to figure out the magic url format that autoscan is looking for.

@alexazlo
Copy link

alexazlo commented May 15, 2024

this is not an issue if you have autoscan running on the same server as plex.... even though plex requires https: it WILL accept requests from localhost without needing ssl.... the plex url in autoscan config will have to be set to http://localhost:32400

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants