docker-archive / dockercloud-cli

CLI for Docker Cloud
https://cloud.docker.com/
Apache License 2.0
74 stars 40 forks source link

docker-cloud stack create results in get_environ_proxies() takes exactly 2 arguments (1 given) #52

Closed l0rn closed 7 years ago

l0rn commented 7 years ago

Hello, in v1.0.7 of the docker cloud cli the command below stopped working

$ docker-cloud stack create -f ci/test_stackfile.yml -n teststack     
get_environ_proxies() takes exactly 2 arguments (1 given)
$ docker-cloud -v    
docker-cloud 1.0.7

The error message is somewhat unverbose

l0rn commented 7 years ago

I figured it out: problem is requests. 2.14.0 made a breaking change. docker cloud should fix it or freeze the dependency to 2.13.0

freekrai commented 7 years ago

We encountered this message too and it broke all deployments from Travis to Docker Cloud.

tifayuki commented 7 years ago

I will do a patch to this ASAP

tifayuki commented 7 years ago

Fixed in the new version v1.0.8