-
-
Notifications
You must be signed in to change notification settings - Fork 419
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: 'NoneType' object has no attribute 'get_display_info' #863
Comments
Thanks for the report!
This is not very clear. |
"remove selected from Results" and "Remove marked from results" work just fine but deleting the files directly seems to be the issue. I guess its the filename since it only happens with files containing an underdash? |
I really doubt underscore characters are the problem here. When you say "delete files directly" (and selecting all with CTRL+A), do you mean removing the file via your file manager instead of from inside Dupeguru? |
No, I mean selecting the "directly delete all files" from inside dupeguru. |
In the latest 4.1.1, I can reproduce this traceback with the following steps:
Observed behavior: The "All marked files were successfully sent to Trash" window appears, but behind it an Error Report window appears with this information:
Also at this time, in the terminal window where I started dupeGuru with "make run", this warning appears: |
@mikemorr thanks for the report, I can indeed reproduce. However, there is no need to check "directly delete files". Still unsure if this is directly related to the original issue here, since moartea50 did not mention anything about these steps. |
Application Name: dupeGuru
Version: 4.1.0
Traceback (most recent call last):
File "qtlib\table.py", line 104, in data
File "qt\results_model.py", line 43, in _getData
File "core\gui\result_table.py", line 44, in is_cell_delta
AttributeError: 'NoneType' object has no attribute 'get_display_info'
I used ctrl+a to select duplicates and deleted them directly and this error popped up.
The text was updated successfully, but these errors were encountered: