You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 11, in <module>
asyncio.run(main())
File "/Users/kevin/.asdf/installs/python/3.8.7/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/Users/kevin/.asdf/installs/python/3.8.7/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "main.py", line 7, in main
await server.async_ping()
File "/Users/kevin/repos/temp/venv/lib/python3.8/site-packages/mcstatus/server.py", line 75, in async_ping
connection = await TCPAsyncSocketConnection((self.host, self.port))
TypeError: __init__() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: