heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 381 forks source link

Heroku client internal error (Did not recognize your adapter specification) #1970

Open fylooi opened 8 years ago

fylooi commented 8 years ago

Am having some trouble with heroku pg:psql:

>heroku pg:psql -a APPNAME
 !    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:       Did not recognize your adapter specification (126: The specified module could not be found.   - C:/Program Files (x86)/Heroku/vendor/gems/json-
1.7.7/lib/json/ext/parser.so). (MultiJson::AdapterError)
    Command:     heroku pg:psql -a boxgreen-prod
    Plugins:     heroku-repo
    Version:     heroku/toolbelt/3.43.3 (i386-mingw32) ruby/2.1.7
    Error ID:    75a70242fbf54243b395565dfecfc5c2

>heroku version
heroku/toolbelt/3.43.3 (i386-mingw32) ruby/2.1.7
heroku-cli/5.2.20-9d094b0 (windows-386) go1.6.2
=== Installed Plugins
heroku-repo

Tried heroku update and downloading the latest toolbelt from the website and reinstalling, both of which did not help.

cfischer83 commented 7 years ago

Did this ever get resolved? I'm having a similar error message.

fylooi commented 7 years ago

Nope, moved on Windows so it's not an issue any more.

jeisenlo commented 7 years ago

I am getting a similar issue... any suggestions?

MacBook-Pro:node-js-getting-started jameseisenlohr$ heroku pg:psql ! 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: Did not recognize your adapter specification (dlopen(/usr/local/heroku/vendor/gems/json-1.8.2/lib/json/ext/parser.bundle, 9): Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib Referenced from: /usr/local/heroku/vendor/gems/json-1.8.2/lib/json/ext/parser.bundle Reason: image not found - /usr/local/heroku/vendor/gems/json-1.8.2/lib/json/ext/parser.bundle). (MultiJson::AdapterError) Command: heroku pg:psql Version: heroku-toolbelt/3.43.15 (x86_64-darwin10.8.0) ruby/1.9.3 Error ID: 1b06d6ce1e7f4c9b95cbc211de17366a

MacBook-Pro:node-js-getting-started jameseisenlohr$ heroku --version heroku-toolbelt/3.43.15 (x86_64-darwin10.8.0) ruby/1.9.3 heroku-cli/5.5.5-789c5b7 (darwin-amd64) go1.7.4 You have no installed plugins.