-
Notifications
You must be signed in to change notification settings - Fork 313
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
[Remote-SSH Bug]: Unbound variable 'wgetTriesSegment' in script 'linux-exec-server-installer.sh' #10231
Comments
Thanks for sharing. I think i've fixed this in the latest pre-release build ( Alternatively, this change was introduced in the latest stable release, so downgrading to last month's extension would mitigate this |
Thanks for your answer. Installing the pre-release version doesn't fix the error, I downgrade to |
Ah, I see the issue. That value is influenced by the I suspect that you have that setting set to |
Yes, I had that setting set to |
If helpful, i've also pushed a new pre-release build |
Can confirm that setting |
Release patch version |
I'm still having Remote SSH sessions through a PuTTY wrapper script on Windows 10 fail both on 0.114.1 and 0.115.2024090522. For each version, it fails regardless of whether
I cannot use |
Hey there @samueldyoung29ctr - thanks for sharing those logs. Please see #10230 for more info and possible workarounds |
Marking as verified due to author verification |
Hi, I'm trying to use remote SSH extension to connect to a computer cluster with Linux OS, from VSCode, I own an account in the cluster, so I configured the user, hostname, etc in the configuration file. I followed the steps in https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh to do that. However, when I initiate the connection I got the error: ''Unbound variable 'wgetTriesSegment' in script 'linux-exec-server-installer.sh'' as shown in the screenshot. It seems to be an error in the script, I can go to the location of that script in my computer and I can identify the variable, but I'm not sure of what is causing this variable to be bad defined. The connection is not even initiated since I'm not asked to write a password, and I haven't defined authentication keys in the configuration file.
PD: I'm new on bash commands and Linux OS.
The text was updated successfully, but these errors were encountered: