I went in to toggle a VOD series from 'no' to 'yes' in 'pluto-vod-series-filter.lst' and it returned an error. Pluto live tv is working ok, so is updating the Pluto guide.
I previously had several series showing up ok.
Output is below.
System Windows 10, version 19043.1110, Windows Feature Experience Pack 120.2212.3530.0.
Python 3.9.5
This is the first time I adjusted anything in the lst files.
I reverted the edit to 'pluto-vod-series-filter.lst' and the error still persists.
I previously had several series showing up ok.
Output is below.
System Windows 10, version 19043.1110, Windows Feature Experience Pack 120.2212.3530.0.
Python 3.9.5
This is the first time I adjusted anything in the lst files.
I reverted the edit to 'pluto-vod-series-filter.lst' and the error still persists.
Code:
C:\Users\Public\NPVR-data\scripts\plutotv>python pluto.py reset-vod
Page 1 of 2
Found 100 categories Total categories 100 Total Series 1625
Page 2 of 2
Found 26 categories Total categories 126 Total Series 1848
C:\Users\Public\NPVR-data\scripts\plutotv>python pluto.py vod
Generating Extra VOD file in C:\Users\Public\NPVR-data\
Read page file C:\Users\Public\NPVR-data\scripts\plutotv/vod-cache-1.json
Traceback (most recent call last):
File "C:\Users\Public\NPVR-data\scripts\plutotv\pluto.py", line 326, in <module>
vod.GenerateVOD()
File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 127, in GenerateVOD
VODChannel(extras, station)
File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 249, in VODChannel
ET.SubElement(channel, 'landscape').text = station['featuredImage']['path']
KeyError: 'path'
C:\Users\Public\NPVR-data\scripts\plutotv>
~Paul
If you haven't broken it at least once, you're not doing it right. :eek:
If you haven't broken it at least once, you're not doing it right. :eek: