Hi,
I moved my HA setup from my Ubuntu server to a dedicated Raspberry pi ! I copied the Plex config part in configurations.yaml:
media_player:
scan_interval: 3
show_all_controls: true
and I also copied in HA home directory my plex.conf file but now all I get in HA for Plex is that in logs:
2017-06-01 09:45:32 ERROR (Thread-10) [homeassistant.components.media_player.plex] Error listing plex sessions
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/plex.py”, line 190, in update_sessions
sessions = plexserver.sessions()
File “/home/homeassistant/.homeassistant/deps/plexapi/server.py”, line 122, in sessions
return utils.listItems(self, ‘/status/sessions’)
File “/home/homeassistant/.homeassistant/deps/plexapi/utils.py”, line 232, in listItems
for elem in server.query(path):
File “/home/homeassistant/.homeassistant/deps/plexapi/server.py”, line 110, in query
raise BadRequest(‘(%s) %s’ % (response.status_code, codename))
plexapi.exceptions.BadRequest: (404) not_found
2017-06-01 09:45:32 ERROR (Thread-10) [homeassistant.components.media_player.plex] Error listing plex devices
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/media_player/plex.py”, line 141, in update_devices
devices = plexserver.clients()
File “/home/homeassistant/.homeassistant/deps/plexapi/server.py”, line 64, in clients
for elem in self.query(‘/clients’):
File “/home/homeassistant/.homeassistant/deps/plexapi/server.py”, line 110, in query
raise BadRequest(‘(%s) %s’ % (response.status_code, codename))
plexapi.exceptions.BadRequest: (404) not_found
Any ideas what’s wrong ? as it gives 404 errors but my Plex Server is well online and working with GDM activated and SSL not mandatory (server in same LAN as HA).
Thanks
Vincèn