You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open dupeguru. Multiple reference folders, multiple normal folders. Start analysis.
Open second instance of dupeguru. Have local reference folder and normal folders on network. Start analysis.
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
The text was updated successfully, but these errors were encountered:
Describe the bug
After "matches found" progress, before showing results, this error appears in an error window:
To Reproduce
Steps to reproduce the behavior:
Not sure exactly but what I did:
Expected behavior
Show the results.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: