Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
611 stars 55 forks source link

FTL Failed initialising target with HTTPS plex URL #216

Open mattsizzle opened 1 year ago

mattsizzle commented 1 year ago

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 commented 9 months ago

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

amccarter commented 5 months ago

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 commented 4 months ago

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