[RELEASE] Texture Cache Maintenance utility
by the way out of curiosity i executed the P command, and it ran for about 1 hr, did a lot of stuff, the cmd prompt was full of action. Smile

after this i ran C and it errored out.

not sure if these are the commands i need to run for what i wish to achieve (i mentioned in the most above). Please help.

Code:
C:\>C:\Users\Monu\AppData\Local\Programs\Python\Python35\python.exe c:\texturecache.py C
Traceback (most recent call last):
  File "c:\texturecache.py", line 8413, in <module>
    main(sys.argv[1:])
  File "c:\texturecache.py", line 8121, in main
    if not checkConfig(argv[0]): sys.exit(2)
  File "c:\texturecache.py", line 7703, in checkConfig
    data = wcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=True)
  File "c:\texturecache.py", line 2179, in sendJSON
    return self.sendWeb("POST", "/jsonrpc", id, request, {"Content-Type": "application/json"}, timeout=timeout)
  File "c:\texturecache.py", line 2166, in sendWeb
    return json.loads(data) if data != "" else ""
  File "C:\Users\Monu\AppData\Local\Programs\Python\Python35\lib\json\__init__.py", line 319, in loads
    return _default_decoder.decode(s)
  File "C:\Users\Monu\AppData\Local\Programs\Python\Python35\lib\json\decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Users\Monu\AppData\Local\Programs\Python\Python35\lib\json\decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Please review my previous post .
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 MANswers - 2015-11-19, 08:26
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