-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Wait… You should open "fix.bat" in the root directory if you want to launch it.
That's the best way to launch Vape.
If you want to decompile/compile it…
I am not the owner of these Vape crackes, IDK how 2 decompile/compile it. :(
(My English is very bad because I am Chinese
And these Vape crackes are all created in China XD)
…________________________________
发件人: AnnoyingCupid74 ***@***.***>
发送时间: 2024年2月1日 10:14
收件人: PlayMcBKuwu/vape ***@***.***>
抄送: Subscribed ***@***.***>
主题: [PlayMcBKuwu/vape] Cannot run server.py/server.exe successful (Issue #2)
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.png (view on web)<https://github.com/PlayMcBKuwu/vape/assets/158392925/e900b479-d3ba-42c1-a661-e84da7ac03aa>
―
Reply to this email directly, view it on GitHub<#2>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6PS6JWFZN5ZIJEXDHMF4A3YRL3BNAVCNFSM6AAAAABCUC2FO2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTCMZUGQYDAMA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: