-
-
Notifications
You must be signed in to change notification settings - Fork 403
Running command Together uses same port #1347
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
Comments
Interesting. Does this happen only when one of the boards is an |
It looks a bit like esptool.py is using the wrong port somehow, I wonder how that configures the port to use. Maybe it uses some global config file instead of a commandline option for some reason? @TravisDavis-ops, could you post verbose output of both commands? i.e. add Also, are you running both commands at the same time? Or does the problem also occur when you run them after each other? |
im running them back to back in fish using ; 's |
Does it happen with |
I'm still not sure I understand the problem entirely. In your gist, I see a reader and writer log, I suspect this is the output you redirected to a file? What about your arduino-cli.log, is that log output from both arduino-cli runs? Looking at the output, I see a couple (more than two) of Maybe you can show the exact command you ran, including any redirections or other info that helps us understand how your log output was made? In any case, IIUC, the |
Made sure to clean up before running. This time grabed stderr as well. *update |
Bug Report
Current behavior
when I do
command 2 use command 1's port
Expected behavior
upload board 1
upload board 2
Environment
arduino-cli version
)arduino-cli alpha Version: 0.18.3-arch Commit: d710b64 Date:
Additional context
Full Output
logs gist
The text was updated successfully, but these errors were encountered: