2020-12-27, 06:31 AM
I tried the steps in Post #1 and I got this:
Is it because the case of the z is lowercase vs the Z on the date time string?
No channel groups were created. Also I cannot find the folder that has the UpdateEPG.sh currently I am using SD for EPG on the HDHomerun. What am I doing wrong?
Code:
root@6495486a924b:/config/scripts/plutotv# python3 pluto.py installGenerating XMLTV file in /config/Found 297 stationsTraceback (most recent call last): File "pluto.py", line 259, in <module> GenerateXMLTV(hours=5, install=True) File "pluto.py", line 124, in GenerateXMLTV programmeBuilder(data, listing) File "pluto.py", line 16, in programmeBuilder start = datetime.strptime(listing['start'], '%Y-%m-%dT%H:%M:%S.%f%z') File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime tt, fraction = _strptime(data_string, format) File "/usr/lib/python3.6/_strptime.py", line 362, in _strptime (data_string, format))ValueError: time data '2020-12-27T04:26:00.000Z' does not match format '%Y-%m-%dT%H:%M:%S.%f%z'
Is it because the case of the z is lowercase vs the Z on the date time string?
No channel groups were created. Also I cannot find the folder that has the UpdateEPG.sh currently I am using SD for EPG on the HDHomerun. What am I doing wrong?