Skip to content

User-unfriendly error message that could be made simpler #3350

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

Closed
Avamander opened this issue Jun 16, 2015 · 1 comment
Closed

User-unfriendly error message that could be made simpler #3350

Avamander opened this issue Jun 16, 2015 · 1 comment
Assignees
Labels
Component: IDE The Arduino IDE
Milestone

Comments

@Avamander
Copy link
Contributor

Arduino: 1.6.6 Hourly Build 2015/06/16 04:29 (Linux), Board: "Arduino Nano, ATmega328"

avrdude: ser_open(): can't open device "/dev/ttyUSB2": No such file or directory
ioctl("TIOCMGET"): Inappropriate ioctl for device

Could be just replaced with "Failed to find device at "/dev/ttyUSB2" ". Also, avrdude error message does not begin with a new line, it is printed on top of previous message bytes.avrdude.

@ffissore
Copy link
Contributor

Actually, that error message may mean lots of different things and we can't change it so easily. As for the missing new line, it's caused by a buggy handling of the output we hope to fix for 1.6.6. Also see #2680 and #2798

@ffissore ffissore added the Component: IDE The Arduino IDE label Jun 17, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Jun 17, 2015
@ffissore ffissore self-assigned this Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE
Projects
None yet
Development

No branches or pull requests

2 participants