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
According to this comment, the hard-coded port is excluded on Windows when Hyper-V is installed, so clients cannot connect to the running daemon.
failed to listen: listen tcp :50051: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Would it be possible to give the desired daemon port as an argument to the CLI? We could let the OS pick a random, available port for us, and we could connect to it. Thoughts?
Expected behavior
Environment
CLI version (output of arduino-cli version):
OS and platform:
Additional context
The text was updated successfully, but these errors were encountered:
Bug ReportFeature request/ProposalCurrent behavior
Currently, the port for the CLI daemon is always:
arduino-cli/cli/daemon/daemon.go
Line 37 in ef6463b
According to this comment, the hard-coded port is excluded on Windows when Hyper-V is installed, so clients cannot connect to the running daemon.
Would it be possible to give the desired daemon port as an argument to the CLI? We could let the OS pick a random, available port for us, and we could connect to it. Thoughts?
Expected behavior
Environment
arduino-cli version
):Additional context
The text was updated successfully, but these errors were encountered: