Kodi Community Forum
Win CVideoDatabaseDirectory::GetIcon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Win CVideoDatabaseDirectory::GetIcon (/showthread.php?tid=179899)



CVideoDatabaseDirectory::GetIcon - Vaikin - 2013-12-08

I don't remember this happening before but I happened to look at the xbmc logs and saw fields of things like:
PHP Code:
00:42:04 T:5360 WARNINGXFILE::CVideoDatabaseDirectory::GetIcon Unknown nodetype requested videodb://2/2/1/1/?tvshowid=1
00:42:04 T:5360 WARNINGXFILE::CVideoDatabaseDirectory::GetIcon Unknown nodetype requested videodb://2/2/1/2/?tvshowid=1
00:42:04 T:5360 WARNINGXFILE::CVideoDatabaseDirectory::GetIcon Unknown nodetype requested videodb://2/2/1/-1/?tvshowid=1 

Basically, any time someone goes to tv shows and then selects a tv show, one of those lines appears for every season of that show.

It's sort of annoying and if there's a simple fix, I'd love it.

I attached link to the debug log(those lines start at 397).

http://xbmclogs.com/show.php?id=94685


RE: CVideoDatabaseDirectory::GetIcon - Ned Scott - 2013-12-08

Is this just happening in the log, or is XBMC itself doing something weird? Warnings in the log aren't uncommon even if everything is running smoothly, so I wouldn't worry about it if it's just showing up there.


RE: CVideoDatabaseDirectory::GetIcon - Vaikin - 2013-12-08

It's just in the log. I figured since it was happening every single time someone goes into a tvshow, that it might be an issue.