-
Notifications
You must be signed in to change notification settings - Fork 27
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
Micropico stopped working after version 3.6.0 on Raspberry Pi 4 running Bookworm OS (Similar to issue #159??) #188
Comments
@zopp99 Thanks for reporting. cd ~/.vscode/extensions/paulober.pico-w-go-3.7.3-linux-arm64/dist/scripts/wrapper_linux_arm64/
./wrapper_linux_arm64.bin --scan-ports |
Signed-off-by: paulober <[email protected]>
the CD works fine. And in that directory there is a .bin for wrapper_linux_arm64. However, when I execute your second command I receive the following "bash: ./wrapper_linux_arm64.bin: cannot execute: required file not found". I hope this might help. Thanks |
It does. Seems like my linux arm64 messed up the build process of the binary. The issue is fixed with hot fix v3.7.4. |
You're the best. The tool is amazingly helpful, and support is top shelf. Best Regards. |
Beginning at version 3.7.0, I no longer see Micropico 'buttons' on the bottom status bar. Executing commands directly via the command pallet briefly shows a 'activating extensions' message but nothing happens. There are no messages in the MircroPico log except for one initial line showing 'Installed stubs are already up to date!'.
I am running Raspberry Pi Bookworm on a Pi4 SBC. All update from Raspberry Pi are upplied / i.e., system is up to date.
What are the steps to reproduce this issue?
What happens?
No MicroPico 'buttons' on the bottom vscode status bar. When executing commands directly via command pallet, nothing appears to happen. No log messages are generated.
What were you expecting to happen?
MicroPico buttons should be displayed at bottom of vscode status bar. MicroPico commands should be executed.
Any logs, error output, etc?
2024-01-21 17:28:05.106 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2024-01-21 17:28:05.977 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '', root cause: vscode.git
2024-01-21 17:28:06.013 [info] ExtensionService#_doActivateExtension paulober.pico-w-go, startup: true, activationEvent: 'workspaceContains:.micropico'
2024-01-21 17:28:06.608 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: ''
2024-01-21 17:28:06.814 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2024-01-21 17:28:07.998 [error] Error: spawn /home/williamziemniak/.vscode/extensions/paulober.pico-w-go-3.7.3-linux-arm64/dist/scripts/wrapper_linux_arm64/wrapper_linux_arm64.bin ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
2024-01-21 17:28:10.823 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github'
2024-01-21 17:28:15.845 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2024-01-21 17:28:15.869 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2024-01-21 17:28:41.877 [info] ExtensionService#_doActivateExtension ms-python.python, startup: false, activationEvent: 'onLanguage:python'
2024-01-21 17:28:43.186 [info] ExtensionService#_doActivateExtension VisualStudioExptTeam.intellicode-api-usage-examples, startup: false, activationEvent: 'onLanguage:python'
2024-01-21 17:28:43.817 [info] ExtensionService#_doActivateExtension VisualStudioExptTeam.vscodeintellicode, startup: false, activationEvent: 'onLanguage:python'
2024-01-21 17:28:47.061 [info] ExtensionService#_doActivateExtension ms-python.vscode-pylance, startup: false, activationEvent: 'onLanguage:python'
Any other comments?
The symptoms are very similar to my prior bug issue #159. Perhaps the resolution can be found with issue #159. Thank you
Which version of MicroPico are you using?
version 3.7.3
Support info
The text was updated successfully, but these errors were encountered: