Skip to content
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

Notification Exception with Apprise when sending a flickrimage to Discord. #1171

Open
MABeatty1978 opened this issue Mar 22, 2024 · 1 comment

Comments

@MABeatty1978
Copy link

PLEASE READ THE DOCUMENTATION BEFORE SUBMITTING AN ISSUE

When sending an Apprise notification of a flickrimage to discord, I'm getting a Notification Exception when sending notifications to more than one service. The notification works, including the image, but there is an error showing up in the log. This only happens when I send the notification using both PushBullet and Discord. If I do Discord on it's own without PushBullet, the issue doesn't happen

To Reproduce
Steps to reproduce the behavior:

  1. Go to Tools->Settings
  2. Scroll down to Notifications
  3. Add a notification on one line to PushBullet
  4. Add a notification on the next line for Discord
  5. Click Test Notification
  6. An error shows up in the logs

Expected behavior
No errors in the log

Screenshots
Screenshot 2024-03-22 at 3 28 34 PM

Additional context
Add any other context about the problem or your installation here.

Your build
The hardware on which BirdNET-Pi is running goes here.

Code or log snippets

Paste your 
log output 
or 
code here
@caronc
Copy link

caronc commented Mar 30, 2024

I find most bugs in Apprise by reviewing other peoples issue tracker 😉

This has been fixed in Apprise (it's a racing condition where the attachment only needs to be fetched once and shared to the 1+ services it's to be sent too. For some reason it was fetching it 'per' notification and they were clobbering each other. It's working as intended now. I'll push the release this weekend i hope (Apprise v1.7.5). Thanks for reporting this (even indirectly as it was) 🚀 🙏

Edit: v1.7.5 Published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants