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.
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.