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

AttributeError: 'ComboboxModel' object has no attribute 'reset' #254

Closed
net127 opened this issue Jun 21, 2014 · 3 comments
Closed

AttributeError: 'ComboboxModel' object has no attribute 'reset' #254

net127 opened this issue Jun 21, 2014 · 3 comments
Labels
bug Bug reports.

Comments

@net127
Copy link

net127 commented Jun 21, 2014

Scanned music library (One Folder, "Normal"). Clicked "Re-prioritize Results..."

Got:

Application Name: dupeGuru Music Edition
Version: 6.8.0

Traceback (most recent call last):
File "/usr/share/dupeguru_me/qt/base/result_window.py", line 275, in reprioritizeTriggered
dlg = PrioritizeDialog(self, self.app)
File "/usr/share/dupeguru_me/qt/base/prioritize_dialog.py", line 60, in init
self.categoryList = ComboboxModel(model=self.model.category_list, view=self.categoryCombobox)
File "/usr/share/dupeguru_me/qtlib/selectable_list.py", line 53, in init
super().init(model, view, **kwargs)
File "/usr/share/dupeguru_me/qtlib/selectable_list.py", line 18, in init
self.model.view = self
File "/usr/share/dupeguru_me/hscommon/gui/base.py", line 68, in view
self._view_updated()
File "/usr/share/dupeguru_me/hscommon/gui/selectable_list.py", line 194, in _view_updated
self.view.refresh()
File "/usr/share/dupeguru_me/qtlib/selectable_list.py", line 44, in refresh
self.reset()
AttributeError: 'ComboboxModel' object has no attribute 'reset'

@ghost ghost added bug labels Jun 21, 2014
@net127 net127 changed the title Crash: AttributeError: 'ComboboxModel' object has no attribute 'reset' AttributeError: 'ComboboxModel' object has no attribute 'reset' Jun 21, 2014
@net127
Copy link
Author

net127 commented Jun 21, 2014

This error is repeatable. (ie, I tried it again and got the same error.)

@ghost ghost added accepted and removed thinking labels Jun 22, 2014
@ghost
Copy link

ghost commented Jun 22, 2014

I can reproduce the bug as well, happens all the time. Result of incomplete testing during the transition to qt5.

@ghost
Copy link

ghost commented Jun 22, 2014

Thanks for the bug report, by the way :)

@ghost ghost closed this as completed in 9e9e73a Jul 1, 2014
@ghost ghost mentioned this issue Jul 20, 2014
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

1 participant