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

Readme samples use incorrectly 1X and 2X as size arguments, but that doesn't work #83

Open
timolehto opened this issue Feb 5, 2018 · 0 comments

Comments

@timolehto
Copy link
Contributor

Gives error:

[8] pry(main)> heroku.formation.update s.name, 'web', { quantity: 1, size: "1X" }
Excon::Error::UnprocessableEntity: Expected([200, 201, 202, 204, 206, 304]) <=> Actual(422 Unprocessable Entity)
from /Users/timo/.rvm/gems/ruby-2.3.0@api/gems/excon-0.60.0/lib/excon/middlewares/expects.rb:7:in `response_call'

As one might expect, this works:

heroku.formation.update s.name, 'web', { quantity: 1, size: "Standard-1X" }
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