You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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) 🚀 🙏
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:
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
The text was updated successfully, but these errors were encountered: