plexinc-plugins / PBSKids.bundle

3 stars 5 forks source link

Error when producing full episodes #8

Closed shopgirl284 closed 7 years ago

shopgirl284 commented 7 years ago

There is an error when producing full episodes for some shows due to the duration pull from the json. (ex. Arthur)

According to the log: KeyError: 'iphone' on line 74 in the VideoPage function (duration = item['videos']['iphone']['length'])

Since this is only occurring for some shows, it may just be a blank duration in one or two shows that need a try/except added, but it will require someone looking at the json to know the extent of issues.

shopgirl284 commented 7 years ago

I tested it and it just needs the duration pull on line 74 put in try/except for it to work again.

shopgirl284 commented 7 years ago

see Pull Request https://github.com/plexinc-plugins/PBSKids.bundle/pull/9

sander1 commented 7 years ago

Thanks @shopgirl284!