joesturge / lazymc-docker-proxy

Put your Minecraft containers to rest when idle.
GNU General Public License v3.0
19 stars 1 forks source link

Stuck on Please try to reconnect in a minute on minecraft #115

Open eyes-eyes opened 2 days ago

eyes-eyes commented 2 days ago

Hello itzg directed me to come here for support. I am using a ubuntu server and trying to use lazymc proxy. I coped the example configuration from the readme and added my mc environment variables on top of it. Only the lazymc-proxy container is running but still can't connect to the server. When I log the lazymc-proxy container it keeps saying this:

ERROR mc::lazymc::monitor > Force killing server, took too long to start or stop ERROR lazymc-docker-proxy::health > Application is unhealthy. WARN mc::lazymc > Failed to force kill server

When I try to join from minecraft just keeps saying "Server is starting ... try to reconnect in a minute"

The server does say "done!" when I log the mc container

joesturge commented 1 day ago

Could you send me the docker compose your are using?

joesturge commented 18 hours ago

I think I know the issue, there is a start timeout setting which defaults to 300secs which has not been mapped in the configuration class here, could you start your forge server without using lazymc and tell me how many seconds it takes to start the server? If it's more than 300secs then this is the problem