Site updated at 2016-07-31 15:54:25 UTC

This commit is contained in:
Travis CI 2016-07-31 15:54:25 +00:00
parent 7b30afe453
commit 0a8b756365
22 changed files with 36 additions and 28 deletions

View file

@ -129,6 +129,14 @@
<p>At this moment, the Plex platform only supports one Plex Media Server.</p>
<p>It is possible to get errors that look like the following.<br />
<code>
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
</code></p>
<p>If this occurs, try changing the setting <code>Secure connections</code> in your Plex Media Server to <code>Preferred</code> (instead of <code>Required</code>). The Plex component does not currently support HTTPS.</p>
</article>