From e278c79f865bf7a4b953e2ba1e812afe94a7dc3d Mon Sep 17 00:00:00 2001 From: Edwin Smulders Date: Sun, 31 Jul 2016 17:28:18 +0200 Subject: [PATCH] Document that the plex component does not support HTTPS. My plex was not getting autodiscovered and I got an error after configuring it manually. Turns out that the component does not support HTTPS and I want to document this. --- source/_components/media_player.plex.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index 7f462f1191c..925510e1d60 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -47,3 +47,11 @@ In case [discovery](/components/discovery/) does not work (GDM disabled or non-l - **TOKEN** (*Optional*): Only if authentication is required. Set to `null` (without quotes) otherwise. At this moment, the Plex platform only supports one Plex Media Server. + +It is possible to get errors that look like the following. +``` +ERROR:plexapi:http://192.168.1.10:32400: ('Connection aborted.', BadStatusLine("''",)) +INFO:homeassistant.components.media_player.plex:No server found at: http://192.168.1.10:32400 +``` + +If this occurs, try changing the setting `Secure connections` in your Plex Media Server to `Preferred` (instead of `Required`). The Plex component does not currently support HTTPS.