[GH-ISSUE #158] Tweets matching two feeds, one with whitelist and one without, are posted to neither. #43
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#43
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 (Aug 21, 2023).
Original GitHub issue: https://github.com/TheLovinator1/discord-twitter-webhooks/issues/158
Since it seems nitter.net has gotten the RSS back up and running (for now!), I got a bunch of tweets posted in my Discord server today. From reading the issues on nitter's repo, I knew it was nearly ready, and in preparation I added a new feed. It does not seem to have worked, though other feeds did, and I'm trying to troubleshoot.
I have one feed set as a 'catch-all' to post all tweets and replies from
NHC_Atlanticto one webhook, and another feed set for tweets and replies fromNHC_AtlanticwithFranklinwhitelisted going to a different webhook.The following tweet should have matched both, but instead it matches neither. Since other tweets from NHC_Atlantic went through, I guess it's something with the second feed with whitelist causing both feeds to fail?
Log using blockquote instead of codeblock as it's all on one line, this should be easier to read:
The 'Skipping entry' line is repeated again exactly, suggesting it was compared to both feeds.
Reality check, here's a screenshot of my 'catch-all' feed:
and the feed with 'Franklin' whitelisted:
They are identical with the exception of the webhook address, and one has a whitelist item while the other does not.