[GH-ISSUE #266] [Bug]: Can't Start Print on P1S #164

Closed
opened 2026-05-06 12:26:35 +02:00 by BreizhHardware · 11 comments

Originally created by @stephenpapierski on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/266

Originally assigned to: @maziggy on GitHub.

Bug Description

Archives -> Reprint -> Select Printer -> Print. FTP upload fails and print does not start. P1S has LAN only and Developer modes enabled. Access code has been verified. Control and monitoring (everything outside of file access) seems to be working fine.

Expected Behavior

FTP upload to succeed, start print.

Steps to Reproduce

  1. Go to Archives
  2. Select Reprint on existing gcode file
  3. Select a printer and hit Print

Printer Model

P1S

Bambuddy Version

0.1.7

Printer Firmware Version

01.09.00.00

Installation Method

Docker

Operating System

Docker

Relevant Logs / Support Package

bambuddy-support-20260204-084331.zip

2026-02-04 08:43:01,803 DEBUG [backend.app.services.bambu_ftp] FTP LIST / failed: 
2026-02-04 08:43:01,804 DEBUG [backend.app.services.bambu_ftp] FTP LIST /cache failed: 
2026-02-04 08:43:01,805 DEBUG [backend.app.services.bambu_ftp] AVBL command not supported: 
2026-02-04 08:43:01,805 DEBUG [backend.app.services.bambu_ftp] FTP storage info: {'used_bytes': 0}
2026-02-04 08:43:01,805 INFO [backend.app.services.bambu_ftp] FTP storage diagnostics: can_list_root=False, can_list_cache=False, storage={'used_bytes': 0}, errors=['LIST / failed: ', 'LIST /cache failed: ']
2026-02-04 08:43:01,805 DEBUG [backend.app.services.bambu_ftp] FTP STOR command starting for /insert-bpmk1-0.6_insert.3mf
2026-02-04 08:43:01,805 ERROR [backend.app.services.bambu_ftp] FTP upload failed for /insert-bpmk1-0.6_insert.3mf:  (type: EOFError)
2026-02-04 08:43:01,807 INFO [backend.app.services.bambu_ftp] Upload for reprint to P1S-2 attempt 3/4 returned failure

Screenshots

No response

Additional Context

No response

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 @stephenpapierski on GitHub (Feb 4, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/266 Originally assigned to: @maziggy on GitHub. ### Bug Description Archives -> Reprint -> Select Printer -> Print. FTP upload fails and print does not start. P1S has LAN only and Developer modes enabled. Access code has been verified. Control and monitoring (everything outside of file access) seems to be working fine. ### Expected Behavior FTP upload to succeed, start print. ### Steps to Reproduce 1. Go to `Archives` 2. Select `Reprint` on existing gcode file 3. Select a printer and hit `Print` ### Printer Model P1S ### Bambuddy Version 0.1.7 ### Printer Firmware Version 01.09.00.00 ### Installation Method Docker ### Operating System Docker ### Relevant Logs / Support Package [bambuddy-support-20260204-084331.zip](https://github.com/user-attachments/files/25076424/bambuddy-support-20260204-084331.zip) ```shell 2026-02-04 08:43:01,803 DEBUG [backend.app.services.bambu_ftp] FTP LIST / failed: 2026-02-04 08:43:01,804 DEBUG [backend.app.services.bambu_ftp] FTP LIST /cache failed: 2026-02-04 08:43:01,805 DEBUG [backend.app.services.bambu_ftp] AVBL command not supported: 2026-02-04 08:43:01,805 DEBUG [backend.app.services.bambu_ftp] FTP storage info: {'used_bytes': 0} 2026-02-04 08:43:01,805 INFO [backend.app.services.bambu_ftp] FTP storage diagnostics: can_list_root=False, can_list_cache=False, storage={'used_bytes': 0}, errors=['LIST / failed: ', 'LIST /cache failed: '] 2026-02-04 08:43:01,805 DEBUG [backend.app.services.bambu_ftp] FTP STOR command starting for /insert-bpmk1-0.6_insert.3mf 2026-02-04 08:43:01,805 ERROR [backend.app.services.bambu_ftp] FTP upload failed for /insert-bpmk1-0.6_insert.3mf: (type: EOFError) 2026-02-04 08:43:01,807 INFO [backend.app.services.bambu_ftp] Upload for reprint to P1S-2 attempt 3/4 returned failure ``` ### Screenshots _No response_ ### Additional Context _No response_ ### 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-06 12:26:35 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@maziggy commented on GitHub (Feb 4, 2026):

Without detailed infos I cannot do anything. Please send a support package.

<!-- gh-comment-id:3848264475 --> @maziggy commented on GitHub (Feb 4, 2026): Without detailed infos I cannot do anything. Please send a support package.
Author
Owner

@stephenpapierski commented on GitHub (Feb 4, 2026):

I couldn't get the zip to attach on ticket creation. It has been edited to include the zip and relevant logs.

<!-- gh-comment-id:3848284342 --> @stephenpapierski commented on GitHub (Feb 4, 2026): I couldn't get the zip to attach on ticket creation. It has been edited to include the zip and relevant logs.
Author
Owner

@maziggy commented on GitHub (Feb 4, 2026):

Should be fixed in branch 0.1.8b. Please let me know if it works.

<!-- gh-comment-id:3848343650 --> @maziggy commented on GitHub (Feb 4, 2026): Should be fixed in branch 0.1.8b. Please let me know if it works.
Author
Owner

@stephenpapierski commented on GitHub (Feb 4, 2026):

I can now see files in the File Manager and am not getting EOFError, but I still have failed uploads, this time with a TimeoutError.

FTP storage diagnostics: can_list_root=True, can_list_cache=True, storage={'used_bytes': 1012874}, errors=[]
FTP upload failed for /insert-bpmk1-0.6_insert.3mf: The read operation timed out (type: TimeoutError)

bambuddy-support-20260204-154544.zip

<!-- gh-comment-id:3850160725 --> @stephenpapierski commented on GitHub (Feb 4, 2026): I can now see files in the File Manager and am not getting EOFError, but I still have failed uploads, this time with a TimeoutError. ``` FTP storage diagnostics: can_list_root=True, can_list_cache=True, storage={'used_bytes': 1012874}, errors=[] FTP upload failed for /insert-bpmk1-0.6_insert.3mf: The read operation timed out (type: TimeoutError) ``` [bambuddy-support-20260204-154544.zip](https://github.com/user-attachments/files/25083292/bambuddy-support-20260204-154544.zip)
Author
Owner

@maziggy commented on GitHub (Feb 5, 2026):

This looks like a network related error. Do you followed the docker installation instructions (network mode host, iptables rules)?

<!-- gh-comment-id:3851356609 --> @maziggy commented on GitHub (Feb 5, 2026): This looks like a network related error. Do you followed the docker installation instructions (network mode host, iptables rules)?
Author
Owner

@bambuman commented on GitHub (Feb 5, 2026):

Can confirm ftp upload is not working. Tried with 0.1.7 and 0.1.8b

With 0.1.8b there is a uploaded file. The sha256 match with the file in bambuddy archive.

To my memory it worked with version 0.1.6.2, I'll try with it next.

Image Image

bambuddy-support-20260205-135849_0.1.8b.zip

bambuddy-support-20260205-134337_0.1.7.zip

<!-- gh-comment-id:3853236654 --> @bambuman commented on GitHub (Feb 5, 2026): Can confirm ftp upload is not working. Tried with 0.1.7 and 0.1.8b With 0.1.8b there is a uploaded file. The sha256 match with the file in bambuddy archive. To my memory it worked with version 0.1.6.2, I'll try with it next. <img width="850" height="273" alt="Image" src="https://github.com/user-attachments/assets/b1091376-e3ae-45d3-b70c-d9553d43604f" /> <img width="752" height="328" alt="Image" src="https://github.com/user-attachments/assets/2706f30a-feb0-489c-aa81-0bf1a4251879" /> [bambuddy-support-20260205-135849_0.1.8b.zip](https://github.com/user-attachments/files/25095339/bambuddy-support-20260205-135849_0.1.8b.zip) [bambuddy-support-20260205-134337_0.1.7.zip](https://github.com/user-attachments/files/25095338/bambuddy-support-20260205-134337_0.1.7.zip)
Author
Owner

@bambuman commented on GitHub (Feb 5, 2026):

Last working version is 0.1.6-final

bambuddy-support-20260205-143048.0.1.6-final.zip

<!-- gh-comment-id:3853358712 --> @bambuman commented on GitHub (Feb 5, 2026): Last working version is 0.1.6-final [bambuddy-support-20260205-143048.0.1.6-final.zip](https://github.com/user-attachments/files/25096025/bambuddy-support-20260205-143048.0.1.6-final.zip)
Author
Owner

@stephenpapierski commented on GitHub (Feb 5, 2026):

I was running 0.1.7 in docker in host mode. I'm testing 0.1.8b with a manual install. It's on the same network and I don't have any routing rules that would block anything. Sending files from Bambu Studio on the same computer works.

I don't see a docker tag for 0.1.6-final, but I did test some others for reprinting...
0.1.6b11 - works
0.1.6.1 (reports as 0.1.7b in app) - failed
0.1.6.2 - failed
0.1.7 - failed
0.1.8b - failed but with timeout

<!-- gh-comment-id:3854726422 --> @stephenpapierski commented on GitHub (Feb 5, 2026): I was running 0.1.7 in docker in host mode. I'm testing 0.1.8b with a manual install. It's on the same network and I don't have any routing rules that would block anything. Sending files from Bambu Studio on the same computer works. I don't see a docker tag for 0.1.6-final, but I did test some others for reprinting... 0.1.6b11 - works 0.1.6.1 (reports as 0.1.7b in app) - failed 0.1.6.2 - failed 0.1.7 - failed 0.1.8b - failed but with timeout
Author
Owner

@maziggy commented on GitHub (Feb 5, 2026):

That was Github auto-close ;)

Please try again with branch 0.1.8b.

<!-- gh-comment-id:3855258408 --> @maziggy commented on GitHub (Feb 5, 2026): That was Github auto-close ;) Please try again with branch 0.1.8b.
Author
Owner

@bambuman commented on GitHub (Feb 5, 2026):

It is working now.

<!-- gh-comment-id:3855321153 --> @bambuman commented on GitHub (Feb 5, 2026): It is working now.
Author
Owner

@stephenpapierski commented on GitHub (Feb 5, 2026):

0.1.8b seems to be working for me know as well.

<!-- gh-comment-id:3855952786 --> @stephenpapierski commented on GitHub (Feb 5, 2026): 0.1.8b seems to be working for me know as well.
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#164
No description provided.