-
Beta Was this translation helpful? Give feedback.
Answered by
LmeSzinc
Dec 11, 2022
Replies: 2 comments 3 replies
-
请求帮助 |
Beta Was this translation helpful? Give feedback.
0 replies
-
已经有一个 Alas 运行在 22267 端口了,不能同时运行两个 Alas。 你可以在浏览器访问 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
MoYuNEKO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已经有一个 Alas 运行在 22267 端口了,不能同时运行两个 Alas。
你可以在浏览器访问
127.0.0.1:22267
使用已有的 Alas,或者执行taskkill /t /f /im python.exe
和taskkill /t /f /im alas.exe
杀掉已有的 Alas,来启动新的。(假设你电脑上没有运行其他 python 程序