After permission denied error on serial port, still says "uploading" and "done uploading" #2286
Open
3 tasks done
Labels
type: imperfection
Perceived defect in any part of project
Describe the problem
I have connected a Sparkfun ESP8266 Thing Dev board, which apparently is connected to
/dev/ttyUSB0
.The documentation says you need to add yourself to the
dialout
group (and then log out and log in). I tried that, but I got an error saying thedialout
group doesn't exist. In other forums I read you need to belong to the grouptty
, so I tried that and logged out and in.Still, I get the permission denied error when uploading a sketch. But this report is not about the error per se, it's about the fact that I get the permission denied error in the console, and yet, after that, I also get a progress bar on the bottom right that says "Uploading" and lasts for several seconds, and after that, a balloon that says "Done uploading", with an "i" icon and no error sign, which looks exactly like it has successfully finished uploading. And the sketch definitely hasn't been uploaded.
To reproduce
Upload a sketch
Expected behavior
Either there is an error writing to the port or there isn't.
If there is an error (e.g. Permission Denied), then I should see the error message, and I should not see a message that says "Done uploading".
If I see a message at the very end that says "Done uploading", then it should mean that it has succesfully uploaded the sketch.
Arduino IDE version
2.2.1
Operating system
Linux
Operating system version
Manjaro Linux
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: