Notification Exception with Apprise when sending a flickrimage to Discord.
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:
- Go to Tools->Settings
- Scroll down to Notifications
- Add a notification on one line to PushBullet
- Add a notification on the next line for Discord
- Click Test Notification
- An error shows up in the logs
Expected behavior No errors in the log
Screenshots
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
I find most bugs in Apprise by reviewing other peoples issue tracker :wink:
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) :rocket: :pray:
Edit: v1.7.5 Published