mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #980] [Bug]: Virtual Printer not connecting to latest Bambu Studio 2.5.3.61 #683
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#683
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 @PurseChicken on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/980
Originally assigned to: @maziggy on GitHub.
Bug Description
I was prompted today to update Bambu Studio to the latest version. I updated as prompted and afterwards, I can no longer connect to a Proxy Printer in bambuddy. I get the ambiguous -1 error (Connect Failed! Code =-1).
I enabled debug mode and attempted to connect twice. Once by just clicking the printer in the list and next by attempting to add it new again. Attached is the debug log if its helpful.
Expected Behavior
Everything should work with the latest Studio version.
Steps to Reproduce
Go to device tab in latest bambu studio.
Attempt to connect to a Proxy Printer
Observe failure.
Printer Model
P1S
Bambuddy Version
v0.2.3b3
Printer Firmware Version
01.10.00.00
Installation Method
Other
Operating System
Linux (Other)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@PurseChicken commented on GitHub (Apr 14, 2026):
Not sure if its normal, but Studio reaches the bind server on :3002, completes the detect exchange, then disconnects ~1s later and never proceeds to bind/MQTT. No retry, no TLS error logged — it just walks away.
From bambuddy.log:
My guess is Studio's updated client is now validating something in the detect response it previously accepted — possibly stricter checks on the dev_ip, serial format, model code, or a new field it now expects. Would be worth diffing the detect response payload against what current Studio expects.
@PurseChicken commented on GitHub (Apr 14, 2026):
Well i am the ID10T. I totally forgot about the bambuddy certificate. Latest studio overwrote the cert, so i had to add it back. Once i did this everything worked as expected. My apologies!