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

Better failure logging when loading initial data #169

Open
rolandgeider opened this issue May 20, 2022 · 3 comments
Open

Better failure logging when loading initial data #169

rolandgeider opened this issue May 20, 2022 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@rolandgeider
Copy link
Member

At the moment, if one of the requests/steps in _loadEntries() in home_tabs_screen.dart throws some exception (perhaps because some API response is not what was expected), the error is silently ignored. This causes the app to seemingly load correctly, but shows an empty dashboard

@rolandgeider
Copy link
Member Author

See e.g. #168

@rolandgeider rolandgeider added the bug Something isn't working label Oct 6, 2022
@rolandgeider rolandgeider added the good first issue Good for newcomers label Oct 15, 2023
@watcher6280 watcher6280 mentioned this issue Jan 24, 2024
5 tasks
@watcher6280
Copy link

@rolandgeider while not a fix for this bug, I added a PR that I think can help towards better logging it. Let me know your thoughts if you get some time.

@Dieterbe
Copy link
Contributor

Dieterbe commented May 7, 2024

I believe the logging aspect of this was addressed in aecbcfe and 68f0ad4 , but we still have the issue of how we communicate failures back to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants