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

lms CLI port bug #80

Open
MartinForsterNL opened this issue Oct 2, 2024 · 0 comments
Open

lms CLI port bug #80

MartinForsterNL opened this issue Oct 2, 2024 · 0 comments

Comments

@MartinForsterNL
Copy link

When starting the server by lms on a different port it reverts to port 1234.
Seems the port that is being checked is probably hardcoded/defaulted on 1234 even tho the port was changed and the server was running.

CMD output:

C:\Users\Administrator>lms server start --port 7777
I Attempting to start the server on port 7777...
I Requested the server to be started on port 7777.
I Verifying the server is running...
I Verification succeeded. The server is running on port 7777.

C:\Users\Administrator>lms ls
I LM Studio is not running in server mode. Starting the server...  <<------------------------------
I Successfully started the server and verified it is running.

Running LMStudio 0.3.3 build 1 on windows 2019 server.

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

1 participant