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

[GH-ISSUE #341] [Bug]: Queued Jobs Incorrectly Archived After Duplicate Execution Detection #217

Closed
opened 2026-05-07 00:07:46 +02:00 by BreizhHardware · 1 comment

Originally created by @Hiabu1 on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/341

Originally assigned to: @maziggy on GitHub.

Bug Description

When the same program/file is required multiple times, jobs that are placed in the queue are automatically archived after the first execution of that program.

In the reported case, the same file was added to the queue four times from the archive, while one instance of the same program was started manually. After the printer finished running the manually started job, all queued jobs displayed a message stating that the program had already been executed “x minutes ago” and were automatically moved to the archive instead of being executed.

As a result, the queued jobs were not processed even though they were intentionally added multiple times and were expected to run sequentially.

Expected Behavior

When the same program/file is added to the queue multiple times, each queued job should be executed sequentially, regardless of whether the same program was previously executed manually or earlier from the queue.

Queued jobs should not be automatically archived simply because an identical program has already been run. Instead, every queued instance should remain active in the queue and be processed until all queued executions are completed.

Steps to Reproduce

start a print
put the same print in queue
wait till the print finished

Printer Model

P1S

Bambuddy Version

0.1.9

Printer Firmware Version

01.09.01.00

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package


Screenshots

bambuddy-support-20260212-093121.zip

Additional Context

Image

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 @Hiabu1 on GitHub (Feb 12, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/341 Originally assigned to: @maziggy on GitHub. ### Bug Description When the same program/file is required multiple times, jobs that are placed in the queue are automatically archived after the first execution of that program. In the reported case, the same file was added to the queue four times from the archive, while one instance of the same program was started manually. After the printer finished running the manually started job, all queued jobs displayed a message stating that the program had already been executed “x minutes ago” and were automatically moved to the archive instead of being executed. As a result, the queued jobs were not processed even though they were intentionally added multiple times and were expected to run sequentially. ### Expected Behavior When the same program/file is added to the queue multiple times, each queued job should be executed sequentially, regardless of whether the same program was previously executed manually or earlier from the queue. Queued jobs should not be automatically archived simply because an identical program has already been run. Instead, every queued instance should remain active in the queue and be processed until all queued executions are completed. ### Steps to Reproduce start a print put the same print in queue wait till the print finished ### Printer Model P1S ### Bambuddy Version 0.1.9 ### Printer Firmware Version 01.09.01.00 ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell ``` ### Screenshots [bambuddy-support-20260212-093121.zip](https://github.com/user-attachments/files/25255541/bambuddy-support-20260212-093121.zip) ### Additional Context <img width="1371" height="469" alt="Image" src="https://github.com/user-attachments/assets/48236503-0fef-4cff-a9b1-6bae21a5a984" /> ### 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:07:46 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

Good catch! Fixed in branch 0.2.0b. Please let me know if it works now.


If you find Bambuddy useful, please consider giving it a on GitHub — it helps others discover the project!

<!-- gh-comment-id:3890223156 --> @maziggy commented on GitHub (Feb 12, 2026): Good catch! Fixed in branch 0.2.0b. Please let me know if it works now. ----- If you find Bambuddy useful, please consider giving it a ⭐ on [GitHub](https://github.com/bambuman/bambuddy) — it helps others discover the project!
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#217
No description provided.