-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Error when scanning for pictures (large library, existing cache) #415
Comments
Application Identifier: com.hardcoded-software.dupeguru Traceback (most recent call last): |
Application Identifier: com.hardcoded-software.dupeguru Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I get the same. I'm a first time dupeGuru user so I was having a little trouble figuring out what I wanted to do. I ran several scans successfully using the "Standard" type with different references. These were 32gb scans. About the third time I figured I knew what I wanted to do so I ran it again, this time using a Picture mode scan with again, changed references. I'm stuck now because I keep getting this error. I restarted and tried clearing the Picture cache but I kept the same error:
|
Additional info -- I did this again but removed all folders and restarted. Then I added back only one reference and one normal folder and ran it again but I got the same error as my comment above -- which referenced the KeyError in the same file. But that file wasn't even in the scan. So I went in yet again and set the debug mode, thinking that I would get more data to put in this ticket. After I did that, it hasn't failed yet! Go figure! |
Duplicate of issue in #439 |
Application Identifier: com.hardcoded-software.dupeguru
Application Version: 4.0.3
Mac OS X Version: Version 10.12.3 (Build 16D32)
Traceback (most recent call last):
File "build/dupeGuru.app/Contents/Resources/py/shelve.py", line 111, in getitem
KeyError: 'path:/Users/MYSELF/Pictures/Sony/2015-10-09/DSC00788.JPG'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "build/dupeGuru.app/Contents/Resources/py/cocoa/inter.py", line 259, in pulse
File "build/dupeGuru.app/Contents/Resources/py/hscommon/gui/progress_window.py", line 101, in pulse
File "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 323, in _job_error
File "build/dupeGuru.app/Contents/Resources/py/hscommon/jobprogress/performer.py", line 43, in _async_run
File "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 780, in do
File "build/dupeGuru.app/Contents/Resources/py/core/scanner.py", line 137, in get_dupe_groups
File "build/dupeGuru.app/Contents/Resources/py/core/pe/scanner.py", line 31, in _getmatches
File "build/dupeGuru.app/Contents/Resources/py/core/pe/matchblock.py", line 167, in getmatches
File "build/dupeGuru.app/Contents/Resources/py/core/pe/matchblock.py", line 65, in prepare_pictures
File "build/dupeGuru.app/Contents/Resources/py/core/pe/cache_shelve.py", line 121, in purge_outdated
File "build/dupeGuru.app/Contents/Resources/py/shelve.py", line 113, in getitem
KeyError: b'path:/Users/MYSELF/Pictures/Sony/2015-10-09/DSC00788.JPG'
The text was updated successfully, but these errors were encountered: