Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected error while waiting on a vs instance to be ready #545

Closed
jkeenleyside opened this issue May 7, 2015 · 5 comments
Closed

unexpected error while waiting on a vs instance to be ready #545

jkeenleyside opened this issue May 7, 2015 · 5 comments

Comments

@jkeenleyside
Copy link

slcli vs ready --wait=600 'john01'
An unexpected error has occured:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/SoftLayer/CLI/core.py", line 180, in main
cli.main()
File "/Library/Python/2.7/site-packages/click/core.py", line 644, in main
rv = self.invoke(ctx)
File "/Library/Python/2.7/site-packages/click/core.py", line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Library/Python/2.7/site-packages/click/core.py", line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Library/Python/2.7/site-packages/click/core.py", line 837, in invoke
return ctx.invoke(self.callback, *_ctx.params)
File "/Library/Python/2.7/site-packages/click/core.py", line 464, in invoke
return callback(_args, **kwargs)
TypeError: cli() takes exactly 3 arguments (2 given)

Feel free to report this error as it is likely a bug:
https://github.com/softlayer/softlayer-python/issues

@jkeenleyside
Copy link
Author

Here are the versions of the software I am using:

import six
six.version
'1.9.0'
import SoftLayer
SoftLayer.version
'v4.0.2'

@Neetuj
Copy link
Member

Neetuj commented May 7, 2015

missing the env in SoftLayer/CLI/virt/ready.py

@Neetuj
Copy link
Member

Neetuj commented May 7, 2015

#546

sudorandom added a commit that referenced this issue May 7, 2015
    pass the environment variable to 'slcli vs ready' #545
@sudorandom
Copy link
Contributor

The fix is in master. This will be released in 2-3 days (waiting for potentially more bug reports). Thanks @jkeenleyside for the bug report. Thanks @Neetuj for fixing it.

@sudorandom
Copy link
Contributor

The release is waiting on the couple of pull requests which fix other bugs to be completed. Sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants