microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

getAuthenticationInfoAsync failed pushing to ADO from PyCham via Azure DevOps plugin v1.162.2 #562

Open aisuser01 opened 10 months ago

aisuser01 commented 10 months ago

PyCharm 2022.2.5 (Community Edition) Build #PC-222.4554.11, built on March 15, 2023 Runtime version: 17.0.6+7-b469.82 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Registry: documentation.show.toolbar=true

Non-Bundled Plugins: org.wavescale.sourcesync (2.0.1) com.microsoft.vso.idea (1.162.2)

Plugin: AZURE DevOps v1.162.2

exception_pycharm_azure_devops_plugin_v1.162.2.txt

aisuser01 commented 10 months ago

I do get the "OAuth 2.0 Authorization..." pop-up

I add my email goes through the Okta process using SMS fine the dialog box closes without errors.

After that Pycharm resumes push to ADO then gets and "IDE Internal Error" pop-up that is where the attached exception message came from.

Along with this more generic message: fatal: Authentication failed for 'https://dev.azure.com/xxxxxxxx/'

Jonatha1983 commented 10 months ago

Hi @aisuser01

I saw your issue here. If you're open to alternatives, I'd like to invite you to try my plugin: https://plugins.jetbrains.com/plugin/22319-azd. We've just launched it in beta and are eager to gather insights and detect any potential bugs from real users like you.

While our plugin is not entirely free, we offer a 30-day free trial to get you started. Additionally, we are in negotiations with several organizations to sponsor the tool, aiming to make it free in the future. Your feedback would be invaluable to us during this phase. Thank you for considering!

Best regards, Jonathan

aisuser01 commented 10 months ago

My issue seems to be same as this issue: https://github.com/microsoft/azure-devops-intellij/issues/555