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

Tracker plugin is outdated #1245

Closed
xoriole opened this issue Nov 21, 2023 · 0 comments · Fixed by #1246
Closed

Tracker plugin is outdated #1245

xoriole opened this issue Nov 21, 2023 · 0 comments · Fixed by #1246
Assignees
Labels
priority: high Bugs, broken functionality or critical features

Comments

@xoriole
Copy link
Contributor

xoriole commented Nov 21, 2023

Starting a tracker with the following script fails on 2.12 version.

python3 scripts/tracker_plugin.py --listen_port=6423

Here is the traceback:

python3 scripts/tracker_plugin.py --listen_port=6423
Traceback (most recent call last):
  File "scripts/tracker_plugin.py", line 52, in <module>
    run(main())
  File "/opt/ipv8_tracker/pyenv/versions/3.8.6/lib/python3.8/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/opt/ipv8_tracker/pyenv/versions/3.8.6/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "scripts/tracker_plugin.py", line 44, in main
    await service.start_tracker(args.listen_port)
  File "/opt/ipv8_tracker/ipv8_tracker/scripts/tracker_service.py", line 239, in start_tracker
    self.overlay = self.create_endpoint_server()
  File "/opt/ipv8_tracker/ipv8_tracker/scripts/tracker_service.py", line 231, in create_endpoint_server
    return EndpointServer(self.endpoint)
  File "/opt/ipv8_tracker/ipv8_tracker/scripts/tracker_service.py", line 116, in __init__
    super().__init__(my_peer, endpoint, Network())
TypeError: __init__() takes 2 positional arguments but 4 were given
@xoriole xoriole added the priority: unknown Requires further investigation label Nov 21, 2023
@qstokkink qstokkink added priority: high Bugs, broken functionality or critical features and removed priority: unknown Requires further investigation labels Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high Bugs, broken functionality or critical features
Development

Successfully merging a pull request may close this issue.

2 participants