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

Handle the "DatabaseError: database disk image is malformed" error #7628

Merged
merged 24 commits into from
Nov 23, 2023

Fix Tribler UI starting when Core re-connects

5c52cb1
Select commit
Loading
Failed to load commit list.
Merged

Handle the "DatabaseError: database disk image is malformed" error #7628

Fix Tribler UI starting when Core re-connects
5c52cb1
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Nov 23, 2023 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
           

Complexity increasing per file
==============================
- src/tribler/core/utilities/db_corruption_handling/tests/test_sqlite_replacement.py  5
- src/tribler/core/utilities/db_corruption_handling/base.py  3
- src/tribler/core/utilities/db_corruption_handling/tests/conftest.py  1
- src/tribler/core/utilities/db_corruption_handling/sqlite_replacement.py  2
- src/tribler/core/utilities/db_corruption_handling/tests/test_base.py  4
- src/tribler/core/utilities/tests/test_pony_utils.py  1
- src/tribler/core/components/reporter/exception_handler.py  1
- src/tribler/core/upgrade/db8_to_db10.py  1
- src/tribler/core/utilities/pony_utils.py  2
         

See the complete overview on Codacy