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

"Database is locked", possibly related to multiple instances #1263

Open
TomArrow opened this issue Nov 23, 2024 · 0 comments
Open

"Database is locked", possibly related to multiple instances #1263

TomArrow opened this issue Nov 23, 2024 · 0 comments
Labels
bug Bug reports.

Comments

@TomArrow
Copy link

TomArrow commented Nov 23, 2024

Describe the bug
After "matches found" progress, before showing results, this error appears in an error window:

Version: 4.3.1
Python: 3.8.13
Operating System: Windows-10-10.0.19045-SP0

Traceback (most recent call last):
  File "hscommon\gui\progress_window.py", line 111, in pulse
  File "core\app.py", line 300, in _job_completed
  File "core\fs.py", line 176, in commit
sqlite3.OperationalError: database is locked

To Reproduce
Steps to reproduce the behavior:
Not sure exactly but what I did:

  1. Open dupeguru. Multiple reference folders, multiple normal folders. Start analysis.
  2. Open second instance of dupeguru. Have local reference folder and normal folders on network. Start analysis.
  3. Analysis of the first instance is done and the error appears. Second keeps running. The first instance still shows the window with the folders but no results.

Expected behavior
Show the results.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Win 10 Pro
  • Version 4.3.1

Additional context
Add any other context about the problem here. You may include the debug log although it is normally best to attach it as a file.

Version: 4.3.1
Python: 3.8.13
Operating System: Windows-10-10.0.19045-SP0

Traceback (most recent call last):
  File "hscommon\gui\progress_window.py", line 111, in pulse
  File "core\app.py", line 300, in _job_completed
  File "core\fs.py", line 176, in commit
sqlite3.OperationalError: database is locked
@TomArrow TomArrow added the bug Bug reports. label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

1 participant