mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #473] [Bug]: Support Bundle Saving personal data (username, serial number, etc...) #295
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
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#295
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 @wreuel on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/473
Originally assigned to: @maziggy on GitHub.
Bug Description
When the "Debug Logging" and we downlod the Support Bundle, the zip with name bambuddy-support-[SOMEDATA].zip
The file bambuddy.log it has on it contens the username and the serial number of the printer, you can search by [backend.app.services.bambu_mqtt] and will find it, here is a covered image where the serial number appear:
And wher we can see my login:
It also shows the name of the printer.
Expected Behavior
It shoud not show the user name, or the serial as stated on the documentation.
Steps to Reproduce
Just enable the "Debug Logging", do some printing, wait a litle and then download the file.
Printer Model
P2S
Bambuddy Version
v0.2.1b
Printer Firmware Version
01.01.03.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 21, 2026):
Fixed in branch 0.2.1b2. Thanks for reporting this!