-
-
Notifications
You must be signed in to change notification settings - Fork 85
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No "Start Successful" Discord notification on auto-update #255
Comments
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. |
`#!/bin/bash docker stop valheim docker run -d Image pulled: 2021-03-02 10:03:56 |
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". |
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. |
I just pulled newest image but obviously we gotta wait till 5AM to see. |
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) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: