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

Authentication Fails to download SWT Lib. #564

Open jjulicherqic opened 10 months ago

jjulicherqic commented 10 months ago

Trying to authenticate with the latest plugin 1.162.2 in the latest Webstorm 2023.2.1

Got the following error in the log:

INFO - com.microsoft.alm.plugin.idea.common.ui.checkout.VsoCheckoutPageModel - loadRepositories called 2023-08-30 16:13:13,853 [ 183074] INFO - com.microsoft.alm.plugin.authentication.VsoAuthenticationProvider - authenticateAsync for server: https://app.vssps.visualstudio.com 2023-08-30 16:13:13,868 [ 183089] INFO - com.microsoft.alm.auth.pat.VstsPatAuthenticator - Signing out from uri: https://app.vssps.visualstudio.com 2023-08-30 16:13:13,868 [ 183089] INFO - com.microsoft.alm.auth.oauth.OAuth2Authenticator - Ready to launch browser flow to retrieve oauth2 token. 2023-08-30 16:13:13,868 [ 183089] INFO - com.microsoft.alm.helpers.SettingsHelper - Searching for C:\Users\justinj\AppData\Local\Microsoft\VstsAuthLib4J\settings.properties 2023-08-30 16:13:13,868 [ 183089] INFO - com.microsoft.alm.auth.oauth.OAuth2Authenticator - Attempt to use oauth2-useragent provider: JavaFx 2023-08-30 16:13:13,868 [ 183089] INFO - com.microsoft.alm.auth.oauth.helper.SwtJarLoader - Downloading https://az771546.vo.msecnd.net/swt-binary-for-auth-library/org.eclipse.swt.win32.win32.x86_64-4.4.2.jar 2023-08-30 16:13:14,875 [ 184096] WARN - com.microsoft.alm.auth.oauth.helper.SwtJarLoader - Failed to download SWT Runtime jar. java.io.IOException: Failed to download SWT Runtime jar from https://az771546.vo.msecnd.net/swt-binary-for-auth-library/org.eclipse.swt.win32.win32.x86_64-4.4.2.jar. Server return code is 404

So I can't do an OAuth flow.

mario-d-s commented 7 months ago

See my workaround at #547 (link to comment)!