-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BUG] Notification Failed to send the notification(s).Bad Attachment #14
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
burjuyz
changed the title
[BUG] <title>
[BUG] Notification Failed to send the notification(s).Bad Attachment
Nov 5, 2024
Same here... |
same here |
APPRISE_ATTACH_SIZE=0 disables the attachments, try setting this value to 20, restart your container and it will work. |
I've changed APPRISE_ATTACH_SIZE=20 and it works now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
When i send i get error: Notification Failed to send the notification(s).Bad Attachment
Expected Behavior
Send notifications without error
Steps To Reproduce
1 open http://192.168.10.200:8024/cfg
2 try to send test message
3 error
Environment
CPU architecture
x86-64
Docker creation
--- version: "2.1" services: Apprise-api: image: lscr.io/linuxserver/apprise-api:latest container_name: apprise-api environment: - PUID=1000 - PGID=100 - TZ=Europe/Moscow - APPRISE_ATTACH_SIZE=0 volumes: - /SSD/appdata/apprise/config:/config - /SSD/appdata/apprise/attachments:/attachments ports: - 8024:8000 restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: