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

index out of range error by selecting torrents on the downloads page #7646

Closed
qstokkink opened this issue Oct 25, 2023 · 1 comment · Fixed by #7661
Closed

index out of range error by selecting torrents on the downloads page #7646

qstokkink opened this issue Oct 25, 2023 · 1 comment · Fixed by #7661
Assignees

Comments

@qstokkink
Copy link
Contributor

When on the downloads page, keeping the "Files" tab open, you can generate errors by simply successively clicking on different downloads.

state
error

The stack trace is as follows:

index out of range
Traceback (most recent call last):
  File "/home/quinten/Documents/tribler/src/tribler/gui/network/request.py", line 114, in on_finished
    self._handle_http_response(status_code)
  File "/home/quinten/Documents/tribler/src/tribler/gui/network/request.py", line 156, in _handle_http_response
    raise Warning(text)
Warning: An error occurred during the request "PATCH http://localhost:32919/downloads/9eca33223c8b37b7b0ec44355e1abfb812fd43f9":

The torrents are:

@drew2a drew2a self-assigned this Oct 31, 2023
@drew2a drew2a added this to the 7.14.0 milestone Oct 31, 2023
@drew2a
Copy link
Contributor

drew2a commented Oct 31, 2023

The caller of the PATCH request is /Users/<user>/Projects/github.com/Tribler/tribler/src/tribler/gui/widgets/downloadsdetailstabwidget.py, line 208 in set_included_files

[tribler-gui PID:13041] 2023-10-31 10:42:18,541 - ERROR <request:123> Request.on_finished(): An error occurred during the request "PATCH http://localhost:58207/downloads/<hash>
Caller: <FrameSummary file /Users/drew2a/Projects/github.com/Tribler/tribler/src/tribler/gui/widgets/downloadsdetailstabwidget.py, line 208 in set_included_files>":

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants