Kodi Community Forum

Full Version: Since MusicDB update certian artists hang loading fanart
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok only with Aeon-Nox xbmc will now hang loading fanart for SOME arttists. but only if using nox if i use confluence its fine. i'm trying to track down the problem but i cant figure it out this is all the debug log gives me

with Aeon-Nox

11:26:51 T:3051530000 DEBUG: OnKey: 167 (a7) pressed, action is Down
11:26:51 T:2800745328 DEBUG: GetImageHash - unable to stat url
11:26:52 T:3051530000 DEBUG: Previous line repeats 1 times.
11:26:52 T:3051530000 DEBUG: LIRC: Update - NEW at 32427:00000000000000a7 00 DOWN_UP XboxDVDDongle (DOWN_UP)
11:26:52 T:3051530000 DEBUG: LIRC: Update - NEW at 32493:00000000000000a7 00 DOWN XboxDVDDongle (DOWN)
11:26:52 T:3051530000 DEBUG: OnKey: 167 (a7) pressed, action is Down
11:26:52 T:2792352624 DEBUG: GetImageHash - unable to stat url
11:26:53 T:3051530000 DEBUG: Previous line repeats 1 times.
11:26:53 T:3051530000 DEBUG: LIRC: Update - NEW at 33084:00000000000000a7 00 DOWN_UP XboxDVDDongle (DOWN_UP)
11:26:53 T:3051530000 DEBUG: LIRC: Update - NEW at 33150:00000000000000a7 00 DOWN XboxDVDDongle (DOWN)
11:26:53 T:3051530000 DEBUG: OnKey: 167 (a7) pressed, action is Down
11:26:53 T:3051530000 INFO: easy_aquire - Created session to http://www.htbackdrops.com
11:26:53 T:3051530000 DEBUG: CCurlFile::GetMimeType - http://www.htbackdrops.com/api/7681a907c.../fullsize/ -> image/jpeg
11:26:53 T:3051530000 DEBUG: CurlFile::Open(0xbf83ace4) http://www.htbackdrops.com/api/7681a907c.../fullsize/
11:27:14 T:3051530000 INFO: CheckIdle - Closing session to http://www.google.com (easy=0xa7900018, multi=(nil))
11:27:14 T:3051530000 INFO: CheckIdle - Closing session to http://www.google.com (easy=0xa8e5ac0, multi=(nil))
11:27:14 T:3051530000 INFO: CheckIdle - Closing session to http://www.king5.com (easy=0xa9d48d8, multi=0xa9b7740)
11:27:14 T:3051530000 DEBUG: LIRC: Update - NEW at 54891:00000000000000a7 00 DOWN_UP XboxDVDDongle (DOWN_UP)
11:27:14 T:2951736176 DEBUG: GetImageHash - unable to stat url

with Confluence

11:32:54 T:3077568272 DEBUG: LIRC: Update - NEW at 27952:000000000000000b 00 SELECT_UP XboxDVDDongle (SELECT_UP)
11:32:56 T:3077568272 DEBUG: LIRC: Update - NEW at 29052:00000000000000a7 00 DOWN XboxDVDDongle (DOWN)
11:32:56 T:3077568272 DEBUG: OnKey: 167 (a7) pressed, action is Down
11:32:56 T:3077568272 DEBUG: LIRC: Update - NEW at 29602:00000000000000a7 00 DOWN_UP XboxDVDDongle (DOWN_UP)
11:32:56 T:3077568272 DEBUG: LIRC: Update - NEW at 29618:00000000000000a7 00 DOWN XboxDVDDongle (DOWN)
11:32:56 T:3077568272 DEBUG: OnKey: 167 (a7) pressed, action is Down
11:32:57 T:3077568272 DEBUG: LIRC: Update - NEW at 30168:00000000000000a7 00 DOWN_UP XboxDVDDongle (DOWN_UP)
11:32:57 T:3077568272 DEBUG: LIRC: Update - NEW at 30185:00000000000000a7 00 DOWN XboxDVDDongle (DOWN)
11:32:57 T:3077568272 DEBUG: OnKey: 167 (a7) pressed, action is Down
11:32:57 T:3077568272 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-i486-linux.so)
11:32:57 T:3077568272 DEBUG: Unloading: ImageLib-i486-linux.so
11:32:57 T:3077568272 DEBUG: LIRC: Update - NEW at 30736:00000000000000a7 00 DOWN_UP XboxDVDDongle (DOWN_UP)
11:32:58 T:3077568272 INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0xb3592430, multi=0xb6ba9160)
Known issue. Is being worked on
can you explain what is going on? is there a PR of the bugfix i can follow?
(2012-07-16, 21:22)Hack_kid Wrote: [ -> ]can you explain what is going on? is there a PR of the bugfix i can follow?

is trying to stat() the image url from htbackdrops and it hangs on that.
It only happens for htbackdrops images.

No PR or trac ticket to be followed. We need to find the correct way to fix it.
how come it only happens when using Aeon-Nox skin? when i use confluence the same problem images load fine, thats all i'm confused about.... oh and btw, i am Albinoman887 Smile sorry, was just being lazy and i dont like using this nick anymore (Hack_kid)
(2012-07-16, 21:34)Martijn Wrote: [ -> ]is trying to stat() the image url from htbackdrops and it hangs on that.
It only happens for htbackdrops images.

this confuses me, why is it trying to grab the thumb from the internet even though i already have it in my thumbnails folder from scanning

Aeon Nox uses a multiimage control for displaying the fanart. Confluence just uses a image control.
That's where the difference is.Other skins that use the same method will be affected to

note:
forum usernames can be changed on request.
http://forum.xbmc.org/showthread.php?tid=64318

Being lazy is no excuse for doing something that has been explicitly asked not to do.
(2012-07-16, 23:29)Martijn Wrote: [ -> ]Aeon Nox uses a multiimage control for displaying the fanart. Confluence just uses a image control.
That's where the difference is.Other skins that use the same method will be affected to

note:
forum usernames can be changed on request.
http://forum.xbmc.org/showthread.php?tid=64318

Being lazy is no excuse for doing something that has been explicitly asked not to do.

ahhh now i understand. and good ti know about the username change request and i wont be lazy again Smile

thanks