mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #140] [Bug]: Add Printer Via Subnet Scan Can't Retrieve Serial Number #84
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#84
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 @opensourcefan on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/140
Originally assigned to: @maziggy on GitHub.
Bug Description
When I add my A1 Mini via a Subnet Scan, it doesn't pull the serial number. Instead it fills the field with "unknown "printer IP address". Regardless of what I change it to (except for the actual serial number) it allows me to create the printer.
Unsure if not being able to pull the serial is a bug or not.
Expected Behavior
It would be helpful if the import process via a scan doesn't add anything to the serial number field unless one is actually found. This should ensure that no one else is fooled into not using the serial and having a printer added that won't function.
Steps to Reproduce
Printer Model
A1 Mini
Bambuddy Version
v0.1.6b10
Printer Firmware Version
Version 01.07.02.00(20260114)
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
@maziggy commented on GitHub (Jan 23, 2026):
Please use branch 0.1.6b11 and create a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@maziggy commented on GitHub (Jan 23, 2026):
Do you use host mode for the Docker network?
@opensourcefan commented on GitHub (Jan 23, 2026):
Not sure, I just installed with the pre-built image, no adjustments. I
suppose I should correct that.
On Thu, Jan 22, 2026, 22:19 MartinNYHC @.***> wrote:
@opensourcefan commented on GitHub (Jan 23, 2026):
I'm seeing the uncommented network_mode: host in the yml.
@maziggy commented on GitHub (Jan 23, 2026):
Well....then I need a support package please.
@opensourcefan commented on GitHub (Jan 23, 2026):
Here you go.
bambuddy-support-20260123-185034.zip
@maziggy commented on GitHub (Jan 23, 2026):
There's something with your network.
2026-01-23 18:49:28,578 DEBUG [backend.app.services.discovery] SSDP query to [IP] failed: timed out
My first guess would be, that Docker network is not running in host mode? Please check.
@opensourcefan commented on GitHub (Jan 23, 2026):
[
{
"Name": "host",
"Id": "04650cfec24730d______________________8e7482d1df6c1b07abcc8174",
"Created": "2025-10-01T19:42:34.603915223-07:00",
"Scope": "local",
"Driver": "host",
"EnableIPv4": true,
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": null
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Options": {},
"Labels": {},
"Containers": {
"0be4c11f91a3f591aa5901ff___________________c64643b22dce3b799": {
"Name": "bambuddy",
"EndpointID": "b9647f4df4e6ebd0a4_______________________7c3bd2b77cc69d972ee293",
"MacAddress": "",
"IPv4Address": "",
"IPv6Address": ""
}
},
"Status": {
"IPAM": {}
}
}
]
@maziggy commented on GitHub (Jan 23, 2026):
That's not from Docker?!
Check your environment. Firewall? Printer is on the same subnet?
@opensourcefan commented on GitHub (Jan 23, 2026):
You can close this, I'll deal with it since it appears to be my issue.