mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
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#364
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 @SyFizz on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/559
Originally assigned to: @maziggy on GitHub.
Originally posted by @SyFizz in #557
Hello, I reopen a new issue since #557 was closed.
I followed your instructions but the issue persists.
@maziggy commented on GitHub (Mar 1, 2026):
Need a support package.
@maziggy commented on GitHub (Mar 1, 2026):
BambuStudio or Orcaslicer?
@maziggy commented on GitHub (Mar 1, 2026):
Wait....think i've found the problem. Give me some time to investigate it carefully.
@maziggy commented on GitHub (Mar 1, 2026):
Please try again with branch 0.2.2b1 and let me know how it goes.
@SyFizz commented on GitHub (Mar 1, 2026):
Hello,
I completely deleted my installation and launched a new one from source with the beta branch you specified.
I did :
I then added one of my printers, and a virtual printer.
I edited the settings, toggled it off then on.
I still have the same issue.
Here's the support package :
bambuddy-support-20260301-104818.zip
Here's my VP settings :
And here's the error in Bambu Studio (and tested in Orca, i have the same error)
note: I also imported the new CA certificate in printers.cer
@maziggy commented on GitHub (Mar 1, 2026):
Debug logs don't have all relevent infos.
@maziggy commented on GitHub (Mar 1, 2026):
Oh yes...and a tcpdump while trying to connect would also be very helpful.
@maziggy commented on GitHub (Mar 1, 2026):
So your VP is now in Queue mode. What access code do you use? The one configured in Bambuddy, or the one from the printer?
@SyFizz commented on GitHub (Mar 1, 2026):
Here's the support bundle generated by these steps :
bambuddy-support-20260301-113434.zip
Could you tell me the command to run ? I don't know tcpdump well
My server is 192.168.0.10, VP on 192.168.0.201, and my computer is 192.168.0.54
I use the access code configured in Bambuddy (12345678)
Since you asked, i also just tried with the access code from the printer, and it doesn't work better.
Maybe if you like we could debug on call with a screen sharing or something like that ?
Also sorry for my english, it's not my native language, i'm french
@maziggy commented on GitHub (Mar 1, 2026):
These are no debug logs. You need to enable debug mode!
https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@maziggy commented on GitHub (Mar 1, 2026):
sudo tcpdump -i any host 192.168.0.201 or port 1990 -nn -w /tmp/vp_debug.pcap
@SyFizz commented on GitHub (Mar 1, 2026):
Debug mode IS enabled...
In the logs you can see
2026-03-01 11:33:21,499 INFO [backend.app.api.routes.support] Log level changed to DEBUGand then just after, you can see when I enabled the VP again :2026-03-01 11:33:26,983 DEBUG [backend.app.api.routes.virtual_printers] Update VP 1: body={'enabled': True}, current state: mode=print_queue, enabled=False, access_code_set=True, bind_ip=[IP]01, target=1There's debug lines like
2026-03-01 11:34:02,358 DEBUG [backend.app.services.virtual_printer.bind_server] Bind server: client [IP]:50860 disconnectedFor the tcpdump, here you go :
vp_debug.pcap.txt
GitHub refuses .pcap extensions, so you need to change remove the trailing .txt at the end :)
@maziggy commented on GitHub (Mar 1, 2026):
OK....never saw that before, but it looks like the A1 Mini is using different TLS settings for the handshake. Weird.
Anyway....updated branch 0.2.2b1. Please try again.
@SyFizz commented on GitHub (Mar 1, 2026):
It works !!
Thanks you a lot for your help, you and your project are awesome.
@maziggy commented on GitHub (Mar 1, 2026):
Glad it works for you now :)
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@S3LL1G28 commented on GitHub (Mar 1, 2026):
I have a H2s and got problem of connection
I have followed your instruction on the wiki for taking ca crt to printer.cer.
I'm now in the last version 0.2.2b1.
It's better my H2S virtual in proxy mode can be seen but i got a connection error.
bambuddy-support-20260301-193831.zip
I do this on appimage:
i rsync the cert:
@maziggy commented on GitHub (Mar 1, 2026):
iptables rules are there?
@S3LL1G28 commented on GitHub (Mar 1, 2026):
yes master ;)
@maziggy commented on GitHub (Mar 1, 2026):
Nope, not sufficient. Please check the docs.
@S3LL1G28 commented on GitHub (Mar 1, 2026):
i check the wiki and don't find more iptables rules to apply
https://wiki.bambuddy.cool/features/virtual-printer/
@maziggy commented on GitHub (Mar 1, 2026):
Do you re-installed Bambuddy?
@S3LL1G28 commented on GitHub (Mar 1, 2026):
yes i do it even if i do a restore
@maziggy commented on GitHub (Mar 1, 2026):
Damn. Show me a screenshot of your VP settings.
@S3LL1G28 commented on GitHub (Mar 1, 2026):
sorry to disturb you :(
@maziggy commented on GitHub (Mar 1, 2026):
Why do you set Network Interface Override? That's wrong. Set it to default.
How do you connect via slicer? What IP address and what access code?
@S3LL1G28 commented on GitHub (Mar 1, 2026):
Ok i was thinking it will be more secure for overide. I go back to default.
My lan i 10.10.1.0/24 my arch linux is 10.10.1.6 and my bambuddy is on 10.10.1.222 and 225 for VP.
The access code is the one from the printer and ip the one in 225 for VP
@maziggy commented on GitHub (Mar 2, 2026):
please set
Bind Interface -> eth0 10.10.1.222
Network Interface Override -> default auto detect
https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@S3LL1G28 commented on GitHub (Mar 2, 2026):
Hi,
Ok I follow your instructions.
bambuddy-support-20260302-080439.zip
@maziggy commented on GitHub (Mar 2, 2026):
So what is the current issue? I don't see any errors in log.
@S3LL1G28 commented on GitHub (Mar 2, 2026):
The issue is i get an error connection in bambustudio.
What is strange it's the name of the printer not VP and sometimes i saw the VP name I put access code and same error.
The VP is seen sometimes and disappear after few seconds
@S3LL1G28 commented on GitHub (Mar 2, 2026):
@maziggy commented on GitHub (Mar 2, 2026):
According to your logs, the proxy is running prooperly without errors. I also see the incoming and established(!) connection from your slicer, but it never sends anything to the printer.
Show me screenshots of:
@S3LL1G28 commented on GitHub (Mar 2, 2026):
I'm not sure to understand device tag.
@maziggy commented on GitHub (Mar 2, 2026):
Your are not connecting via the proxy, but directly to the printer! When establishing a connection to the proxy it should show the printer name
"<printer name> (Proxy)".I guess you are testing the VP proxy, although your desk computer, Bambuddy and the printer are all connected to the same LAN. That can be problematic with Bambu Studio, because it "sees" the printer with multiple IP addresses.
@S3LL1G28 commented on GitHub (Mar 2, 2026):
yes i understand that i''m connected directly. Yes i'm interesting using proxy mode. But in your wiki you ask to be on the same lan.
What is strange i saw briefly my vp on device in bambustudio and it disappear and what is strange is they don't have the same ip. So normally no pb, no conflicts. even if i enter by hand the vp ip I saw the name of the printer in bambustudio
@S3LL1G28 commented on GitHub (Mar 2, 2026):
so let's go to basic. I never connect my printer in local mode. I first do in clolud mode.
To be sure how to connect in lan mode ? I must connect with bind with accesscode ?
I suspect appimage now, i have windows 11 too i will test and tell you
@maziggy commented on GitHub (Mar 2, 2026):
Your desk computer which is running the slicer is also on the same LAN and therefore also discovers the printer directly via SSDP. This is something the slicer doesn't like. Furthermore it doesn't makes sense to use the proxy when connected to the same LAN.
@maziggy commented on GitHub (Mar 2, 2026):
To connect via LAN mode to your printer, you need to disable the Proxy. The slicer will auto discover your printer.
@S3LL1G28 commented on GitHub (Mar 2, 2026):
Ok I've done this but got a problem of connection with my H2s directly in lan mode without bambuddy
I have to get back to basic and will reopened if problem.
Thx.