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

Error during configuration. #2

Closed
atomi opened this issue Jun 18, 2013 · 1 comment
Closed

Error during configuration. #2

atomi opened this issue Jun 18, 2013 · 1 comment

Comments

@atomi
Copy link

atomi commented Jun 18, 2013

First time trying nubo. This is on Debian 7.1AMD64 release.

Please choose the cloud provider you want to setup [1-11] 1
Please provide your API key: xxx
Please provide your API secret: xxx
Traceback (most recent call last):
  File "/usr/local/bin/nubo", line 206, in <module>
    main()
  File "/usr/local/bin/nubo", line 203, in main
    opts.func(opts)
  File "/usr/local/bin/nubo", line 62, in config
    if Cloud.test_conn(**values):
  File "/usr/local/lib/python2.7/dist-packages/nubo/clouds/base.py", line 120, in test_conn
    return type(driver.list_nodes()) == list
  File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/digitalocean.py", line 82, in list_nodes
    data = self.connection.request('/droplets').object['droplets']
  File "/usr/local/lib/python2.7/dist-packages/libcloud/common/base.py", line 609, in request
    connection=self)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/common/base.py", line 93, in __init__
    raise Exception(self.parse_error())
Exception: None

@atomi
Copy link
Author

atomi commented Jun 18, 2013

This error was because my API Key and API secret were reversed.
Thanks.

@atomi atomi closed this as completed Jun 18, 2013
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

1 participant