-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
When upgrading to 1.85, remote ssh would report "XHR FAILED", while downgrading to 1.82 everything would be OK #200512
Comments
I have a similar issue using version 1.85 on my macbook to ssh
|
I also see this. |
me as well |
Same, but different error: the downloaded gzip has invalid data, so it fails to extract. |
mac vscode 1.85.0 sam question |
I have a similar issue using version 1.85. |
same issue |
same issue. When set/reset Http: Proxy setting, it works. Http: Proxy Support is override on my side. |
Access to XMLHttpRequest at 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/af28b32d7e553898b2a91af498b1fb666fdebe0c/vscode_cli_alpine_x64_cli.tar.gz?1' (redirected from 'https://update.code.visualstudio.com/commit:af28b32d7e553898b2a91af498b1fb666fdebe0c/cli-alpine-x64/stable') from origin 'vscode-file://vscode-app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
Doesn't work for me. |
yes, it's a bit confusing, I just do {remove proxy, connect, set proxy, connet} several times, then it connected. |
Please refer to this link. It appears to be a bug with Remote-SSH. |
Thanks @Tian42chen. Yes, fix is on the way |
@roblourens "on the way" means in the upcoming days(2-3)? Or next month? Just to know if worth it to do a downgrade or I can wait... And thank you a lot for the work fixing it! :D |
Manually install vscode worked for me: https://stackoverflow.com/questions/56073276/how-can-i-install-vs-code-server-manually-and-tell-vs-code-remote |
It's in the next stable vscode release, which should be today |
is the bug fix in 1.85.1 ? |
For me it's working well after upgrading yesterday |
I too had the "XRH failed" error. Downgrading to Version 1.84.2 works perfectly. System: mac 13.3.1 |
My vscode is 1.85.1 but the problem still exist(Windows 11),so I downgrade Remote-SSH and the problem disappeared.Hope this can help you guys. |
Only that specific extension? To which version? |
yes,only downgrade Remote SSH extension,the latest release is v0.107.1,I switced to 0.107.0,it worked. |
i open the VPN and tried again, it becomes OK. |
mac vscode 1.85.1 reports “Connecting with SSH timed out” |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
So I checked
workbench.desktop.main.js
on line 95, col 2027col 2027 is from
new Error
When I reinstall vscode version 1.82.1, and tried to use remote ssh, then everything worked well. I discovered this problem after my vscode upgraded itself, so I still have the older installing package. Now what I can do is to reinstall by version 1.82.1, and not let it upgrade itself.
The text was updated successfully, but these errors were encountered: