mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #466] [Bug]: ntfy not sending notifications #289
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pyroco on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/466
Originally assigned to: @maziggy on GitHub.
Bug Description
No notifications are being sent through ntfy.
Notifications end in error "Illegal header value" (see screenshot)
I've tried re-adding the printer multiple times, changing access code, changing the whole ntfy configuration.
Expected Behavior
No problem shoud be to send notifications through ntfy as test notifications go through without an issue.
Steps to Reproduce
Printer Model
X1 Carbon
Bambuddy Version
0.2.0 (with latest tag)
Printer Firmware Version
01.11.02.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 20, 2026):
Should be fixed in branch 0.2.1b2. Please let me know how it goes.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@pyroco commented on GitHub (Feb 20, 2026):
I can only install 0.2.1b as that is the latest in https://github.com/maziggy/bambuddy/pkgs/container/bambuddy/versions?filters%5Bversion_type%5D=tagged and that behaves the same.
Am I doing something wrong?
@maziggy commented on GitHub (Feb 20, 2026):
You need to use branch 0.2.1b2 and rebuild the image locally.
cd to your bambuddy folder and do a
git checkout 0.2.1b2 && git pull && docker compose down && docker compose build --no-cache && docker compose up -d
@pyroco commented on GitHub (Feb 20, 2026):
I had to use AI to set up git as I was using standard docker-compose only. However now it ends i different error
.
@maziggy commented on GitHub (Feb 21, 2026):
The error you're seeing now is a different issue — your ntfy server has attachments disabled, so when Bambuddy tries to send the print thumbnail image, the server rejects it with "attachments not allowed" (error code 40014). This caused the entire notification to fail.
I've added a fallback: when the server returns "attachments not allowed", Bambuddy now automatically retries without the image so the notification still gets delivered (just without the thumbnail). Please rebuild from the 0.2.1b2 branch and try again.
@pyroco commented on GitHub (Feb 21, 2026):
Everything seems to be working just fine. I've enabled also attachments on my ntfy so that works fine too.
Thanks for your quick actions ✌🏻 will you publish it also to docker?
@maziggy commented on GitHub (Feb 21, 2026):
Thanks for the feedback. Maybe later as 0.2.1b2.