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

HTTP response errors are not reported to user #79

Open
achannarasappa opened this issue Feb 6, 2021 · 0 comments
Open

HTTP response errors are not reported to user #79

achannarasappa opened this issue Feb 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@achannarasappa
Copy link
Owner

Describe the bug
When there is an unexpected response with making the HTTP request retrieve quotes, the UI shows blank content with no indication as to what the problem is.

To Reproduce
Steps to reproduce the behavior:

  1. Start ticker with ticker -w AAPL --proxy "http://localhost:9999" (assuming no proxy exists at this port/host)
  2. See empty UI with no error message

Expected behavior
UI to be populated with data or an error message indicating what the problem is

Proposed solution
When there is a HTTP error response, display message in UI or exit application with error

See #59 for more information and workaround

@achannarasappa achannarasappa added the bug Something isn't working label Feb 6, 2021
@achannarasappa achannarasappa added this to the future-release milestone Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant