oscarr icon indicating copy to clipboard operation
oscarr copied to clipboard

Internal Server Error while connecting to Plex

Open Tr4il opened this issue 6 years ago • 1 comments

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?

Tr4il avatar Jan 18 '19 12:01 Tr4il

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

sambarlick avatar Jun 05 '19 07:06 sambarlick