mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #529] [Bug]: Vitual Printer queue mode: Getting a lot of HMS errors when starting a print #340
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#340
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 @Dendrowen on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/529
Originally assigned to: @maziggy on GitHub.
Bug Description
A lot of times when I start a print, I get an HMS error:
This happens more often on 'older' queue items. Don't know if it's related.
Removing the printfile and adding it to the queue again from within bambuddy 'fixes' the issue. So I assume it isn't the file itself that's the issue.
Expected Behavior
The error to not appear and start printing.
Steps to Reproduce
Printer Model
P1S
Bambuddy Version
0.2.1 and 0.2.1b3
Printer Firmware Version
01.09.01.00
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@Dendrowen commented on GitHub (Feb 26, 2026):
bambuddy-support-20260226-081949.zip
Couldn't upload support package in the initial post.
@Dendrowen commented on GitHub (Feb 26, 2026):
Might be related to #518. When retrieving the API data from
api/v1/queueuse_ams is set to true, but the ams_mapping is null. When re-adding it, ams_mapping is properly set.@maziggy commented on GitHub (Feb 26, 2026):
VP was only missing plat_id. Fixed in branch 0.2.1. Please let me know how it goes.
@Dendrowen commented on GitHub (Feb 26, 2026):
Plate ID seems to be fixed. I have a print running for another 1.5h, will let you know after that.
@Dendrowen commented on GitHub (Feb 26, 2026):
Yes, the error disappeared, but it does select the wrong filament (first AMS slot as apposed to the correct color in the third slot)
@maziggy commented on GitHub (Feb 27, 2026):
Please try again with branch 0.2.1.
@Dendrowen commented on GitHub (Feb 27, 2026):
I tested the new release and ams_mapping was still null in the data from the api. It gets fixed once I click edit and save in the queue.
@maziggy commented on GitHub (Feb 27, 2026):
Send me a new support package please. Debug logging should run during print queue/start.
@Dendrowen commented on GitHub (Feb 27, 2026):
bambuddy-support-20260227-131950.zip
@maziggy commented on GitHub (Feb 27, 2026):
Sorry, but there's something terrible wrong with your setup.
You are missing iptables rules.
Looks like the database is corrupt.
And last but not least: the virtual printer cannot work properly, because authentication failes due to a wrong password.
To be honest: completely delete your installation. Check your host for requirements (iptables, etc.) and do a clean new install.