Skip to content
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

it takes too long and not working #2505

Open
0xhachi opened this issue Feb 22, 2025 · 1 comment
Open

it takes too long and not working #2505

0xhachi opened this issue Feb 22, 2025 · 1 comment
Assignees

Comments

@0xhachi
Copy link

0xhachi commented Feb 22, 2025

Does this occur consistently?
Repro steps:

Action: azureml-remote.commandPalette.computeInstance.killWebsocketServer
Error type: 120
Error Message: user_canceled: User cancelled the flow.

Version: 1.4.1
OS: win32
OS Release: 10.0.19045
Product: Visual Studio Code
Product Version: 1.97.2
Language: en

Call Stack
extension.node.js:2:29610extension.node.js:2:29610
async p.inputStep extension.node.js:2:274156
async p.<anonymous> extension.node.js:2:278524
async t.MultiStepInput.stepThrough extension.node.js:2:267225
async d.selectForRemoteConnection extension.node.js:2:271757
async E.killWebsocketServer extension.node.js:2:112471
@Siglud
Copy link
Member

Siglud commented Feb 24, 2025

Please login through terminal and run the command as below:

kill -9 `ps ax| grep -i "dist/server/azureMLRemoteAgent.js" | grep -v grep | awk '{print $1}'`
rm -rf ~/.azureml_remote_websocket_server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants