You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Arduino Pro IDE ( 0.0.2 )shows this error at startup:
"Editor support may be inaccurate because the core for the board arduino:avr:uno is not installed. Use the Boards Manager to install it."
Running from command line, I see this error when the IDE tries to start arduino-cli:
root INFO Error: Command failed: "C:\mybin\arduino-pro-ide-0.0.2-alpha.preview-windows\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe" daemon -v --log-level info --format json --log-format json
2019/11/10 16:34:29 failed to listen: listen tcp :50051: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
at ChildProcess.exithandler (child_process.js:299:12)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Socket.stream.socket.on (internal/child_process.js:381:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close (net.js:606:12)
daemon INFO <<< The 'arduino-cli' daemon is up an running.
Running ProIDE or directly Arduino-cli as administrator does not solve the issue.