2014-10-30, 14:53
See this error with the latest version
Code:
./texturecache.py vscan
Successfully updated from v1.8.1 to v1.8.2
libProfile.ERROR: JSON response has no result!
{u'jsonrpc': u'2.0', u'id': u'libProfile', u'error': {u'message': u'Method not found.', u'code': -32601}}
Traceback (most recent call last):
File "./texturecache.py", line 7686, in <module>
main(sys.argv[1:])
File "./texturecache.py", line 7397, in main
if not checkConfig(argv[0]): sys.exit(2)
File "./texturecache.py", line 7011, in checkConfig
profile["name"] = data["result"]["label"]
KeyError: 'result'