Open groskopf opened 1 year ago
This error occur on a fresh RaspberryPi. The error is apparently somehow related to building a new container. Same configuration is able to start(reopen) a remote devcontainer on a RaspberryP, where this has been working previously. There is no rebuild process attempted on the working RaspberryPi.
@groskopf Were you able to solve the problem?
No, the problem persist. We are several user on the same project that all has same problem.
VSCode Version: 1.83.1 Local OS Version: Ubuntu 23.04 Remote OS Version: Raspbian GNU/Linux 11 (bullseye) Remote Extension/Connection Type: Containers
I have a setup where I used to develop remotely on some RPI in a container. This has stopped to working and I cannot start the devcontainer anymore. It looks to me that the remote-containers extension is failing.
My .devcontainer/devcontainer.json file
My .vscode/settings.json
My docker file:
Logs:
Steps to Reproduce:
What is working:
I can manually ssh into target and run the docker with no problem. The docker seams to be build without problems. It is the process afterwards that fails.
I have tried:
Using ms-vscode-remote.remote-containers-0.309.0 makes the "ENOPRO: No file system provider" error message to disappear. But the "Error: stream ended with:0 but wanted:9" error is the same.
Does this issue occur when you try this locally?: N/A Does this issue occur when you try this locally and all extensions are disabled?: N/A