[RELEASE] Texture Cache Maintenance utility
i have a little probleme... I have removed Texture database and Thumbnail folder but after reboot, there is an error with option "c all" :
Code:
xbian@xbian ~ $ ./texturecache.py C all
Traceback (most recent call last):
  File "./texturecache.py", line 6326, in <module>
    main(sys.argv[1:])
  File "./texturecache.py", line 6083, in main
    if not checkConfig(argv[0]): sys.exit(2)
  File "./texturecache.py", line 5758, in checkConfig
    data = jcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=True)
  File "./texturecache.py", line 1508, in sendJSON
    data = self.sendWeb("POST", "/jsonrpc", json.dumps(request), {"Content-Type": "application/json"}, timeout=timeout)
  File "./texturecache.py", line 1476, in sendWeb
    raise httplib.HTTPException("Remote web host requires webserver.username/webserver.password properties")
httplib.HTTPException: Remote web host requires webserver.username/webserver.password properties
xbian@xbian ~ $ ./texturecache.py c all
Traceback (most recent call last):
  File "./texturecache.py", line 6326, in <module>
    main(sys.argv[1:])
  File "./texturecache.py", line 6083, in main
    if not checkConfig(argv[0]): sys.exit(2)
  File "./texturecache.py", line 5758, in checkConfig
    data = jcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=True)
  File "./texturecache.py", line 1508, in sendJSON
    data = self.sendWeb("POST", "/jsonrpc", json.dumps(request), {"Content-Type": "application/json"}, timeout=timeout)
  File "./texturecache.py", line 1476, in sendWeb
    raise httplib.HTTPException("Remote web host requires webserver.username/webserver.password properties")
httplib.HTTPException: Remote web host requires webserver.username/webserver.password properties
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by Levi59 - 2014-01-16, 19:20
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
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17