Closed petrbela closed 11 years ago
Adding heroku-postgresql:dev... skipped (Could not communicate with vendor, please try again later)
! Heroku client internal error.
! Search for help at: https://help.heroku.com
! Or report a bug at: https://github.com/heroku/heroku/issues/new
Error: undefined method `[]' for nil:NilClass (NoMethodError)
Backtrace: /Users/adam/.heroku/client/lib/heroku/command/fork.rb:57:in `block in index'
/Users/adam/.heroku/client/lib/heroku/command/fork.rb:45:in `each'
/Users/adam/.heroku/client/lib/heroku/command/fork.rb:45:in `index'
/Users/adam/.heroku/client/lib/heroku/command.rb:206:in `run'
/Users/adam/.heroku/client/lib/heroku/cli.rb:28:in `start'
/usr/local/heroku/bin/heroku:24:in `<main>'
Command: heroku fork [my app] --region eu
Version: heroku-toolbelt/2.39.0 (x86_64-darwin10.8.0) ruby/1.9.3
same problem in #776
I don't think that this is region specific. I get the same error when trying to fork in US region.
Here is error:
Adding heroku-postgresql:dev... skipped (Could not communicate with vendor, please try again later)
! Heroku client internal error.
! Search for help at: https://help.heroku.com
! Or report a bug at: https://github.com/heroku/heroku/issues/new
Error: undefined method `[]' for nil:NilClass (NoMethodError)
Backtrace: /Users/basti/.heroku/client/lib/heroku/command/fork.rb:57:in `block in index'
/Users/basti/.heroku/client/lib/heroku/command/fork.rb:45:in `each'
/Users/basti/.heroku/client/lib/heroku/command/fork.rb:45:in `index'
/Users/basti/.heroku/client/lib/heroku/command.rb:206:in `run'
/Users/basti/.heroku/client/lib/heroku/cli.rb:28:in `start'
/usr/bin/heroku:24:in `<main>'
Command: heroku fork -a [my_source_app] [my_new_app]
Version: heroku-toolbelt/2.39.0 (x86_64-darwin10.8.0) ruby/1.9.3
Same problem here....
heroku-toolbelt/2.39.0 (x86_64-linux) ruby/1.9.3
Same here:
$ heroku fork --region eu
Creating fork millwoodonline-265... done
Copying slug... done
Adding blitz:250... done
Adding cloudinary:starter... done
Adding memcachier:dev... done
Adding newrelic:standard... done
Adding pgbackups:auto-month... done
Adding sendgrid:starter... done
Adding heroku-postgresql:dev... skipped (Could not communicate with vendor, please try again later)
! Heroku client internal error.
! Search for help at: https://help.heroku.com
! Or report a bug at: https://github.com/heroku/heroku/issues/new
Error: undefined method `[]' for nil:NilClass (NoMethodError)
Backtrace: /usr/local/heroku/lib/heroku/command/fork.rb:57:in `block in index'
/usr/local/heroku/lib/heroku/command/fork.rb:45:in `each'
/usr/local/heroku/lib/heroku/command/fork.rb:45:in `index'
/usr/local/heroku/lib/heroku/command.rb:206:in `run'
/usr/local/heroku/lib/heroku/cli.rb:28:in `start'
/usr/local/heroku/bin/heroku:25:in `<main>'
Command: heroku fork --region eu
Plugins: heroku-adminium
heroku-config
Version: heroku-toolbelt/2.39.0 (x86_64-linux) ruby/1.9.3
Update: So I attempted to add a production tier postgres DB to the forked app (which failed on db migration) - that also raises an error, so in my professional opinion, something is fuuuucked.
heroku addons:add heroku-postgresql:crane
Adding heroku-postgresql:crane on app... failed
! Could not communicate with vendor, please try again later
Same problem here
We are looking into the errors occurring when adding a database in EU. I'll let you know as soon as it's fixed.
@ddollar what's the recommended way of retrying? deleting the newly created eu instance and than do it again?
Yes, delete the failed app. We thought about doing this automatically but figured the app might be useful to leave around for poking at to see why it failed. In this case it seems that provisioning databases in EU is having some issues. The Data team is investigating.
This should be fixed now, please try your forks again. Sorry about that!
Great, thanks David!
:+1:
I don't think this issue should be closed. I just had the same problem two minutes ago
@ndemoreau i guess it's a new issue then
@phoet: Would you open a new one or re-open this one? I'm having exactly the same symptoms
i guess that @ddollar will start investigating and re-open the ticket if that's appropriate
I gave it another try this morning and it worked fine... Thanks.
Creating fork popularpays-api-staging... done
Copying slug... done
Adding blitz:250... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding memcachier:dev... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding newrelic:standard... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding openredis:micro... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding pgbackups:auto-month... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding scheduler:standard... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding sendgrid:starter... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding ssl:endpoint... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
Verify now at https://heroku.com/verify)
Adding heroku-postgresql:ronin... skipped (Please verify your account to install this add-on
For more information, see http://devcenter.heroku.com/categories/billing
In my case, I was trying to fork with my personal account, which is a collaborator but don't have the super user privilege. Once I tried it again with the admin account, it worked smoothly.
@czhae thanks. Forked worked great after logging in as the admin account