Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

After clicking "verify", the info "verifying" keeps showing w/o more hints #137

Closed
mybayern1974 opened this issue Mar 14, 2017 · 7 comments

Comments

@mybayern1974
Copy link

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.
keep_verifying

@robotdad
Copy link
Member

This is #141

Agree if this happens, e.g. arduino_debug exits without finishing something should be reported though.

@akaroml akaroml modified the milestones: Sprint 5, On Deck Apr 10, 2017
@akaroml
Copy link
Member

akaroml commented Apr 10, 2017

Any updates? @yaohaizh

@yaohaizh
Copy link
Contributor

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.

@akaroml
Copy link
Member

akaroml commented Apr 11, 2017

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.
One way to improve this is to turn on the verbose log level by default. But that would introduce lots of noise. It not a blocking issue for the first release so I put it in the next release to revisit.

@liydu liydu added arduino-cli and removed external labels Feb 9, 2018
@liydu
Copy link

liydu commented Feb 9, 2018

We may wait to see what arduino-cli can provide improvements on this.

@czgtest
Copy link
Contributor

czgtest commented Mar 7, 2018

@mybayern1974 have you got this issue solved?

@czgtest
Copy link
Contributor

czgtest commented May 14, 2018

After click "verify", user can see the status of tool bar :"Arduino:Verifing"

image

@czgtest czgtest closed this as completed May 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants