lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.91k stars 269 forks source link

Todays update to 0.9.9.13 for 0.214.3 of Grantapher/v+ Doesn't update BepinEx to 0.5.4.2101 #610

Open nuggex opened 1 year ago

nuggex commented 1 year ago

BepinEx seemingly is still 0.5.4.21 and causes other plugins to not work for example DiscordConnector 2.1.12 does load but no messages are sent and no errors caught.

Possible related to the updated bepinex?

corbin-lounsbury commented 1 year ago

I was able to get it working by doing the following:

Updated compose doc to use this release: https://github.com/Grantapher/ValheimPlus/releases/tag/0.9.9.13 Copied world files Deleted config and server created new, empty server and config folders started container Confirmed stability Shut down container Copied world back in

Here's what the environment vars look like in my compose doc

      # Valheim Plus configs
      - VALHEIM_PLUS=true
      - VALHEIM_PLUS_REPO=Grantapher/ValheimPlus
      - VALHEIM_PLUS_RELEASE=tags/0.9.9.13
overzealous-serendipity commented 1 year ago

I'm using the above in my env file but im getting a 404 error trying to get info from github api. Because of this the server never fully builds and is not accessible.

VALHEIM_PLUS=true
VALHEIM_PLUS_REPO=Grantapher/ValheimPlus
VALHEIM_PLUS_RELEASE=tags/0.9.9.13

If i create the container with just VALHEIM_PLUS=true it builds successfully. Any ideas what might be happening?

Here are the logs:

Mar 31 04:05:35 supervisord: valheim-updater INFO - Valheim Server was updated - restarting Mar 31 04:05:35 supervisord: valheim-updater DEBUG - [4856] - ValheimPlus is enabled - running updater Mar 31 04:05:35 supervisord: valheim-updater INFO - Valheim Server was updated from Steam - signaling ValheimPlus updater to merge updated files Mar 31 04:05:39 supervisord: valheim-updater curl: (22) The reques Mar 31 04:05:39 supervisord: valheim-updater ted URL returned error: 404 Mar 31 04:05:39 supervisord: valheim-updater FATAL - Error: could not retrieve ValheimPlus release info from Github API Mar 31 04:05:39 supervisord: valheim-updater ERROR - Failed to run ValheimPlus updater - retrying later - check your networking and volume access permissions

Edit I ended up figuring this out. tags/0.9.9.13 was not resolving for me so I used 97263919 as the VALHEIM_PLUS_RELEASE env.