Skip to content

Doesn't accept user/pass #69

@psonnosp

Description

@psonnosp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions