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

create': undefined method networks' for nil:NilClass (NoMethodError) #7

Open
bacongobbler opened this issue Feb 4, 2015 · 2 comments

Comments

@bacongobbler
Copy link

I keep seeing this more and more often... seems sporadic, but it'd be nice to nail this down.

$ docl create foobar coreos-stable 4GB nyc3 --key=~$SSH_ID --private-networking --user-data=../coreos/user-data --wait
/Library/Ruby/Gems/2.0.0/gems/docl-0.0.4/lib/docl/cli.rb:124:in `create': undefined method `networks' for nil:NilClass (NoMethodError)
    from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
    from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
    from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
    from /Library/Ruby/Gems/2.0.0/gems/docl-0.0.4/bin/docl:5:in `<top (required)>'
    from /usr/bin/docl:23:in `load'
    from /usr/bin/docl:23:in `<main>'
@nathansamson
Copy link
Owner

Are your droplets created correctly? It seems there might be a problem with
response from DO...

Nathan
On Feb 4, 2015 11:40 PM, "Matthew Fisher" notifications@github.com wrote:

I keep seeing this more and more often... seems sporadic, but it'd be nice
to nail this down.

$ docl create foobar coreos-stable 4GB nyc3 --key=~$SSH_ID --private-networking --user-data=../coreos/user-data --wait
/Library/Ruby/Gems/2.0.0/gems/docl-0.0.4/lib/docl/cli.rb:124:in create': undefined methodnetworks' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:in run' from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:ininvoke_command'
from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:in dispatch' from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:instart'
from /Library/Ruby/Gems/2.0.0/gems/docl-0.0.4/bin/docl:5:in <top (required)>' from /usr/bin/docl:23:inload'
from /usr/bin/docl:23:in `

'


Reply to this email directly or view it on GitHub
#7.

@bacongobbler
Copy link
Author

No. The droplet fails to provision. It's probably something on DO's end. I'll try a raw response and see if we can nail it down.

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

2 participants