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

TypeError: tuple expected at most 1 argument, got 2 #8459

Closed
nextgenthemes opened this issue Feb 25, 2025 · 1 comment
Closed

TypeError: tuple expected at most 1 argument, got 2 #8459

nextgenthemes opened this issue Feb 25, 2025 · 1 comment

Comments

@nextgenthemes
Copy link

Hi! I was using Tribler and THIS happened! 😢

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/events.py", line 80, in _run
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/taskmanager.py", line 153, in done_cb
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/taskmanager.py", line 28, in interval_runner
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/dht/community.py", line 731, in node_maintenance
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/dht/community.py", line 653, in find_values
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/dht/community.py", line 646, in find
TypeError: tuple expected at most 1 argument, got 2

Error: Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/asyncio/events.py", line 80, in _run
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/taskmanager.py", line 153, in done_cb
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/taskmanager.py", line 28, in interval_runner
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/dht/community.py", line 731, in node_maintenance
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/dht/community.py", line 653, in find_values
  File "/home/runner/work/tribler/tribler/pyipv8/ipv8/dht/community.py", line 646, in find
TypeError: tuple expected at most 1 argument, got 2

    at EventSource.n_ (http://127.0.0.1:44685/ui/assets/index.1aaaeaf1.js:76:336)

I get this sometimes I think, not sure what exactly triggers it but something that rarely happens and does not seem to really break anything.

@qstokkink
Copy link
Contributor

Thanks for the report! The fix for this issue was merged in #8346 and will be part of the upcoming 8.1.0 release.

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

No branches or pull requests

2 participants