heroku / heroku-eclipse-plugin

Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
15 stars 9 forks source link

Unverified Accounts Cannot Clone Some Apps #68

Closed naaman closed 11 years ago

naaman commented 11 years ago

If you try to clone devcenter-java-web-worker with an unverified account, an error is thrown: InvocationTargetException

We probably just need to handle 422's here: https://github.com/heroku/heroku-eclipse-plugin/blob/master/com.heroku.eclipse.core.services.rest/src/com/heroku/eclipse/core/services/rest/RestHerokuServices.java#L442