2012-04-05, 18:05
I made sure that all of my channels were populating the tvguide.xml, and that seems to have helped a bit, but created a different error:
Bah! I'm going to give up until I hear back from someone. I installed 1.3.1 from git, and now I'm getting:
Code:
11:51:09 T:1716 NOTICE: [script.tvguide] Caching XMLTV file...
11:51:09 T:1716 ERROR: Traceback (most recent call last):
11:51:09 T:1716 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.module.buggalo\lib\buggalo.py", line 68, in wrap_in_try_except
11:51:09 T:1716 ERROR: fn(*args, **kwargs)
11:51:09 T:1716 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.tvguide\gui.py", line 81, in run
11:51:09 T:1716 ERROR: source = src.instantiateSource(ADDON)
11:51:09 T:1716 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.tvguide\source.py", line 783, in instantiateSource
11:51:09 T:1716 ERROR: return activeSource(addon, cachePath)
11:51:09 T:1716 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.tvguide\source.py", line 669, in __init__
11:51:09 T:1716 ERROR: os.rename(tempFile, self.xmlTvFile)
11:51:09 T:1716 ERROR: WindowsError: [Error 183] Cannot create a file when that file already exists
Bah! I'm going to give up until I hear back from someone. I installed 1.3.1 from git, and now I'm getting:
Code:
12:08:42 T:5624 ERROR: Traceback (most recent call last):
12:08:42 T:5624 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.tvguide\source.py", line 202, in updateChannelAndProgramListCaches
12:08:42 T:5624 ERROR: for item in self.getDataFromExternal(date, progress_callback):
12:08:42 T:5624 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.tvguide\source.py", line 700, in getDataFromExternal
12:08:42 T:5624 ERROR: result = Program(channel, elem.findtext('title'), self._parseDate(elem.get('start')), self._parseDate(elem.get('stop')), description, imageSmall=icon)
12:08:42 T:5624 ERROR: File "C:\Users\John Q. Public\AppData\Roaming\XBMC\addons\script.tvguide\source.py", line 753, in _parseDate
12:08:42 T:5624 ERROR: dateStringWithoutTimeZone = dateString[:-6]
12:08:42 T:5624 ERROR: TypeError: 'NoneType' object is unsubscriptable