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
Starting a tracker with the following script fails on 2.12 version.
2.12
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
The text was updated successfully, but these errors were encountered:
qstokkink
Successfully merging a pull request may close this issue.
Starting a tracker with the following script fails on
2.12
version.Here is the traceback:
The text was updated successfully, but these errors were encountered: