[RELEASE] Texture Cache Maintenance utility
(2018-04-24, 06:30)cabrio Wrote: I reduced the amount of movies to 9 movies and tried again. of 107 to cache it starts throwing errors again at number 45. so both were just a little over half.

Remote artwork sucks. How many times do I have to repeat this... Smile

Kodi is performing the download and not the script, so it's a problem between Kodi and the remote website.

It may be the remote website is imposing some sort of rate limiting. Or the artwork no longer exists. Or the remote website is having a bad day.

If you look at the log you'll see the encoded urls that are being processed - an example from your log is:
text:
2018-04-23 21:43:40.853523:Thread-1 : preparedl.JSON WEB REQUEST: [POST] [{"method": "Files.PrepareDownload", "params": {"path": "image://https%3a%2f%2fassets.fanart.tv%2ffanart%2fmovies%2f23398%2fmoviebanner%2falvin-and-the-chipmunks-the-squeakquel-53f60665859d9.jpg/"}, "jsonrpc": "2.0", "id": "preparedl"}]

The decoded url is:
text:
https://assets.fanart.tv/fanart/movies/2...5859d9.jpg

Loading this url in a browser results in the error:
text:
{ "status": "error", "error message": "Not found" }

(I also had a "500 Internal Server Error")

So either the artwork no longer exists (gone forever) or fanart.tv is having a bad day. If the latter, which seems likely, maybe the artwork will be accessible later, or tomorrow. If the former you'll need to fix your media library and associate new artwork that does exist.

If you want to avoid this sort of problem in future you should use only local artwork. I've written the mklocal.py script which you can use to convert your remote artwork into local artwork, and it will remove from your library any remote artwork that no longer exists (allowing you to use something like the Artwork Beef add-on to re-associate new artwork) or you can manually download the artwork you prefer and re-run mklocal.py and it will associate your movies/tvshows with that artwork.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2018-04-24, 14:06
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17