Skip to content
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

BasicOTA upload button remain disabled after successfully uploading code. #8684

Closed
MorgothCreator opened this issue Oct 9, 2022 · 2 comments

Comments

@MorgothCreator
Copy link

MacOSX 12.6, Arduino IDE 2.0.0

Everything is working OK except after uploading the code Arduino IDE still is showing the message "Uploading......" and upload button remain disabled.

The target board is reseting as desired and run the new code.

The only workaround is to close Arduino IDE and reopening it, annoying as hell :)

@mcspr
Copy link
Collaborator

mcspr commented Oct 10, 2022

Does not look like it is from our side, IDE interface is not under our jurisdiction :)
arduino/arduino-ide#1356
https://github.com/arduino/arduino-ide/blob/6f077173693cdfd1ed2a65a5754f05b4fcca8ac6/arduino-ide-extension/src/browser/contributions/upload-sketch.ts#L137-L147

I'd subscribe to that issue instead and try to find what should trigger Uploading... notification removal in the IDE code. If it is something in our tooling exit codes / stdout / etc. we could fix that. Until then, closing in favour of the upstream issue

@mcspr mcspr closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2022
@Jens869
Copy link

Jens869 commented Oct 11, 2022

Or just use a timeout. If the upload is not finished after 1 minutes, then it either failed or finished.
When the button becomes activatable again, the user can try again. Or use a cable.
If the button remains grey, only the sketch can be closed and open again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants