cf-python-client icon indicating copy to clipboard operation
cf-python-client copied to clipboard

ValueError: Domain not found for action None

Open vanillacandy opened this issue 5 years ago • 1 comments

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

vanillacandy avatar Oct 24 '19 20:10 vanillacandy

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)?

Hongming200 avatar May 17 '22 08:05 Hongming200