I've just found an issue with line 148, which reads: start, stop, duration, relProgress, epg['title'], summary This fails if any EPG entry doesn't have a title, so the correct line should be: start, stop, duration, relProgress, tagline, summary
I've just found an issue with line 148, which reads:
start, stop, duration, relProgress, epg['title'], summary
This fails if any EPG entry doesn't have a title, so the correct line should be:
start, stop, duration, relProgress, tagline, summary