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

Cannot run server.py/server.exe successful #2

Open
AnnoyingCupid74 opened this issue Feb 1, 2024 · 1 comment
Open

Cannot run server.py/server.exe successful #2

AnnoyingCupid74 opened this issue Feb 1, 2024 · 1 comment

Comments

@AnnoyingCupid74
Copy link

I downloaded the local server py&exe file that is the exe&py file in fix folder,and before that, I had already downloaded the full version of Python 3.8.0 and installed the required modules using the pip tool,when I tried to run the Python script,the Python Shell returned the following information:
vape v4/lite crack fix
Traceback (most recent call last):
File "D:\Desktop\fix\server.py", line 679, in
main()
File "D:\Desktop\fix\server.py", line 675, in main
asyncio.get_event_loop().run_until_complete(start_server)
File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 608, in run_until_complete
return future.result()
File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\asyncio\tasks.py", line 684, in _wrap_awaitable
return (yield from awaitable.await())
File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\websockets\legacy\server.py", line 1116, in await_impl
server = await self._create_server()
File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 1448, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 10048] error while attempting to bind on address ('127.0.0.1', 8765): 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
translate:OSError: [Errno 10048] error while attempting to bind on address ('127.0.0.1', 8765): Usually, each socket address (protocol/network address/port) is only allowed to be used once.
I know some grammar and functions of Python 3,so I tried to change the codes by myself,but I do not know how to use the functions of websockets.
How can I solve this problem?
XL{9HUAUPBR0 YRVH5PNZQB

@PlayMcBKuwu
Copy link
Owner

PlayMcBKuwu commented Feb 1, 2024 via email

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

No branches or pull requests

2 participants