Replies: 6 comments 16 replies
-
Can you post a (censored) docker compose file (or equivalent), along with a server log and when you last pulled the image. This has been a bug that seems to have hit a few people, but I still haven't been able to reproduce. Don't list the full webhook url you pass in, but knowing if it's discord or discordapp would be nice too. |
Beta Was this translation helpful? Give feedback.
-
`#!/bin/bash docker stop valheim docker run -d Image pulled: 2021-03-02 10:03:56 |
Beta Was this translation helpful? Give feedback.
-
Also, message for auto-update says: "Notification From: Your Valheim Server" while if I do odin stop it will say "Notification From: ACTUAL SERVER NAME". |
Beta Was this translation helpful? Give feedback.
-
Does stopping and starting the container send out the messages correctly. I would pull the latest image, I think there was some work towards fixing this issue earlier today.
This is a known issue. I'll go ahead and push out a fix for this. |
Beta Was this translation helpful? Give feedback.
-
I just pulled newest image but obviously we gotta wait till 5AM to see. |
Beta Was this translation helpful? Give feedback.
-
No worries, gives me time to stall :D In the meantime I went ahead and opened a pull request to fix the name not getting read for auto updates (#256) |
Beta Was this translation helpful? Give feedback.
-
Server stops at 5AM for auto-update following these variables:
-e AUTO_UPDATE=1
-e AUTO_UPDATE_SCHEDULE="0 5 * * *"
Our Discord gets 2 notifications:
but we do not receive Start Successful message.
Beta Was this translation helpful? Give feedback.
All reactions