[RELEASE] Texture Cache Maintenance utility
Okay a bit of a problem when trying to run ./texturecache.py c

Code:
FATAL: The task you wish to perform requires that the web server is
       enabled and running on the XBMC system you wish to connect.

       A connection cannot be established to the following webserver:
       localhost:8080

       Check settings in properties file texturecache.cfg

Here's my setting:

Code:
#userdata = ~/.kodi/userdata/
#dbfile = Database/Textures13.db
#thumbnails = Thumbnails/
#kodi.host = localhost
#webserver.port = 9090
#webserver.username = ****
#webserver.password = ****
#rpc.port = 9090
#download.threads = 2
#extrajson.albums  =
#extrajson.artists =
#extrajson.songs   =
#extrajson.movies  =
#extrajson.sets    =
#extrajson.tvshows.tvshow =
#extrajson.tvshows.season =
#extrajson.tvshows.episode=
#qaperiod = 30
#qa.file = no
#cache.castthumb = no
#logfile =
#logfile.verbose = no
#network.mac = aa:bb:cc:dd:ee:ff

My port in Kodi is 9090. I know it's working because I've used another app and it connected.

So, I gave in and changed my port to 8080, along with the setting file, but I got this:

Code:
Traceback (most recent call last):
  File "C:\Users\MarHutchy\Downloads\Programs\Texture Cache Maintenance utility\
texturecache.py", line 7890, in <module>
    main(sys.argv[1:])
  File "C:\Users\MarHutchy\Downloads\Programs\Texture Cache Maintenance utility\
texturecache.py", line 7599, in main
    if not checkConfig(argv[0]): sys.exit(2)
  File "C:\Users\MarHutchy\Downloads\Programs\Texture Cache Maintenance utility\
texturecache.py", line 7181, in checkConfig
    data = wcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=T
rue)
  File "C:\Users\MarHutchy\Downloads\Programs\Texture Cache Maintenance utility\
texturecache.py", line 1987, in sendJSON
    data = self.sendWeb("POST", "/jsonrpc", json.dumps(request), {"Content-Type"
: "application/json"}, timeout=timeout)
  File "C:\Users\MarHutchy\Downloads\Programs\Texture Cache Maintenance utility\
texturecache.py", line 1955, in sendWeb
    raise httplib.HTTPException("Remote web host requires webserver.username/web
server.password properties")
httplib.HTTPException: Remote web host requires webserver.username/webserver.pas
sword properties

What am I doing wrong?
Also what's the difference between c and C?
Laptop: Dell Inspiron i7559-2512BLK | Windows 10 Pro x64 | Intel Core i7 6700HQ (2.60 GHz) | 1 TB + 8 GB SSHD
Kodi 18.3
MiniPC: LibreELEC 8.2.1
Sharing Media: SMB (HDD: 2 TB, 1 TB) | Media Manager/Organizer - Media Companion
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 marhutchy - 2015-07-09, 03:21
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