Skip to content
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

Loading results issue #380

Closed
racemus opened this issue Jul 21, 2016 · 6 comments
Closed

Loading results issue #380

racemus opened this issue Jul 21, 2016 · 6 comments
Labels
bug Bug reports.

Comments

@racemus
Copy link

racemus commented Jul 21, 2016

Can't load saved results. Here is traceback:

Application Identifier: com.hardcoded-software.dupeguru
Application Version: 4.0.0
Mac OS X Version: Version 10.11.6 (Build 15G31)

Traceback (most recent call last):
  File "build/dupeGuru.app/Contents/Resources/py/cocoa/inter.py", line 205, in selectRows_
  File "build/dupeGuru.app/Contents/Resources/py/hscommon/gui/selectable_list.py", line 61, in select
  File "build/dupeGuru.app/Contents/Resources/py/core/gui/result_table.py", line 99, in _update_selection
  File "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 337, in _select_dupes
  File "build/dupeGuru.app/Contents/Resources/py/hscommon/notify.py", line 33, in notify
  File "build/dupeGuru.app/Contents/Resources/py/hscommon/notify.py", line 72, in dispatch
  File "build/dupeGuru.app/Contents/Resources/py/core/gui/details_panel.py", line 47, in dupes_selected
AttributeError: 'NoneType' object has no attribute 'refresh'
@ghost ghost self-assigned this Jul 21, 2016
@ghost
Copy link

ghost commented Jul 21, 2016

Thanks for your bug report. I'll look into it.

@ghost ghost added the bug Bug reports. label Jul 21, 2016
@sijnak
Copy link

sijnak commented Aug 6, 2016

I just got the same error.

for information, I just got an update of dupeguru to 4.0.0 but the results were generated by an older version.

And thanks for the awesome piece of software !

@dburwitz
Copy link

dburwitz commented Aug 7, 2016

Same error and callstack, trying to load results from same version.

Nevertheless, very useful software.

@sheykandi
Copy link

sheykandi commented Aug 9, 2016

Same issue here!
Trying to load results recently generated with same version of Dupeguru.

Application Identifier: com.hardcoded-software.dupeguru
Application Version: 4.0.0
Mac OS X Version: Version 10.11.6 (Build 15G31)

Traceback (most recent call last):
  File "build/dupeGuru.app/Contents/Resources/py/cocoa/inter.py", line 205, in selectRows_
  File "build/dupeGuru.app/Contents/Resources/py/hscommon/gui/selectable_list.py", line 61, in select
  File "build/dupeGuru.app/Contents/Resources/py/core/gui/result_table.py", line 99, in _update_selection
  File "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 337, in _select_dupes
  File "build/dupeGuru.app/Contents/Resources/py/hscommon/notify.py", line 33, in notify
  File "build/dupeGuru.app/Contents/Resources/py/hscommon/notify.py", line 72, in dispatch
  File "build/dupeGuru.app/Contents/Resources/py/core/gui/details_panel.py", line 47, in dupes_selected
AttributeError: 'NoneType' object has no attribute 'refresh'

Thanks for checking!

@andymation
Copy link

Same error here:Application Identifier: com.hardcoded-software.dupeguru
Application Version: 4.0.0
Mac OS X Version: Version 10.10.5 (Build 14F1808)

Traceback (most recent call last):
File "build/dupeGuru.app/Contents/Resources/py/cocoa/inter.py", line 205, in selectRows_
File "build/dupeGuru.app/Contents/Resources/py/hscommon/gui/selectable_list.py", line 61, in select
File "build/dupeGuru.app/Contents/Resources/py/core/gui/result_table.py", line 99, in _update_selection
File "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 337, in _select_dupes
File "build/dupeGuru.app/Contents/Resources/py/hscommon/notify.py", line 33, in notify
File "build/dupeGuru.app/Contents/Resources/py/hscommon/notify.py", line 72, in dispatch
File "build/dupeGuru.app/Contents/Resources/py/core/gui/details_panel.py", line 47, in dupes_selected
AttributeError: 'NoneType' object has no attribute 'refresh'

@ghost ghost closed this as completed in 28d2aa8 Aug 15, 2016
@sheykandi
Copy link

Confirmed! With v4.0.1 this issue has been fixed.
Great job, guys!
Thanks a lot!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

5 participants