-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Hi!
When I run texturecache.py c tvshows I get this
C:\Program Files\Kodi Texture Cache Manager>texturecache.py c
Traceback (most recent call last):
File "C:\Program Files\Kodi Texture Cache Manager\texturecache.py", line 8663, in <module>
main(sys.argv[1:])
File "C:\Program Files\Kodi Texture Cache Manager\texturecache.py", line 8353, in main
if not checkConfig(argv[0]): sys.exit(2)
File "C:\Program Files\Kodi Texture Cache Manager\texturecache.py", line 7893, in checkConfig
data = wcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=True)
File "C:\Program Files\Kodi Texture Cache Manager\texturecache.py", line 2230, in sendJSON
return self.sendWeb("POST", "/jsonrpc", id, request, {"Content-Type": "application/json"}, timeout=timeout)
File "C:\Program Files\Kodi Texture Cache Manager\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
even though both webserver.username and webserver.password are correct in the cfg-file. And it's only when I use c I get the error, nc, s, d, and P works just fine but maybe those commands is executed in a different way?
So how do I fix this?
Metadata
Metadata
Assignees
Labels
No labels