-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.92 not connecting to Azure ML Compute #2432
Comments
I can confirm the same issue |
@dan1863 thanks for filing this issue and @janmolemans thanks for commenting. I have some questions to help us triage this: |
@dan1863 @janmolemans VS Code released version 1.92.1 could you please try it and let us know if that fixes your issue. |
@sevillal I have installed the new version and it does not fix the issue unfortunately. To answer your previous questions:
|
Hi, I'm also having this issue. Could you provide an update and/or fix? Also can you provide some details on how to troubleshoot the issue. > code --version
1.92.2
fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
x64 > code --list-extensions --show-versions | Select-String "vscode-ai"
ms-toolsai.vscode-ai@0.50.0
ms-toolsai.vscode-ai-remote@0.50.0 It would be great to know if I also need p.s It work perfectly fine before update my vscode to the latest version thanks |
@shsuman could you please look into this? |
@dan1863 @KirillTsyganov Are you also behind a proxy ? |
@dan1863 @KirillTsyganov @janmolemans We are working to fix this issue. In the meantime, I recommend to downgrade VS Code to 1.91.x |
Thanks for the update @shsuman ! Yes, on a work compute I'm connected to VPN, need to proxy out I did roll back a few days ago and thus far it seems to work as before
|
@dan1863 @KirillTsyganov @janmolemans Can you provide the Microsoft Authentication logs by following the steps below ?
|
Hi @shsuman , I've set log level to "trace" for AzureML - Remote" extension. In 1.91.1 version (in which I'm able to connect to AzureML) I can see these logs. Note that xxx and ooo are two different tenant_ids. One I recognise as my Azure tenant_id, but I'm not sure what the other one is. The one I don't recognise is ooooo
In 1.92.2 (in which I can't connect to AzureML) I can see these logs. And it is just stuck in "Fetching subscription details..." It almost feels that the problem not in AzureML but in auth to Azure itself?
It feels that the problem in hitting this endpoint for token |
Just adding logs from 1.91.1 from the top of the logs, just to give you a sequence (not sure if you need it..)
|
Hi @shsuman , see below for log when trying to access Azure from version 1.92.2:
|
@KirillTsyganov Please set the log level to Trace of Microsoft Authentication and not Azure ML - Remote using the following steps:
|
@shsuman I did exactly as you described, but those are the logs that I get. I would have attached screenshot, but I can't upload to public website from my work compute. The logs that I get by selecting
The only other logs I can provide are form
Please let me know how I can help more Thanks |
@dan1863 @KirillTsyganov @janmolemans VS Code has an open issue for this problem. A fix for the same should roll out in the upcoming VS Code release 1.94.0 which is scheduled for early next month. In the meantime, please continue using 1.91.x as we do not have any workarounds for now. Thank you all for your cooperation :) |
Thanks a lot for letting us know @shsuman ! Will stay put. p.s I tried 1.93 yesterday and same issue persists |
@dan1863 @KirillTsyganov @janmolemans VS Code has released 1.94.0. Can you please confirm if this issue has been fixed for you ? |
Hi @shsuman, Unfortunately, same issue persists for me
Just for the reference, I'm getting my vs code this way and launch from cli, just because I don't want to overwrite my working version (1.91.1) Invoke-WebRequest -Uri https://update.code.visualstudio.com/1.94.0/win32-x64-archive/stable -OutFile VSCode-win32-x64-1.94.0.zip thanks |
@KirillTsyganov Can you please paste the VS Code version and commit id from the UI ? You can do the following steps:
|
Hi @shsuman , The version and commit are:
The
|
Hi @shsuman, I've tried these two versions and both have the same issue -
|
@KirillTsyganov @dan1863 Can you please open an issue in VS Code ? Please cc me there and paste the latest logs with VS Code 1.92.0 as well. https://github.com/microsoft/vscode/issues/new?template=bug_report.md |
@shsuman I opened this issue to VS Code, and it was closed immediately. |
@eriolchan Please look into it :) |
Thanks for raising the issue @dan1863 . I got caught up with work and didn't get it done. This is really becoming an issue for us as we are onboarding a fair few new people onto AzureML and all want to use vscode. We don't have multiple versions of vscode in out company portal. |
Hello, is there any update on this? I'm able to connect to Azure ML with version 1.91.1 but any version after that won't work. At work, we're going through a proxy and I wonder if that might be an issue for the extension? Thanks for the help |
@Siglud @yukun-dong Please have a look. |
@NF-ada since the related issue microsoft/vscode#226662 has been flagged as resolved & insider-released. Could you please install the VS Code insider version to do more test for this issue? |
@Siglud It does seem to work with the Insider version, do you mind waiting until the release of 1.96 proper so we can confirm it works then? |
Expected Behavior
Connect VS code to Azure ML compute instance
Actual Behavior
Stuck. Continuously shows "Opening Remote..." and "Fetching subscription details..."
Note: Works as expected when VS code is rolled back to version 1.91.1
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: