Plex error

Hello,

plex was working fine, but now I get some errors in my log, and plex devices dont show up anymore.
I am running hassio with homeassistant 0.99.3 in a docker container --net=host was set as argument and I had my plex server and players detected. Now I dont get them anymore.

These errors are shown in my log:

Traceback (most recent call last):
  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 60, in <lambda>
    track_time_interval(hass, lambda now: update_devices(), timedelta(seconds=10))
  File "/usr/src/homeassistant/homeassistant/components/plex/media_player.py", line 113, in update_devices
    for player in session.players:
  File "/usr/local/lib/python3.7/site-packages/plexapi/base.py", line 273, in __getattribute__
    value = super(PlexPartialObject, self).__getattribute__(attr)
AttributeError: 'Photo' object has no attribute 'players'

I have running a rasplex client on a raspberry as photoframe. Maybe this causes the problem, because of the last line in my error-message?

Best regards,
Stefan

After some testing, I realized that playing photos on my rasplex photoframe causes the problems.
Stopping photostream --> plex server is recognized again.

Thats not nice.

Best regards,
Stefan