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

[GH-ISSUE #1046] [Bug]: Image won't load for zoomed skip objects #740

Closed
opened 2026-05-07 00:13:19 +02:00 by BreizhHardware · 2 comments

Originally created by @elit3ge on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1046

Originally assigned to: @maziggy on GitHub.

Component

Bambuddy

Bug Description

When you go to skip an object, the mini image shows the layout. When you click on it to get a bigger view, the image won't load.

Expected Behavior

Shows a bigger version of the skip objects.

Steps to Reproduce

  1. start a print
  2. go to skip objects
  3. click the mini view
  4. big view doesn't load

Printer Model

P2S

Bambuddy Version

dev

SpoolBuddy Version

No response

Printer Firmware Version

01.02.00.00

Installation Method

Manual (git clone)

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package

No response

Screenshots

Image

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
  • My printer has Developer Mode enabled
Originally created by @elit3ge on GitHub (Apr 20, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1046 Originally assigned to: @maziggy on GitHub. ### Component Bambuddy ### Bug Description When you go to skip an object, the mini image shows the layout. When you click on it to get a bigger view, the image won't load. ### Expected Behavior Shows a bigger version of the skip objects. ### Steps to Reproduce 1. start a print 2. go to skip objects 3. click the mini view 4. big view doesn't load ### Printer Model P2S ### Bambuddy Version dev ### SpoolBuddy Version _No response_ ### Printer Firmware Version 01.02.00.00 ### Installation Method Manual (git clone) ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package _No response_ ### Screenshots <img width="785" height="456" alt="Image" src="https://github.com/user-attachments/assets/d0ff27b6-0d5e-4a76-98a5-07e1e8f4b827" /> ### 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 - [x] My printer has Developer Mode enabled
BreizhHardware 2026-05-07 00:13:19 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@maziggy commented on GitHub (Apr 20, 2026):

Guess you have authentication enabled....

The mini thumbnail was correctly appending the short-lived stream token ( can't send auth headers), but the enlarged lightbox was using a bare URL, so auth-enabled instances rejected the request. Both images now go through the same withStreamToken() helper.

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!

<!-- gh-comment-id:4279583121 --> @maziggy commented on GitHub (Apr 20, 2026): Guess you have authentication enabled.... The mini thumbnail was correctly appending the short-lived stream token (<img> can't send auth headers), but the enlarged lightbox <img> was using a bare URL, so auth-enabled instances rejected the request. Both images now go through the same withStreamToken() helper. 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](https://github.com/maziggy/bambuddy) — it helps others discover the project!
Author
Owner

@elit3ge commented on GitHub (Apr 20, 2026):

Yeah I have auth enabled.
Awesome thanks, I'll update once my print has finished.

<!-- gh-comment-id:4279664347 --> @elit3ge commented on GitHub (Apr 20, 2026): Yeah I have auth enabled. Awesome thanks, I'll update once my print has finished.
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#740
No description provided.