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

Error Report, after deleting the last few files #339

Closed
armarti opened this issue Dec 30, 2015 · 3 comments
Closed

Error Report, after deleting the last few files #339

armarti opened this issue Dec 30, 2015 · 3 comments
Labels
bug Bug reports.

Comments

@armarti
Copy link

armarti commented Dec 30, 2015

FIRST ERROR POPUP:

Application Name: dupeGuru Music Edition
Version: 6.8.1

Traceback (most recent call last):
  File "/usr/share/dupeguru_me/qtlib/table.py", line 85, in data
    return self._getData(row, column, role)
  File "/usr/share/dupeguru_me/qt/base/results_model.py", line 35, in _getData
    elif row.is_cell_delta(column.name):
  File "/usr/share/dupeguru_me/core/gui/result_table.py", line 43, in is_cell_delta
    ref_info = self._group.ref.get_display_info(group=self._group, delta=False)
AttributeError: 'NoneType' object has no attribute 'get_display_info'

SECOND ERROR POPUP:

Application Name: dupeGuru Music Edition
Version: 6.8.1

Traceback (most recent call last):
  File "/usr/share/dupeguru_me/qtlib/table.py", line 83, in data
    row = self.model[index.row()]
  File "/usr/share/dupeguru_me/hscommon/gui/table.py", line 42, in __getitem__
    return self._rows.__getitem__(key)
IndexError: list index out of range

THIRD ERROR POPUP:

Application Name: dupeGuru Music Edition
Version: 6.8.1

Traceback (most recent call last):
  File "/usr/share/dupeguru_me/qtlib/table.py", line 83, in data
    row = self.model[index.row()]
  File "/usr/share/dupeguru_me/hscommon/gui/table.py", line 42, in __getitem__
    return self._rows.__getitem__(key)
IndexError: list index out of range

FOURTH:

Application Name: dupeGuru Music Edition
Version: 6.8.1

Traceback (most recent call last):
  File "/usr/share/dupeguru_me/qtlib/table.py", line 83, in data
    row = self.model[index.row()]
  File "/usr/share/dupeguru_me/hscommon/gui/table.py", line 42, in __getitem__
    return self._rows.__getitem__(key)
IndexError: list index out of range

There were a fifth and sixth but I didn't get them.

Great apps!

-- David

@ghost ghost added the bug Bug reports. label Jan 2, 2016
@ghost
Copy link

ghost commented Jan 2, 2016

Might be related to #309, but maybe not. All errors seem to be byproducts of the first crash of the list.

@smileleaf
Copy link

I compared between location A (Ref) and Location B. Then I deleted files from location B without problems. I then copied other files to location B (on the same run, meaning I didn't close the software). Deleted the second matches but then got this message (the files are deleted):

Application Name: dupeGuru
Version: 3.9.1

Traceback (most recent call last):
File "C:\src\dupeguru\qtlib\table.py", line 85, in data
File "C:\src\dupeguru\qt\base\results_model.py", line 35, in _getData
File "C:\src\dupeguru\core\gui\result_table.py", line 43, in is_cell_delta
AttributeError: 'NoneType' object has no attribute 'get_display_info'

@arsenetar
Copy link
Owner

This should be a duplicate error that has been fixed in #905, recommend using the latest version at this point.

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

2 participants