-
-
Notifications
You must be signed in to change notification settings - Fork 71
arduino-cli daemon issues on Arch Linux #326
Comments
I do not see any daemon-related errors in the logs. Can you please try with the latest release? Thank you! |
@kittaakos I have this problem too but on ubuntu distro in 0.1.1 version. |
@Master811129, thanks for the heads-up; it seems you have a different issue. Please try to change the execution rights of the bundled CLI with:
Let us know how it went. |
@groowyCZ, I am sure the problem is that you're are using the previous version of the IDE and a newer version of the CLI from your From #326 (comment):
They're incompatible with each other; the gRPC APIs can still change. We removed the CLI support from the |
Thank you now it can run the daemon |
Thanks for the update! How did you unpack the zip? I have to check whether we lost the execution rights on Linux. |
@kittaakos could you please tell me how can i fix that issues. |
I think this problem is the same as #213 (comment). Let us know if it did not help. |
I have checked the execution rights, and they seem correct.
Please use I believe all questions have been addressed here. I am going to close this issue. Please let me know if I have overlooked something, and will reopen this or create a follow-up. Thanks! |
@kittaakos |
Thank you for getting back us with the update, @Master811129! I truly appreciate your help with this project. Please feel free to name me on any issues. |
Describe the bug
IDE isn't able to connect to the CLI daemon.
To Reproduce
Open Arduino Pro IDE
Expected behavior
Arduino Pro IDE connects to CLI daemon
Log
Desktop (please complete the following information):
Additional context
I tried completely reinstalling the Arduino Pro IDE from the AUR provided by
yay
(arduino-pro-ide version 0.0.6-1) which didn't result in any change of behavior and I'm suspecting that the daemon is stopped by the error listed in the log but I'm not sure what is causing it because when I list the directory/tmp/ino2cpp-686848847
it returnsIR_test.ino IR_test.ino.cpp
which leads me to believe that the arduino-cli wants to access the files before they are created. Feel free to correct me because I don't have any idea what's going on and more importantly why is it going on.The text was updated successfully, but these errors were encountered: