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

Improve crawling error reporting #23

Open
christophfriedrich opened this issue Apr 4, 2019 · 1 comment
Open

Improve crawling error reporting #23

christophfriedrich opened this issue Apr 4, 2019 · 1 comment

Comments

@christophfriedrich
Copy link
Collaborator

When data is old, this can be for several reasons:

  • the refresh of a resource didn't succeed because
    • the backend was offline
    • the Hub didn't understand the backend's (invalid) response
  • the crawling wasn't performed as scheduled
  • the database was not reachable
  • ...

Currently, the only error reporting is:

  • the crawl script outputs to the console
  • the frontend renders warning notices like this:

grafik

The user should receive better error messages for the different cases.

Also see #13.

@m-mohr m-mohr added this to the v1.0 milestone Aug 16, 2019
@christophfriedrich
Copy link
Collaborator Author

In the meantime, crawling error reporting was massively improved as a side-effect of the normal development process. Especially in the commits that lead to the v0.5 release, e.g. f013bb1. So when this issue comes onto the agenda again, the current status should be re-assessed.

christophfriedrich referenced this issue Jun 17, 2020
Make more information available to the user even when not using verbose mode (because the verbose mode is VERY verbose)
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