running Rp2 #0527 and texturecache v2.5.4
A recent libreelec update required me to set a web server user/password, and I get the following error:
Code:
# texturecache.py c
Traceback (most recent call last):
File "/usr/bin/texturecache.py", line 8663, in <module>
main(sys.argv[1:])
File "/usr/bin/texturecache.py", line 8353, in main
if not checkConfig(argv[0]): sys.exit(2)
File "/usr/bin/texturecache.py", line 7893, in checkConfig
data = wcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=True)
File "/usr/bin/texturecache.py", line 2230, in sendJSON
return self.sendWeb("POST", "/jsonrpc", id, request, {"Content-Type": "application/json"}, timeout=timeout)
File "/usr/bin/texturecache.py", line 2177, in sendWeb
raise httplib.HTTPException("Remote web host requires webserver.username/webserver.password properties")
http.client.HTTPException: Remote web host requires webserver.username/webserver.password properties
I see that I need to edit texturecache.cfg, I tried both #locate and #find, and they don't seem to work.
I checked /.kodi/userdata and it isn't there either. Where can I find texturecache.cfg ?
Edit* Got it, just created the file myself in /storage/.config