Crash during sorting
Reported by Virgil Dupras | January 14th, 2010 @ 01:15 PM
Application Identifier: com.hardcoded_software.dupeguru
Application Version: 2.9.0
Traceback (most recent call last):
File "/Applications/dupeGuru.app/Contents/Resources/dg_cocoa.plugin/Contents/Resources/dg_cocoa.py", line 126, in sortGroupsBy_ascending_
File "dupeguru/app_cocoa.pyc", line 214, in sort_groups
File "dupeguru/results.pyc", line 305, in sort_groups
File "dupeguru/results.pyc", line 305, in <lambda>
File "dupeguru_se/data.pyc", line 72, in GetGroupSortKey
File "dupeguru/fs.pyc", line 83, in __getattr__
AttributeError
Relevant Console logs:
Dec 31 18:14:50 michael-ryans-macbook-pro [0x0-0xfe0fe].com.hardcoded_software.dupeguru_me[2982]: "disk3" unmounted.
Dec 31 18:14:50 michael-ryans-macbook-pro [0x0-0xfe0fe].com.hardcoded_software.dupeguru_me[2982]: "disk3" ejected.
Dec 31 18:28:45 michael-ryans-macbook-pro [0x0-0x104104].com.hardcoded_software.dupeguru[3017]: /Applications/dupeGuru.app/Contents/Resources/dg_cocoa.plugin/Contents/Resources/lib/python2.6/site-packages.zip/dupeguru/engine.py:220: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
Comments and changes to this ticket
-
Virgil Dupras January 14th, 2010 @ 01:23 PM
There's another similar one, not sure if it belongs to the same ticket:
Application Identifier: com.hardcoded_software.dupeguru_me Application Version: 5.6.6 Traceback (most recent call last): File "/Applications/dupeGuru ME.app/Contents/Resources/dg_cocoa.plugin/Contents/Resources/dg_cocoa.py", line 130, in sortDupesBy_ascending_ File "dupeguru/app_cocoa.pyc", line 222, in sort_dupes File "dupeguru/results.pyc", line 299, in sort_dupes File "dupeguru/results.pyc", line 299, in <lambda> File "dupeguru/data_me.pyc", line 91, in GetDupeSortKey AttributeError: 'NoneType' object has no attribute 'duration'
-
Virgil Dupras February 4th, 2010 @ 06:49 PM
- State changed from new to accepted
Oh! The first one is simply when trying to sort the Word Used column after a content scan.
-
Virgil Dupras February 5th, 2010 @ 05:46 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras February 5th, 2010 @ 05:47 PM
- State changed from accepted to fixed
(from [6f8960ee61cb]) [#85 state:fixed] Fixed crash when sorting by Words Used after a Contents scan. http://bitbucket.org/hsoft/dupeguru/changeset/6f8960ee61cb/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 86 Crash in GetOutlineViewValues At first, I thought it was related to #85, but it looks m...
- 85 Crash during sorting (from [6f8960ee61cb]) [#85 state:fixed] Fixed crash when ...