mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #405] [Bug]: P1S not attaching timelapse videos because of the format #255
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#255
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 @Bgabor997 on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/405
Originally assigned to: @maziggy on GitHub.
Bug Description
Hello!
I spent some time debugging why Bambuddy not attaching timelapse videos for archives, and i think i finally figured.
Printer is in LAN only mode and Developer mode enabled!
I have a P1S printer, and as i read the P serie save timelapse videos in avi format:
I searched a bit in the code, and found this block what makes me think it only searches mp4 files. (sorry if wrong block of code, I'm not python expert)
Expected Behavior
I would like to use the timelapse functionallity with my P1S too
If i convert an avi timelapse to mp4, and upload via FTP, i can attach it to an archive btw.
Steps to Reproduce
Printer Model
P1S
Bambuddy Version
0.1.9, 0.1.9b, 0.2.0b
Printer Firmware Version
01.07,00,00
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 (Feb 17, 2026):
Fixed in branch 0.2.0b. Please let me know if it works now for you.
@Bgabor997 commented on GitHub (Feb 17, 2026):
i pulled 0.2.0b (manually installed version on debian) since that i have this error in logs:
and can't connect to my printer, if i switch back to 0.1.9b it works fine
@maziggy commented on GitHub (Feb 17, 2026):
Uhhh...right....forgot to change one thing. Sorry for that! Fixed in branch 0.2.0b.
@Bgabor997 commented on GitHub (Feb 17, 2026):
works like charm, thank you for the fix and the quick response