Not working ApolloX

Hi,Everyone
I’m trying to get qt’s sample code working using VSCode extensions. I haven’t changed it from the sample in particular, but I think it ends with the following error code. "The terminal process “sshpass ‘-p’, ‘’, ‘ssh’, ‘-o’, ‘UserKnownHostsFile=/dev/null’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘torizon@192.168.101.130’, ‘LOCAL_ REGISTRY=192.168.101.125 TAG=arm64 docker-compose pull testqt-debug’” terminated with exit code: 18. "Is there anything I can do? using TorizonCore6 ,wsl2 Ubuntu22.04,ApolloX 2.0.0. If you have any other information you need, please ask.
regards,
Hiroki

Hi @iino ,

Welcome to our community!

Did you receive any more logs before or after the error message? Can you detail the steps you did so we can try to reproduce it?

Given that the error is on sshpass I believe the problem could be related to the local network connection between your module and your host PC, or how they are configured to it.

Best regards,
Lucas Akira

Hi @lucas_a.tx ,

Did you receive any more logs before or after the error message? Can you detail the steps you did so we can try to reproduce it?

ok.
First step,I had checked torizon quick start guide page and worked it.
and then,I installed wsl2(Ubuntu22.04) and vscode(1.79.2).
I opened vscode then connected wsl2 in vscode.
After that,ApolloX(2.0.0)was added.
All that remains is to find the device from the network and debug the sample code(qt6).so I want to use a QT6

Log↓
スクリーンショット 2023-07-11 091402

After push "Debug Anyway"↓
Starting: “ssh” -T -q -p 2231 -i /home/hiroki/testqt/.conf/id_rsa -o StrictHostKeyChecking=no -o “UserKnownHostsFile /dev/null” torizon@ “/usr/bin/gdb --interpreter=mi”
“ssh” exited with code 255 (0xFF).

Regards,
Hiroki

Hi @iino ,

OK, the setup process before trying to debug looks correct.

Did you receive any more error messages from the VSCode terminal when trying to debug? I ask this because the SSH error you got is probably a result of another error. What messages do you see when you choose the ‘Show Errors’ option instead?

Best regards,
Lucas Akira

1 Like

Hi,@lucas_a.tx

I’m sorry.My device’s memory was full.I think this is the couse.
but there are other problems,so I plan to throw question.

Regards,
Hiroki.

Glad you managed to solve your issue!

Feel free to ask other questions if you have any.

In order to better organize things here in the community, I would just ask you to create a new topic if your new question is not directly related to this one. Otherwise, you can continue posting here.

Best regards,
Lucas Akira