LegoFigure11 / RaidCrawler

Raid Viewer for Pokémon Scarlet and Violet
GNU General Public License v3.0
166 stars 58 forks source link

Webhooks not firing when result is found #142

Closed WildEep219 closed 1 year ago

WildEep219 commented 1 year ago

Describe the bug I'm on the latest build of RaidCrawler and have a webhook configured. Testing the webhook results in the raid being sent to Discord appropriately, but when RaidCrawler stops because it found something, I don't see a webhook notification in my Discord server.

To Reproduce If applicable, please list the steps to reproduce the behavior:

  1. Configure a webhook, and click Test Webhook to confirm a message is sent to Discord.
  2. Advance date with filters enabled.
  3. Let RaidCrawler find a match.
  4. No message in Discord.

Expected behavior Released versions of RaidCrawler would send a message to Discord if configured when it finds a match.

Koi-3088 commented 1 year ago

Thanks. Latest commit should fix this once it's done building.

WildEep219 commented 1 year ago

Looks like the latest commit did fix this. Thank you!