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

Bug: better error handling for app #128

Open
JamesHWade opened this issue Jul 9, 2023 · 1 comment
Open

Bug: better error handling for app #128

JamesHWade opened this issue Jul 9, 2023 · 1 comment
Labels
bug an unexpected problem or unintended behavior

Comments

@JamesHWade
Copy link
Collaborator

When an API is unsuccessful, the current implementation in the app doesn't alert the user. This is confusing because the user doesn't know if they should keep waiting. Better error handling for these cases would be a better user experience.

@JamesHWade JamesHWade added the bug an unexpected problem or unintended behavior label Jul 9, 2023
@calderonsamuel
Copy link
Collaborator

I think this inherits the lack of focus in error handling in the standard request api model #111 . I've had some failed requests but I don't think the logs show error messages or warnings since v0.3.0. We need to adjust our tests and might even need to start testing in Github Actions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants