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

undefined method `netrc_filename' for Netrc:Class #43

Open
evjan opened this issue Dec 8, 2015 · 1 comment
Open

undefined method `netrc_filename' for Netrc:Class #43

evjan opened this issue Dec 8, 2015 · 1 comment

Comments

@evjan
Copy link

evjan commented Dec 8, 2015

When running heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git I get the following error on OS X:

undefined method `netrc_filename' for Netrc:Class
/usr/local/heroku/lib/heroku/auth.rb:138:in `netrc_path'
/usr/local/heroku/lib/heroku/auth.rb:160:in `rescue in netrc'
/usr/local/heroku/lib/heroku/auth.rb:151:in `netrc'
/usr/local/heroku/lib/heroku/auth.rb:178:in `read_credentials'
/usr/local/heroku/lib/heroku/auth.rb:113:in `get_credentials'
/usr/local/heroku/lib/heroku/auth.rb:89:in `password'
/usr/local/heroku/lib/heroku/auth.rb:17:in `api'
/usr/local/heroku/lib/heroku/command/base.rb:72:in `api'
/usr/local/heroku/lib/heroku/command/apps.rb:131:in `create'
/usr/local/heroku/lib/heroku/command.rb:212:in `run'
/usr/local/heroku/lib/heroku/cli.rb:30:in `start'
/usr/local/bin/heroku:24:in `<main>'

 !    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 `netrc_filename' for Netrc:Class (NoMethodError)
    Command:     heroku create --buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git
    Plugins:     heroku-deploy
                 heroku-exit-status

    Version:     heroku-toolbelt/3.42.24 (x86_64-darwin10.8.0) ruby/1.9.3


    More information in /Users/[username]/.heroku/error.log

Output from heroku version:

heroku-toolbelt/3.42.24 (x86_64-darwin10.8.0) ruby/1.9.3
heroku-cli/4.27.8-2294739 (amd64-darwin) go1.5.1
=== Installed Plugins
[email protected]
[email protected]
heroku-deploy
heroku-exit-status
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
@keithpitty
Copy link

@evjan I was seeing the same issue. To resolve it I had to uninstall the heroku toolbelt and then reinstall it.

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