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

Add error processing for download-but-nothing-happens condition #32

Closed
PropGit opened this issue Feb 8, 2017 · 2 comments
Closed

Add error processing for download-but-nothing-happens condition #32

PropGit opened this issue Feb 8, 2017 · 2 comments

Comments

@PropGit
Copy link

PropGit commented Feb 8, 2017

Today Jim found code that seems to be directly involved with the download-successful-but-nothing-happens condition reported on occasion by some customers.

Add exception handling and error processing to this code.

If possible now, add a fix to prevent the erroneous condition in the first place.

@zfi
Copy link

zfi commented Feb 9, 2017

The loader code would occasionally throw an uncaught exception after downloading the .elf file from the Cloud Session server. The UI would report that the code was successfully downloaded but it would never complete the messages that would normally appear after the target device was programmed.

The latest code (0.5.1) traps these errors and reports it back up the stack. We still need an update to the UI to report this to the user.

@PropGit
Copy link
Author

PropGit commented Feb 16, 2017

Created Issue #53 for UI portion of this task. Logging it working; closing this issue now.

@PropGit PropGit closed this as completed Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants