01 icon indicating copy to clipboard operation
01 copied to clipboard

cant run client in windows 11

Open kill136 opened this issue 4 months ago • 19 comments

Describe the bug when i run client in windows 11 ,using below commend: poetry run 01 --client --server-url=172.22.33.166:10001

i got some log message below: ########################## (.venv) d:\PycharmProjects\01\software>poetry run 01 --client --server-url=172.22.33.166:10001
Warning: Found deprecated priority 'default' for source 'tsinghua' in pyproject.toml. You can achieve the same effect by changing the priority to 'primary' and putting the source first. ○ Starting... Hold the spacebar to start recording. Press CTRL-C to exit [IPKernelApp] WARNING | Parent appears to have exited, shutting down.

######################

To Reproduce Steps to reproduce the behavior:

  1. i run :poetry run 01 --server cmd start server, it work well
  2. then i run :poetry run 01 --client --server-url=172.22.33.166:10001 ,it start run then stop

Expected behavior client can run ok

Screenshots image

Desktop (please complete the following information):

  • OS: client : windows 11 ,develop tool vscode
  • Python Version 3.11

Additional context i make sure the server is running ok

kill136 avatar Apr 03 '24 01:04 kill136