ryansheehan / terraria

Dockerfile for terraria
MIT License
297 stars 104 forks source link

Terraria update - failed version check #146

Closed driverjb closed 1 year ago

driverjb commented 1 year ago

Terraria had a small patch last night that breaks the server version check. When are you planning to update and republish the latest image on dockerhub?

SirMonkeyBoy commented 1 year ago

can you send the logs as all my servers are fine

driverjb commented 1 year ago

Note the client version in the bottom left corner:

image

Here's the output of my command: docker image pull ryshe/terraria:latest

latest: Pulling from ryshe/terraria
Digest: sha256:828f3888eda414046557e9677aeda28984fe1d766ac7849b7c66be47da32a454
Status: Image is up to date for ryshe/terraria:latest
docker.io/ryshe/terraria:latest

Here's the log output that goes with the attempted connection in the screenshot above:

[REDACTED]:50890 is connecting...
[REDACTED]:50890 was booted: You are not using the same version as this server.

Last, the version of the server as reported during startup in the log:

Terraria Server v1.4.4.7
driverjb commented 1 year ago

Never mind... this is why I shouldn't update my server late at night. I needed to use:

docker pull ryshe/terraria:vanilla-latest

It's fixed.