[RELEASE] Texture Cache Maintenance utility
EDIT: Turns out I needed to reboot the Odroid... seems to be working now, no errors... /me dumb.

I have a problem running this tool. I deleted the userdata\Database\textures13.db file and the userdata\Thumbnails folder. So now I want to use this tool to get my thumbnails and backgrounds back, but it's giving errors.

I have copied the most recent texturecache.py and texturecache.log file to my Odroid and I am accessing the Odroid over SSH in Putty.
I am testing it now with just 1 movie, but these errors happen for every media I have tried.

I run 'texturecache c movies 2001' in the SSH console, and the result is this:

Cache pre-load activity summary for "movies", filtered by "2001":

              |  cast.thumb |    fanart   |    poster   |  set.fanart |  set.poster |    TOTAL
--------------+-------------+-------------+-------------+-------------+-------------+-------------
Cached        |      -      |      -      |      -      |      -      |      -      |      0
Deleted       |      -      |      -      |      -      |      -      |      -      |      0
Duplicate     |      -      |      -      |      -      |      -      |      -      |      0
Error         |      20     |      1      |      1      |      1      |      1      |      24
Ignored       |      -      |      -      |      -      |      -      |      -      |      0
Skipped       |      -      |      -      |      -      |      -      |      -      |      0
Undefined     |      -      |      -      |      -      |      -      |      -      |      0
==================================================================================================
TOTAL         |      20     |      1      |      1      |      1      |      1      |      24
Download Time | 00:00:15.96 | 00:00:01.57 | 00:00:01.58 | 00:00:01.61 | 00:00:01.57 | 00:00:19.12


My texturecache.cfg file is very simple, just this:

sep = |
userdata = ~/.kodi/userdata
dbfile = Database/Textures13.db
thumbnails = Thumbnails
xbmc.host = <ip to odroid>
webserver.port = 8080
webserver.username = <username>
webserver.password = <password>
cache.castthumb = yes
logfile = texturecache.log
logfile.verbose = yes


The log is showing several errors. First of all, this one appears several times:

2019-12-23 01:09:08.800448:MainThread: libTextures.PARSING JSON DATA: {"error":{"code":-32603,"message":"Internal error."},"id":"libTextures","jsonrpc":"2.0"}

And also multiple ones like this:

2019-12-23 01:09:26.370826:Thread-2  : preparedl.RECEIVED WEB DATA: 200, OK, {"error":{"code":-32602,"data":{"details":null},"message":"Invalid params."},"id":"preparedl","jsonrpc":"2.0"}
2019-12-23 01:09:26.371496:Thread-2  : Image not available for download - uncacheable (embedded?), or doesn't exist. Filename [image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2f90T7b2LIrL07ndYQBmSm09yqVEH.jpg/]


Any idea what could be wrong? There seems to be an issue converting non-alphabetical characters in the url string? I have searched this entire thread but could not find anything that looks like this issue.
Entire log here: https://paste.kodi.tv/kohizuzufu.kodi
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
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
RE: [RELEASE] Texture Cache Maintenance utility - by lococola - 2019-12-23, 02:25
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17