-
-
Notifications
You must be signed in to change notification settings - Fork 416
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 scanning picture contents on macOS Sierra #402
Comments
Similar problem - worked once, but not again after pruning some subfolders and re-arranging others 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): |
Same problem. Traceback (most recent call last): |
I haven't spent a lot of time on this, but it isn't trivial to reproduce. A workaround would be easy to implement, but it would be better to find reliable steps to reproduce first. |
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): |
Same problem here. Worked the first time but now it won't work. Tried reinstalling, no go. 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): |
These errors are probably all duplicates of #439, which should normally be fixed in v4.0.4. |
Application Identifier: com.hardcoded-software.dupeguru
Application Version: 4.0.3
Mac OS X Version: Version 10.12.2 (Build 16C67)
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 129, in purge_outdated
File "build/dupeGuru.app/Contents/Resources/py/core/pe/cache_shelve.py", line 47, in delitem
File "build/dupeGuru.app/Contents/Resources/py/shelve.py", line 128, in delitem
KeyError: b'id:34821'
It does this whenever I add a folder then attempt to do a contents picture scan. It seems to be a 100% failure rate for me right now, but it did work somewhat recently so it's possible the most recent Sierra update broke something.
The text was updated successfully, but these errors were encountered: