2012-11-03, 03:50 AM
I was looking through my xbmc.log for errors and I notice that there are few of these
I notice that in my own EPG the only records with the value of 'Top stories of the week.' in the description are for a show called 'Access Hollywood'
Martin
Code:
21:30:24 T:7628 INFO: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'GLOBALDT' from client '1'
21:30:24 T:7628 DEBUG: CFileCache::Open - opening </service> using cache
21:30:24 T:7628 DEBUG: CurlFile::Open(0934CE20) http://172.16.3.2:8866//service?method=channel.listings&channel_id=7638&start=1351901708&end=1352164508&sid=c7a14b8922784fc8bf00fea44f8a370a
21:30:24 T:4520 NOTICE: Thread CFileCache start, auto delete: false
21:30:24 T:4520 INFO: CFileCache::Process - Hit eof.
21:30:24 T:4520 DEBUG: Thread CFileCache 4520 terminating
21:30:24 T:7628 INFO: EPG - EPG::CEpg::UpdateFromScraper - updating EPG for channel 'CJOHDT' from client '1'
21:30:24 T:7628 DEBUG: CFileCache::Open - opening </service> using cache
21:30:24 T:7628 DEBUG: CurlFile::Open(0934CE20) http://172.16.3.2:8866//service?method=channel.listings&channel_id=7608&start=1351901708&end=1352164508&sid=c7a14b8922784fc8bf00fea44f8a370a
21:30:24 T:4084 NOTICE: Thread CFileCache start, auto delete: false
21:30:24 T:4084 INFO: CFileCache::Process - Hit eof.
21:30:24 T:4084 DEBUG: Thread CFileCache 4084 terminating
21:30:24 T:7628 ERROR: SQL: Abort due to constraint violation
Query: INSERT INTO epgtags (idEpg, iStartTime, iEndTime, sTitle, sPlotOutline, sPlot, iGenreType, iGenreSubType, sGenre, iFirstAired, iParentalRating, iStarRating, bNotify, iSeriesId, iEpisodeId, iEpisodePart, sEpisodeName, iBroadcastUid) VALUES (113, 1352014500, 1352016000, 'Paid Programming', '', 'Top stories of the week.', 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', 18917547);
21:30:24 T:7628 ERROR: CDatabase::ExecuteQuery - failed to execute query 'INSERT INTO epgtags (idEpg, iStartTime, iEndTime, sTitle, sPlotOutline, sPlot, iGenreType, iGenreSubType, sGenre, iFirstAired, iParentalRating, iStarRating, bNotify, iSeriesId, iEpisodeId, iEpisodePart, sEpisodeName, iBroadcastUid) VALUES (113, 1352014500, 1352016000, 'Paid Programming', '', 'Top stories of the week.', 0, 0, '', 0, 0, 0, 0, 0, 0, 0, '', 18917547);'
I notice that in my own EPG the only records with the value of 'Top stories of the week.' in the description are for a show called 'Access Hollywood'
Martin