JBN
JBN

Reputation: 109

Heroku toolbelt fails to run after last update

I'm on Ubuntu 10.10.

Heroku stopped working COMPLETELY after last update (last run of 'heroku update'). Now EVERY command results in:

/usr/local/heroku/lib/heroku/updater.rb:54:in inject_libpath': undefined local variable or methodlib' for Heroku::Updater:Module (NameError) from /usr/local/heroku/lib/heroku/updater.rb:53:in each' from /usr/local/heroku/lib/heroku/updater.rb:53:ininject_libpath' from /usr/bin/heroku:24

Updated - Solution: Saw some warnings here about re-installing heroku, but support just had me re-install and it fixed the issue and everything seems to be working just fine:

apt-get remove heroku-toolbelt

apt-get install heroku-toolbelt

Upvotes: 3

Views: 982

Answers (1)

albertut
albertut

Reputation: 64

if you install the Heroku toolbelt again it should work.

Upvotes: 1

Related Questions