ivangabriele / vscode-heroku

Check your project's Heroku deployment status in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku
MIT License
9 stars 8 forks source link

Error when running extension #220

Open ghost opened 4 years ago

ghost commented 4 years ago

Something went wrong while trying to list your currents Heroku apps.

pelted commented 4 years ago

I had the same issue, but upgraded my cli to heroku/7.39.5 and that part resolved.

ghost commented 4 years ago

I had the same issue, but upgraded my cli to heroku/7.39.5 and that part resolved.

That definitely helped but now I'm getting these 2 messages Your current workspace is now linked to the "jonin-2" Heroku app. and Something went wrong while linking your Heroku app: "jonin-2".

pelted commented 4 years ago

Yeah I don't get that far. My apps are in a teams account and although the extension uses the -A flag to list apps, nothing shows up. Seems like there are larger issues here.

ghost commented 4 years ago

Hopefully, this can be fixed this

justgage commented 3 years ago

Yeah, I think it can't parse the list when the upgrade message shows up. Updating fixed it for me.

benshabatnoam commented 2 years ago

I had the same problem with my Heroku CLI v7.53.0 and I solved it by upgrading to latest version (v7.60.2). @roeegh you can try that maybe it will solve your other errors...