Replies: 1 comment 1 reply
-
I have the same problem, I found the port 5000 was use by control center, do you know in which file can change the port of dbgpt? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
python pilot/server/dbgpt_server.py
I encountered this error.
[Errno 48] error while attempting to bind on address ('0.0.0.0', 5000): address already in use
Then I found out it's used by Mac OS (Explanation) You can either turn it off or pick a different port.
After that, everything works fine.
Beta Was this translation helpful? Give feedback.
All reactions