-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error. Device not added! 111 The execution of the pregetinformation.sh script ended with an error #7
Comments
@vkotov Hello. This is a technical issue related to bug tracking. There are two types of output from programs. This is a technical issue related to bug tracking. There are two types of output from programs. Critical error and warning. You just had some sort of warning. I thought I solved this problem, but apparently it is still alive. The component I use for ssh connection reacts the same way to warnings. This is why I will make a temporary solution that you can use. But I do not guarantee that all other functions will work. The expansion will be available in preview later this week. Additionally, please repeat the Thanks! |
Thank you, @devdotnetorg |
@vkotov the issue has been resolved in v0.3.2 (24-03-2023). Now WARNING messages do not interrupt the execution of bash scripts. Additionally, at the end of the execution of bash scripts, the output stdErr and codeErr has been added. |
The execution of the pregetinformation.sh script ended with an error |
Hello @PetrushaT. Can you send the contents of the OUTPUT window? To understand the problem, you need to get the message and error code, the STDERR and CODEERR fields that are displayed at the end of the bash script execution. |
Hello.
Please help with issue. I can't add device using current instructions.
Raspberry PI OS Lite 64-bit
(Release 2023-02-21) is written byRaspberry Pi Imager v1.7.3
sudo systemctl reload ssh
Command
sudo systemctl status ssh
output:Command
sudo ./vscode-dotnetfastiot.sh
(from user home directory) output:Where I am wrong?
I also try additional steps from Troubleshoot adding device
PubkeyAcceptedAlgorithms=+ssh-rsa
option not working for me but I tryPubkeyAcceptedKeyTypes=+ssh-rsa
instead.Reboot also has no effect.
Now my
/etc/ssh/sshd_config
:The text was updated successfully, but these errors were encountered: