mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #736] [Bug]: Print completed Notification stopped working #491
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#491
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 @piatho on GitHub (Mar 17, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/736
Originally assigned to: @maziggy on GitHub.
Bug Description
The notification for completed prints seems to not trigger. I am getting notifications for everything incl percentage completed 25%, 50% and 75% but the final print completed does not come although activated.
The notification also does not appear in the notification log
I am using NTFY as notification broker.
I am on v0.2.2 using docker container
Expected Behavior
Notification for prints completed would be expected if as in my case the toggle is et to active for "print completed"
Steps to Reproduce
Activate NTFY
Setup "Print completed" notification
Wait for a print to complete
Printer Model
P1S
Bambuddy Version
0.2.2
Printer Firmware Version
01.09.01.00
Installation Method
Docker
Operating System
Docker
Relevant Logs / Support Package
No response
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Mar 17, 2026):
Thanks for reporting this — I was able to confirm the issue.
The print complete notification was chained behind the finish photo capture with no timeout. If the camera connection stalled after the print finished, the notification would silently never send — while progress notifications (25/50/75%) worked fine because they use a completely different code path.
This is now fixed and available in branch dev, next release or daily build.
If you still see the issue after updating, please enable debug logging during print finishes and upload the logs.
@stringham commented on GitHub (Mar 18, 2026):
I noticed that the print completed notification did not send if "Auto-archive completed prints" is not checked on the printer. Perhaps this is a different issue.
@maziggy commented on GitHub (Mar 19, 2026):
Cannot reproduce. Please open a new issue and attach a support package.
@piatho commented on GitHub (Mar 19, 2026):
@stringham , @maziggy I can confirm this. If i switch on "Auto-archive completed prints" my complete print notification is send. Since i am still on v 0.2.2, commit [
dbe8696]github.com/maziggy/bambuddy@dbe86968b0) seems to be not the reason it works with "Auto-archive completed prints" and not without it@maziggy commented on GitHub (Mar 19, 2026):
See my last comment.