Replies: 7 comments 12 replies
-
Thank you @richelo. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for implementing this! It does not seem to work though. I did upgrade to the latest version. No matter what port I try, I get the same error every time. I have confirmed that the ports I am trying are not currently in use on the system. gptcode █▀▀ █▀█ ▀█▀ ▄▄ █▀▀ █▀█ █▀▄ █▀▀
|
Beta Was this translation helpful? Give feedback.
-
Might be the 8765 port used by SnakeMQ? If you had any prior failed starts make sure to kill all of those running processes (you could use a quick hack like |
Beta Was this translation helpful? Give feedback.
-
Made this port configurable with the |
Beta Was this translation helpful? Give feedback.
-
Update to the latest version. Set the following in .env: Checked that the port was not in use: Then ... gptcode █▀▀ █▀█ ▀█▀ ▄▄ █▀▀ █▀█ █▀▄ █▀▀
Looks like it is not using the SNAKEMQ_PORT. |
Beta Was this translation helpful? Give feedback.
-
Apologies for making more work for you! Thank you, though, for being so accommodating! MUCH appreciated! Maybe as a thought ... Make a docker-compose version where the ports can then be mapped in the docker-compose.yml file. Then there is no need for doing it in env, etc. |
Beta Was this translation helpful? Give feedback.
-
I actually exported both ports in the shell, and now see no errors when running gptcode, but when I try and access it via the browser it does not work. The browser is not on the same machine, so accessing it via 192.168.1.x:8090, but no joy. When I load gptcode local on my Mac, and then access via localhost, that works. I have several docker containers running on the Linux machine and access it with no problem via IP. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Love what I am seeing so far! GREAT JOB!
The main system I want to run this on is already using port 8080. How can I start it and tell it to use a different port? Preferably without editing the source code.
Beta Was this translation helpful? Give feedback.
All reactions