[GH-ISSUE #86] Bug: Can't use multiple webhooks in a single rule #20
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dziban303 on GitHub (Apr 1, 2023).
Original GitHub issue: https://github.com/TheLovinator1/discord-twitter-webhooks/issues/86
With the latest image, I would get this error when trying to turn up the stack:
This rule, sending the same notification to two different webhooks, had worked in the previous version.
To check if the webhook URL was valid, I created a separate webhook and rule combo using the second webhook URL (with a slightly different rule, as it can't run the same exact rule in a different webhook). This time it works, so it seems it may not be parsing the comma correctly in
WEBHOOK_URLx=https://url1,https://url2,...@TheLovinator1 commented on GitHub (Apr 1, 2023):
Oops, fixed in
github.com/TheLovinator1/discord-twitter-webhooks@e64db2b64e, need ~5 min to build Docker images@TheLovinator1 commented on GitHub (Apr 1, 2023):
Should be working now