Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Internal Server Error while connecting to Plex #5

@Tr4il

Description

@Tr4il

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions