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

Application on index page will not load, if something in 'site.db' is wrong #10

Open
ChristianLutzCL opened this issue Sep 11, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers wontfix This will not be worked on

Comments

@ChristianLutzCL
Copy link
Owner

Describe the bug
After setup or if you create a new database file (site.db), the application won't work.

To Reproduce
Steps to reproduce the behavior:

  1. Setup project or regenerate site.db file
  2. Run application
  3. Open website and see the error

Expected behavior
Index page should display without any checked websites

Additional context
The solution to this problem is already known.
The main route queries trough the database without checking if there is something in the database.
A simple check for the case of an empty table would solve this problem.

@ChristianLutzCL ChristianLutzCL added bug Something isn't working good first issue Good for newcomers labels Sep 11, 2019
@ChristianLutzCL ChristianLutzCL added the wontfix This will not be worked on label May 13, 2022
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 wontfix This will not be worked on
Projects
General ToDo's
  
Awaiting triage
Development

No branches or pull requests

1 participant