morpheus65535 / oscarr

Oscarr is a dashboard application for users of Plex, Emby, Sonarr, Radarr and Bazarr. It gives you and overview of your media management software.
GNU General Public License v3.0
57 stars 12 forks source link

Internal Server Error while connecting to Plex #5

Open Tr4il opened 5 years ago

Tr4il commented 5 years ago

I configured oscarr to connect to my Plex server, and it is finding that but I'm getting an internal server error:

Exception KeyError('index',)

Traceback: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/bottle.py", line 862, in _handle return route.call(**args) File "/usr/lib/python2.7/site-packages/bottle.py", line 1740, in wrapper rv = callback(*a, **ka) File "/oscarr/oscarr.py", line 168, in plex series_list.append([True if 'viewCount' in series else False, series['grandparentTitle'], series['title'], series['parentIndex'], series['index'], datetime.fromtimestamp(series['addedAt']).strftime('%Y-%m-%d')]) KeyError: 'index'

Any solution?

Edit: from the traceback I'm getting the idea that it has something to do with my TV series? I have two libraries for TV series, could that be it?

sambarlick commented 5 years ago

I'm getting this same issue, did you ever solve it?