Crash in GetOutlineViewValues
Reported by Virgil Dupras | January 14th, 2010 @ 01:18 PM
Application Identifier: com.hardcoded_software.dupeguru
Application Version: 2.9.0
Traceback (most recent call last):
File "/Users/ralffourmont/Desktop/dupeGuru.app/Contents/Resources/dg_cocoa.plugin/Contents/Resources/dg_cocoa.py", line 151, in getOutlineView_valuesForIndexes_
File "dupeguru/app_cocoa.pyc", line 258, in GetOutlineViewValues
AttributeError: 'NoneType' object has no attribute 'ref'
Comments and changes to this ticket
-
Virgil Dupras February 5th, 2010 @ 02:35 PM
So, somehow, a None values slips in the results... A similar crash would be this one:
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'
At first, I thought it was related to #85, but it looks more related to this one.
-
Virgil Dupras February 5th, 2010 @ 02:36 PM
- State changed from new to accepted
-
Virgil Dupras February 5th, 2010 @ 04:16 PM
Was a dupe to #44 which has been closed. Man, where do these errors come from?
-
Virgil Dupras February 5th, 2010 @ 06:05 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras February 5th, 2010 @ 06:16 PM
- State changed from accepted to fixed
(from [ab9f68175bf3]) [#86 state:fixed] Fixed a crash in GetOutlineViewValues. http://bitbucket.org/hsoft/dupeguru/changeset/ab9f68175bf3/
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
Referenced by
- 44 [recycle_dupe] - AttributeError: 'NoneType' object has no attribute 'path' #86 is a dupe to this ticket, I'll close this one...
- 86 Crash in GetOutlineViewValues (from [ab9f68175bf3]) [#86 state:fixed] Fixed a crash in ...