My plex local server was discovered, so I finally got around to pressing the Configure button. It asked me for a token, so I followed the instructions here
and logged into plex and got my token on screen - it started claim-XXXX
I copied that to the dialog, set SSL to true and verify to false, as I do not have a valid SSL cert. I then get the message - Failed to register, try again’
I’ve tried all the combinations of true/false. What I see in home_assistant.log on the server is the following line appearing
so, it it correctly calling my Plex instance, but the token appears to be wrong.
I set this up last week with the latest download of HASS.io, I can’t see the version anywhere.
Plex server is version 1.3.4.3285 running on a Netgear 314 NAS
After more googling, I found in chrome dev tools, an X-Plex-Token in a request I had made to my Plex server, so I added that and now it seemed to work. However, now my Plex icon in my overview has an orange ‘Error’ in the circle and ‘Entity Not Found’ .
Hope someone can help @frenck maybe you could offer some thoughts please? cheers guys
This is the error log
Wed Jul 17 2019 12:08:18 GMT+1200 (New Zealand Standard Time)
invalid boolean value fase
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 121, in handle_call_service
connection.context(msg))
File "/usr/src/homeassistant/homeassistant/core.py", line 1150, in async_call
self._execute_service(handler, service_call))
File "/usr/src/homeassistant/homeassistant/core.py", line 1172, in _execute_service
await handler.func(service_call)
File "/usr/src/homeassistant/homeassistant/components/configurator/__init__.py", line 221, in async_handle_service_call
call.data.get(ATTR_FIELDS, {}))
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/plex/media_player.py", line 243, in plex_configuration_callback
cv.boolean(data.get('has_ssl')),
File "/usr/src/homeassistant/homeassistant/helpers/config_validation.py", line 95, in boolean
raise vol.Invalid('invalid boolean value {}'.format(value))
voluptuous.error.Invalid: invalid boolean value fase
this does not work for me. I have access to server and full control over Plex via web and my Synology. removing the authorised devices did not fix the Failed to call service configurator/configure. invalid boolean value None issue.