(2016-08-21, 15:43)donbrew Wrote: At this time I still have 67 and it still won't start up log shows the same error.
And now the Pi crashed.
Reboot now shows 69 available, updated.
I am starting to think my Pi is dying; it is incredibly slow at 700, Minutes to load.
The guide would not load the xmltv from a remote source, Kodi crashed while loading it local. Worked on reboot.
On Windows still on 67 shows no updates available? Windows has no problem with the xmltv file from either source.
kodi.log
kodi crashlog
You have a deadlock there because TV Guide and TV Guide Fullscreen are trying to access the same xmltv file at the same time.
See "import lockis held by another thread"
Code:
09:00:29 108.351593 T:1371534240 ERROR: File "/storage/.kodi/addons/script.tvguide/source.py", line 346, in _updateChannelAndProgramListCaches
09:00:29 108.402603 T:1371534240 ERROR: for item in self.source.getDataFromExternal(date, progress_callback):
09:00:29 108.403320 T:1371534240 ERROR: File "/storage/.kodi/addons/script.tvguide/source.py", line 909, in parseXMLTV
09:00:29 108.420723 T:1371534240 ERROR: result = Program(channel, elem.findtext('title'), self.parseXMLTVDate(elem.get('start')),
09:00:29 108.421547 T:1371534240 ERROR: File "/storage/.kodi/addons/script.tvguide/source.py", line 888, in parseXMLTVDate
09:00:29 108.541145 T:1371534240 ERROR: t = time.strptime(dateString, '%Y%m%d%H%M%S')
09:00:29 108.541840 T:1371534240 ERROR: ImportError: Failed to import _strptime because the import lockis held by another thread.
09:00:31 110.601761 T:1774187424 NOTICE: [script.tvguide] Scheduling notifications
09:00:41 120.754219 T:1522529184 ERROR: EXCEPTION: Unknown addon id 'plugin.video.meta'.
09:01:06 145.815186 T:1522529184 ERROR: Traceback (most recent call last):
09:01:06 145.816467 T:1522529184 ERROR: File "/storage/.kodi/addons/script.tvguide.fullscreen/source.py", line 371, in _updateChannelAndProgramListCaches
09:01:08 147.862030 T:1522529184 ERROR: for item in self.source.getDataFromExternal(date, progress_callback):
09:01:08 147.862656 T:1522529184 ERROR: File "/storage/.kodi/addons/script.tvguide.fullscreen/source.py", line 1128, in parseXMLTV
09:01:08 147.870255 T:1522529184 ERROR: result = Program(channel, elem.findtext('title'), self.parseXMLTVDate(elem.get('start')),
09:01:08 147.872467 T:1522529184 ERROR: File "/storage/.kodi/addons/script.tvguide.fullscreen/source.py", line 1048, in parseXMLTVDate
09:01:09 147.894714 T:1522529184 ERROR: t_tmp = datetime.datetime.strptime(dateString, '%Y%m%d%H%M%S')
09:01:09 147.895432 T:1522529184 ERROR: ImportError: Failed to import _strptime because the import lockis held by another thread.
Sometimes you need to just update my repo by right clicking on it. Other repo updates may be blocking it.
On the rpi I make a very limited channel list with no more than a day of programs.
I was fed up with waiting minutes for the premade ones.
It is one reason I made Webgrab+Plus Configurator to make a manageable list.