Kodi Community Forum
Solved Problem Scraping Thumbnails LE 9.2.8 RPI3 - (old nfo files were the problem) - 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: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Solved Problem Scraping Thumbnails LE 9.2.8 RPI3 - (old nfo files were the problem) (/showthread.php?tid=368818)



Problem Scraping Thumbnails LE 9.2.8 RPI3 - (old nfo files were the problem) - vdb86 - 2022-07-04

Hi!
I had to reinstall LE on my RPI3 as the previous memory card died, and noticed that with 9.2.8 only some videos get thumbnails downloaded (poster, actors etc).
I've tried doing it from scratch with a new install and that didn't help.
I've tried The Movie Database, the Python version as well, along with the Universal Movie Scraper, all of them exhibit the same behaviour.
A very low number of thumbnails gets downloaded, the rest of them are just blank.
If I manually refresh the info for a specific movie then everything is downloaded without any issues.
I've attached my log, I would appreciate it if someone can assist me with this.
https://paste.kodi.tv/iyeqetucij.kodi

I've also posted this on LE forum, so we'll see if anyone can help, I'm scratching my head right now with no idea what to do...

There are a bunch of errors like this:
2022-07-04 12:50:10.047 T:1799328640   ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for http://ia.media-imdb.com/images/M/MV5BNDE5NzUxNTg2NF5BMl5BanBnXkFtZTgwOTU0MzY4NTE@._V1_SX1024_SY1024_.jpg
2022-07-04 12:50:10.047 T:1799328640   DEBUG: GetImageHash - unable to stat url http://ia.media-imdb.com/images/M/MV5BNDE5NzUxNTg2NF5BMl5BanBnXkFtZTgwOTU0MzY4NTE@._V1_SX1024_SY1024_.jpg


RE: Problem Scraping Thumbnails LE 9.2.8 RPI3 - Klojum - 2022-07-04

(2022-07-04, 15:39)vdb86 Wrote: unable to stat url

This is the proverbial HTTP error 404... As in "File not found", although so far I'm getting "You don't have permission to access" errors when typing in the urls.
It's also possible that your media collection contains outdated links to fanart or other files, and therefore no longer available.


RE: Problem Scraping Thumbnails LE 9.2.8 RPI3 - vdb86 - 2022-07-04

Got it, I just realized there are nfo files...
I'll delete them all and try again.


RE: Problem Scraping Thumbnails LE 9.2.8 RPI3 - vdb86 - 2022-07-04

That was it, the bloody nfo files.
Thank you @Klojum !


Problem Scraping Thumbnails LE 9.2.8 RPI3 - (old nfo files were the problem) - Klojum - 2022-07-04

Thread marked solved.