We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems to happen randomly while surfing through a channel's content.
[tribler-gui PID:72884] 2023-03-15 15:37:17,099 - ERROR <error_handler:40> ErrorHandler.gui_error(): Traceback (most recent call last): File "/Users/drew2a/Projects/github.com/Tribler/tribler/src/tribler/gui/widgets/tablecontentmodel.py", line 549, in data return self.item_txt(index, role, is_editing=(role == Qt.EditRole)) File "/Users/drew2a/Projects/github.com/Tribler/tribler/src/tribler/gui/widgets/tablecontentmodel.py", line 538, in item_txt return f'{item["infohash"][:8]}' KeyError: 'infohash'
The text was updated successfully, but these errors were encountered:
The exception raises in the code introduced in #7313
tribler/src/tribler/gui/widgets/tablecontentmodel.py
Lines 537 to 538 in a916400
Sorry, something went wrong.
Fixes Tribler#7321 KeyError while surfing through a channel's content
2e63b64
ddd28f1
5a4a3e0
6e62b83
Merge pull request #7323 from kozlovsky/fix/7321_tooltip_key_error
a0f991d
Fixes #7321 KeyError while surfing through a channel's content
kozlovsky
Successfully merging a pull request may close this issue.
It seems to happen randomly while surfing through a channel's content.
The text was updated successfully, but these errors were encountered: