jexp / jetbrains-heroku-plugin

Heroku Integration for all Jetbrains IDE's
39 stars 13 forks source link

Error creating Heroku Tool Window #22

Closed joeblau closed 11 years ago

joeblau commented 11 years ago
  1. Install Plugin from plugin-repo
  2. Open Heroku Tool Window
  3. Dialog box appears saying "Error creating Heroku Tool Window"
joeblau commented 11 years ago

It appears as though the error is misleading. If you keep getting "Error creating Heroku Tool Window", here is the way I fixed it.

  1. Open up the settings in your Idea IDE.
  2. Under "IDE Settings", click on the words Heroku and you should see the correct error "Missing API-Key, Please retrieve the Heorku-API Key from your Heroku Account Page"
  3. Login to your account at www.heroku.com
  4. Click on the icon at the top right
  5. Click on "Account" in the drop down
  6. Click the "Show API Key" button in the API Key section
  7. Enter the password
  8. Click the "Show API Key" button
  9. Copy the string into your Idea IDE under the "Heroku Credentials" Section
  10. Click "Check API-Key"
  11. Click "OK" after you see "Heorku Login, Heroku Login successful! Authorized:"
  12. Click "Apply" then "OK"
  13. Restart your IDE and it should be working.