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