cf-python-client
cf-python-client copied to clipboard
ValueError: Domain not found for action None
I am getting "ValueError: Domain not found" after entering the endpoint and password, target endpoint getting from cf api, and login and password are the ones I use for AppsManager credential.
Please enter a target endpoint []: https://api.[...] Verify ssl (true/false) [true]: false Please enter your login []: xxx Please enter your password []: xxxx
raise ValueError("Domain not found for action %s" % arguments.action) ValueError: Domain not found for action None
Hi, Currently facing the same issue here. Can't really find any other solutions online. May I know what did you do to resolve it (if you did)?