vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

Error - NoneType object is not iterable ?

Open avnish80 opened this issue 6 years ago • 2 comments

error

avnish80 avatar Feb 27 '19 06:02 avnish80

I am getting the same issue. also using the -i flag only

onthax avatar Apr 30 '19 00:04 onthax

For anyone who ran into this: check if you have an empty key in your ~/.vcd-cli/profiles.yaml configuration file and remove that accordingly. In our case, the offending line was a profiles: key at line 4 without any content. The corrected version looks like this:

active: default
extensions:
- container_service_extension.client.cse

frdmn avatar Aug 14 '19 13:08 frdmn