Kodi Community Forum

Full Version: Images not cached after update to Frodo RC2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

after an update to Frodo RC2 images (fanart and thumbs) are not getting cached properly.
Even if I do a refresh on a movie or tv show xbmc does not show the preview of the images.

I get a lot of this entries in the log.
Can anyone help me out?

Code:
12:06:53 T:5336   DEBUG: CurlFile::Open(097EFF60) http://cf2.imgobject.com/t/p/original/d0bouSucBdmuu4k1UxN7WuNUuBe.jpg
12:06:53 T:5808   DEBUG: CurlFile::Open(0954BD00) http://cf2.imgobject.com/t/p/original/vdTIDp6u4bRmvwzZs7PMbpiTvAs.jpg
12:06:53 T:3420    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://cf2.imgobject.com (easy=0CA0AF50, multi=001E8A30)
12:06:53 T:5808   DEBUG: CBaseTexture::LoadFromFileInternal - Load of http://cf2.imgobject.com/t/p/original/vdTIDp6u4bRmvwzZs7PMbpiTvAs.jpg failed. Falling back to ImageLib
12:06:53 T:5808   DEBUG: CurlFile::Open(0954BD00) http://cf2.imgobject.com/t/p/original/vdTIDp6u4bRmvwzZs7PMbpiTvAs.jpg
12:06:53 T:1856   DEBUG: CurlFile::Open(0A9546C0) http://cf2.imgobject.com/t/p/original/e6zU02VGepkgmelc1hCVX76kx6i.jpg
12:06:54 T:5336   DEBUG: CBaseTexture::LoadFromFileInternal - Load of http://cf2.imgobject.com/t/p/original/d0bouSucBdmuu4k1UxN7WuNUuBe.jpg failed. Falling back to ImageLib
12:06:54 T:5336   DEBUG: CurlFile::Open(097EFF60) http://cf2.imgobject.com/t/p/original/d0bouSucBdmuu4k1UxN7WuNUuBe.jpg
12:06:54 T:5808   DEBUG: CurlFile::Open(0954BD00) http://cf2.imgobject.com/t/p/original/vdTIDp6u4bRmvwzZs7PMbpiTvAs.jpg
12:06:54 T:1856   DEBUG:   msg: PICTURE::LoadImage: Unable to open image: http://cf2.imgobject.com/t/p/original/e6zU02VGepkgmelc1hCVX76kx6i.jpg Error:Not a JPEG file: starts with 0x0e 0x98 (0)
12:06:54 T:1856   ERROR: Texture manager unable to load file: http://cf2.imgobject.com/t/p/original/e6zU02VGepkgmelc1hCVX76kx6i.jpg
12:06:55 T:5336   DEBUG: CurlFile::Open(097EFF60) http://cf2.imgobject.com/t/p/original/d0bouSucBdmuu4k1UxN7WuNUuBe.jpg
12:06:55 T:5808   DEBUG:   msg: PICTURE::LoadImage: Unable to open image: http://cf2.imgobject.com/t/p/original/vdTIDp6u4bRmvwzZs7PMbpiTvAs.jpg Error:Not a JPEG file: starts with 0x74 0xdd (0)
12:06:55 T:5808   ERROR: Texture manager unable to load file: http://cf2.imgobject.com/t/p/original/vdTIDp6u4bRmvwzZs7PMbpiTvAs.jpg
12:06:55 T:6116   DEBUG: CurlFile::Open(0A9546C0) http://cf2.imgobject.com/t/p/original/pXLRqgIFwsaFOyZvVU73OR3okQv.jpg
12:06:56 T:6116   DEBUG: CBaseTexture::LoadFromFileInternal - Load of http://cf2.imgobject.com/t/p/original/pXLRqgIFwsaFOyZvVU73OR3okQv.jpg failed. Falling back to ImageLib
12:06:56 T:6116   DEBUG: CurlFile::Open(0A9546C0) http://cf2.imgobject.com/t/p/original/pXLRqgIFwsaFOyZvVU73OR3okQv.jpg
12:06:56 T:5336   DEBUG:   msg: PICTURE::LoadImage: Unable to open image: http://cf2.imgobject.com/t/p/original/d0bouSucBdmuu4k1UxN7WuNUuBe.jpg Error:Not a JPEG file: starts with 0x8a 0x00 (0)
12:06:56 T:5336   ERROR: Texture manager unable to load file: http://cf2.imgobject.com/t/p/original/d0bouSucBdmuu4k1UxN7WuNUuBe.jpg
12:06:56 T:6116   DEBUG: CurlFile::Open(0A9546C0) http://cf2.imgobject.com/t/p/original/pXLRqgIFwsaFOyZvVU73OR3okQv.jpg
12:06:57 T:6116   DEBUG:   msg: PICTURE::LoadImage: Unable to open image: http://cf2.imgobject.com/t/p/original/pXLRqgIFwsaFOyZvVU73OR3okQv.jpg Error:Not a JPEG file: starts with 0x54 0x15 (0)
12:06:57 T:6116   ERROR: Texture manager unable to load file: http://cf2.imgobject.com/t/p/original/pXLRqgIFwsaFOyZvVU73OR3okQv.jpg
12:06:57 T:6116   DEBUG: CurlFile::Open(0A9546C0) http://cf2.imgobject.com/t/p/original/3Dc3sfCGPADtGocTGHVILrEPgDn.jpg
Has no one similar problems?
Any hint would be a help.
I still get massive errors like this one.


22:01:22 T:6096 DEBUG: msg: PICTURE::LoadImage: Unable to open image: http://ia.media-imdb.com/images/M/MV5BMj...Y1024_.jpg Error:Not a JPEG file: starts with 0x4a 0xa4 (0)


Happy New Year.
Can this be caused by a slow internet connection?

I have noticed this problem only when I am connected through a mobile 3G modem.

I tried to debug the piece of code but I'm not getting far Sad

So still no artwork Smile
Possibly related to this thread? There's a fix mentioned, but it doesn't look like it's been merged yet.
Thanks for that hint.
Obviously I need to work on my search skills Wink

Edit: I took the code and made a build. It works perfectly. Thnx again.