-
Notifications
You must be signed in to change notification settings - Fork 906
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
Discord watchtower / shoutrrr failing after 1.2.1 #865
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
Add |
Adding an update before I do the fix, it looks like normal updates are working. (except for the strangeness at the top of the embed). There is a strange thing in the logs it looks like that just lines like below are not sending.
|
I don't know enough about go to track it down to the root, but could it be related to the fact that the root.go uses Line 249 in da56c21
watchtower/pkg/container/client.go Line 232 in aa3ed88
log.Debugf("Starting container %s (%s)", name, creation.ID)
both are using tracking that back leads me to |
there is also no shutdown message anymore either. it used to say "Waiting for running update to be finished..." and then the startup message once it came up after restarting the container, docker daemon or the whole server. |
will the title fix remove it altogether? title is not required in discord embed api though this may just be a shoutrrr issue. |
Yeah, it tries to send an empty embed, which the API rejects (containrrr/shoutrrr#150). Just an overlook when testing (as the title was a new feature, all my integration testing was done with a title, typical developer blind spot). |
Want me to close this ticket or leave it open till the new shoutrrr is in a live build |
Added a close instruction to the PR, so this ticket will be automatically closed once the PR is merged. 👍🏼 |
To avoid important communication to get lost in a closed issues no one monitors, I'll go ahead and lock this issue. If you want to continue the discussion, please open a new issue. Thank you! 🙏🏼 |
Describe the bug
Just got the new update and now the app is failing to send discord messages via shoutrrr (This might belong in shoutrrr's github but I'm not sure where the underlining error is). Webhook url was working till latest update.
Image of it working before update
![image](https://user-images.githubusercontent.com/544509/112770561-32faf880-8ff5-11eb-82f0-cb70246b53e1.png)
To Reproduce
Steps to reproduce the behavior:
WATCHTOWER_NOTIFICATION_URL
Expected behavior
Message to send
Screenshots
![image](https://user-images.githubusercontent.com/544509/112770485-db5c8d00-8ff4-11eb-9275-7fa76f5c58fe.png)
If applicable, add screenshots to help explain your problem.
Environment
The section from my docker-compose stack pertaining to watchtower (redacted some of the webhook as to not give it out)
Logs from running watchtower with the
--debug
optionAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: