1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #146] [Bug]: Empty Titlecards when printing and upon completion #87

Closed
opened 2026-05-07 00:05:59 +02:00 by BreizhHardware · 4 comments

Originally created by @elit3ge on GitHub (Jan 24, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/146

Originally assigned to: @maziggy on GitHub.

Bug Description

When I slice and send a print job to my printer, the archive tile appears blank, and no data or information is available.

Expected Behavior

The tile will be filled with information, amount of filament used and time.

Steps to Reproduce

Print a job, wait for it to appear

Printer Model

P2S

Bambuddy Version

0.1.6b11

Printer Firmware Version

01.01.01.00

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package

[bambuddy-support-20260124-091916.zip](https://github.com/user-attachments/files/24831738/bambuddy-support-20260124-091916.zip)

Screenshots

Image

Additional Context

Split from another issue #127

Having a quick look at the log and i've noticed this.

2026-01-24 09:27:13,668 INFO [backend.app.services.bambu_ftp] FTP connected successfully to 10.**.221
2026-01-24 09:27:13,758 INFO [backend.app.services.bambu_ftp] FTP download failed for /plate_1.3mf: 550 Failed to open file.
2026-01-24 09:27:13,787 INFO [backend.app.services.bambu_ftp] Download 3MF from /plate_1.3mf attempt 4/4 returned failure
2026-01-24 09:27:13,788 ERROR [backend.app.services.bambu_ftp] Download 3MF from /plate_1.3mf failed after 4 attempts
2026-01-24 09:27:13,788 INFO [backend.app.main] Direct FTP download failed, listing /cache to find 'studio_ghibli_totoro_inspired_recycled_poop_maraca'
2026-01-24 09:27:13,977 INFO [backend.app.services.bambu_ftp] FTP connected successfully to 10.**.221
2026-01-24 09:27:13,992 INFO [backend.app.services.bambu_ftp] FTP list_files failed for /cache: 550 Failed to change directory.
2026-01-24 09:27:14,020 INFO [backend.app.main] Found 0 3MF files in /cache: []
2026-01-24 09:27:14,020 WARNING [backend.app.main] Could not find 3MF file for print: /data/Metadata/plate_1.gcode
2026-01-24 09:27:14,628 INFO [backend.app.main] Created fallback archive 10 for Studio_Ghibli_Totoro_Inspired_Recycled_Poop_Maraca (no 3MF available)

Also when I go to scan for a timelapse in the empty tile, it gives a 550 error in the bottom right corner.

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
Originally created by @elit3ge on GitHub (Jan 24, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/146 Originally assigned to: @maziggy on GitHub. ### Bug Description When I slice and send a print job to my printer, the archive tile appears blank, and no data or information is available. ### Expected Behavior The tile will be filled with information, amount of filament used and time. ### Steps to Reproduce Print a job, wait for it to appear ### Printer Model P2S ### Bambuddy Version 0.1.6b11 ### Printer Firmware Version 01.01.01.00 ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell [bambuddy-support-20260124-091916.zip](https://github.com/user-attachments/files/24831738/bambuddy-support-20260124-091916.zip) ``` ### Screenshots <img width="765" height="595" alt="Image" src="https://github.com/user-attachments/assets/46d55679-b40a-4b71-a289-19723d2c53bb" /> ### Additional Context Split from another issue #127 Having a quick look at the log and i've noticed this. ``` 2026-01-24 09:27:13,668 INFO [backend.app.services.bambu_ftp] FTP connected successfully to 10.**.221 2026-01-24 09:27:13,758 INFO [backend.app.services.bambu_ftp] FTP download failed for /plate_1.3mf: 550 Failed to open file. 2026-01-24 09:27:13,787 INFO [backend.app.services.bambu_ftp] Download 3MF from /plate_1.3mf attempt 4/4 returned failure 2026-01-24 09:27:13,788 ERROR [backend.app.services.bambu_ftp] Download 3MF from /plate_1.3mf failed after 4 attempts 2026-01-24 09:27:13,788 INFO [backend.app.main] Direct FTP download failed, listing /cache to find 'studio_ghibli_totoro_inspired_recycled_poop_maraca' 2026-01-24 09:27:13,977 INFO [backend.app.services.bambu_ftp] FTP connected successfully to 10.**.221 2026-01-24 09:27:13,992 INFO [backend.app.services.bambu_ftp] FTP list_files failed for /cache: 550 Failed to change directory. 2026-01-24 09:27:14,020 INFO [backend.app.main] Found 0 3MF files in /cache: [] 2026-01-24 09:27:14,020 WARNING [backend.app.main] Could not find 3MF file for print: /data/Metadata/plate_1.gcode 2026-01-24 09:27:14,628 INFO [backend.app.main] Created fallback archive 10 for Studio_Ghibli_Totoro_Inspired_Recycled_Poop_Maraca (no 3MF available) ``` Also when I go to scan for a timelapse in the empty tile, it gives a 550 error in the bottom right corner. ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode
BreizhHardware 2026-05-07 00:05:59 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@maziggy commented on GitHub (Jan 24, 2026):

Should be fixed in branch 0.1.6-final. Please test and let me know.

Please note: This may not fully fix the issue if P2S stores 3MF files in a completely different location. Please provide FTP directory structure if the issue persists.

<!-- gh-comment-id:3793972087 --> @maziggy commented on GitHub (Jan 24, 2026): Should be fixed in branch 0.1.6-final. Please test and let me know. Please note: This may not fully fix the issue if P2S stores 3MF files in a completely different location. Please provide FTP directory structure if the issue persists.
Author
Owner

@elit3ge commented on GitHub (Jan 25, 2026):

Okay, so I may have fixed it. When using a USB you have to turn on the "Store sent files on external storage" option, otherwise the printer doesn't create the /cache folder and use that

<!-- gh-comment-id:3795793757 --> @elit3ge commented on GitHub (Jan 25, 2026): Okay, so I may have fixed it. When using a USB you have to turn on the "Store sent files on external storage" option, otherwise the printer doesn't create the /cache folder and use that
Author
Owner

@elit3ge commented on GitHub (Jan 25, 2026):

Here is the folder structure for the P2S using a USB.

Image Image Image
<!-- gh-comment-id:3795799735 --> @elit3ge commented on GitHub (Jan 25, 2026): Here is the folder structure for the P2S using a USB. <img width="420" height="186" alt="Image" src="https://github.com/user-attachments/assets/c409cf73-8b3f-4167-8c69-5a801a778525" /> <img width="340" height="142" alt="Image" src="https://github.com/user-attachments/assets/4ba698b3-d3c4-46a4-875d-c4bcbce4a5ed" /> <img width="356" height="136" alt="Image" src="https://github.com/user-attachments/assets/bf9d0e41-21e0-47dc-867f-c4075db37697" />
Author
Owner

@maziggy commented on GitHub (Jan 25, 2026):

Thanks! This is now fixed in branch 0.1.6-final. Added root folder to search paths.

<!-- gh-comment-id:3796581361 --> @maziggy commented on GitHub (Jan 25, 2026): Thanks! This is now fixed in branch 0.1.6-final. Added root folder to search paths.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#87
No description provided.