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

[main] uncaught error when starting with [tunnel_community] enabled = False #6266

Closed
qstokkink opened this issue Aug 18, 2021 · 0 comments · Fixed by #6279
Closed

[main] uncaught error when starting with [tunnel_community] enabled = False #6266

qstokkink opened this issue Aug 18, 2021 · 0 comments · Fixed by #6279
Assignees

Comments

@qstokkink
Copy link
Contributor

Using this config (http_port and key removed):

[api]
    http_enabled = True
    http_port = <redacted>
    key = <redacted>
[tunnel_community]
enabled = False

Tribler logs an uncaught error with the following traceback:

[PID:3001] 2021-08-18 13:22:10,579 - ERROR <taskmanager:135> DownloadManager.done_cb(): Task resulted in error: list index out of range
Traceback (most recent call last):
  File "/home/quinten/Documents/tribler/src/pyipv8/ipv8/taskmanager.py", line 131, in done_cb
    future.result()
  File "/home/quinten/Documents/tribler/src/tribler-core/tribler_core/modules/libtorrent/download_manager.py", line 577, in start_handle
    ltsession = self.get_session(download.config.get_hops())
  File "/home/quinten/Documents/tribler/src/tribler-core/tribler_core/modules/libtorrent/download_manager.py", line 301, in get_session
    self.ltsessions[hops] = self.create_session(hops)
  File "/home/quinten/Documents/tribler/src/tribler-core/tribler_core/modules/libtorrent/download_manager.py", line 256, in create_session
    proxy_settings = [SOCKS5_PROXY_DEF, ("127.0.0.1", self.socks_listen_ports[hops-1]), None]
IndexError: list index out of range
@qstokkink qstokkink changed the title [main] uncaught error when starting with [tunnel_community] enabled = False [main] uncaught error when starting with [tunnel_community] enabled = False Aug 18, 2021
@kozlovsky kozlovsky self-assigned this Aug 19, 2021
kozlovsky added a commit to kozlovsky/tribler that referenced this issue Aug 19, 2021
kozlovsky added a commit to kozlovsky/tribler that referenced this issue Aug 20, 2021
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