I’m getting “Error listing plex sessions” and other PLEX-related errors in my HA log. But, I haven’t setup any integration with PLEX. I do indeed have a PLEX server on my network now, but I wasn’t planning on integrating it with HA.
How can I make these errors go away?
Traceback (most recent call last): File “/usr/local/lib/python3.6/site-packages/homeassistant/components/media_player/plex.py”, line 218, in update_sessions sessions = plexserver.sessions() File “/usr/local/lib/python3.6/site-packages/plexapi/server.py”, line 380, in sessions return self.fetchItems(’/status/sessions’) File “/usr/local/lib/python3.6/site-packages/plexapi/base.py”, line 146, in fetchItems data = self._server.query(ekey) File “/usr/local/lib/python3.6/site-packages/plexapi/server.py”, line 346, in query raise BadRequest(’(%s) %s; %s %s’ % (response.status_code, codename, response.url, errtext)) plexapi.exceptions.BadRequest: (401) unauthorized; http://192.168.1.249:32400/status/sessions <html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>