-
Notifications
You must be signed in to change notification settings - Fork 228
After clicking "verify", the info "verifying" keeps showing w/o more hints #137
Comments
This is #141 Agree if this happens, e.g. arduino_debug exits without finishing something should be reported though. |
Any updates? @yaohaizh |
This is the same issue of the upload error of timeout? I think we should set the default arduino.logLevel to verbose for better diagnostic. |
After further investigation, this turns out to be the default behavior of Arduino IDE. When using the default log level 'info', Arduino does not print that many logs. In our case, the 'Timeout' logs are invisible due to this. So you see the build process hanging but it's actually running. |
We may wait to see what arduino-cli can provide improvements on this. |
@mybayern1974 have you got this issue solved? |
I was using the provided app.ino. As a beginner,I'm puzzled and don't know whether things are correct or failed when seeing the "Verifying" info keep showing w/o any more hints. Attached the screenshot.
The text was updated successfully, but these errors were encountered: