mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1032] [Bug]:Large .3mf files corrupted during archiving — "File is not a zip file" #725
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#725
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 @saint-hh on GitHub (Apr 19, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1032
Originally assigned to: @maziggy on GitHub.
Component
Bambuddy
Bug Description
Environment
Description
Sending to the virtual Bambuddy printer, small print jobs are archived correctly with thumbnails and metadata. Larger
.3mffiles are received via FTP without errors, but when BamBuddy tries to parse the archive, it fails with:As a result, no thumbnail, no plate info, and no filament metadata is shown for the archive.
Actual Behavior
Archive appears in the list but without thumbnail, plate info, or filament data. Warning logged:
File is not a zip file.Diagnosis
Verified the archived file is not a valid ZIP:
The original file in the FTP upload directory returns
True, meaning the corruption happens during archiving, not during FTP transfer. This suggests a race condition where archiving begins before the FTP write is fully flushed/closed.Additional Notes
Expected Behavior
Archive is parsed correctly, thumbnail and metadata are displayed — same as with small files.
Steps to Reproduce
Printer Model
None
Bambuddy Version
0.2.3
SpoolBuddy Version
No response
Printer Firmware Version
No response
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Apr 19, 2026):
Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@saint-hh commented on GitHub (Apr 19, 2026):
Here you go:
bambuddy-support-20260419-125734.zip
@maziggy commented on GitHub (Apr 19, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@saint-hh commented on GitHub (Apr 20, 2026):
Fix confirmed with v0.2.3.1