mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #1106] [Bug]: Camera on my x1c does not open it shows white screen after todays daily update. #791
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
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#791
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 @TheMrCaveman on GitHub (Apr 23, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1106
Originally assigned to: @maziggy on GitHub.
Component
Bambuddy
Bug Description
As soon as I open the camera feed in bambuddy it opens: http://192.168.1.224:8000/camera/1 and shows a white screen.
Expected Behavior
Normally it would show me my camera feed.
Edit 21:12 If I keep trying it sometimes opens the camera feed as it should.
Steps to Reproduce
open Bambuddy
Got to printer tab
open camera feed.
Printer Model
X1 Carbon
Bambuddy Version
v0.2.4b1
SpoolBuddy Version
No response
Printer Firmware Version
01.11.02.00
Installation Method
Docker
Operating System
Docker
Relevant Logs / Support Package
bambuddy-support-20260423-204454.zip
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Apr 24, 2026):
Fix your permissions!
@maziggy commented on GitHub (Apr 24, 2026):
I also have a X1C with same firmware version and cannot reproduce the issue — when I open the camera on mine the log shows exactly one Starting RTSP camera stream line per open. Yours shows the frontend firing two ffmpeg spawns 140 ms apart on every camera open (e.g. 16:15:09,571 + 16:15:09,707, again at 16:35:46,180 +16:35:46,325). X1C only supports one concurrent RTSPS session, so the second spawn kicks the first — that's the white screen. Retrying eventually works because by then
only one session wins.
To narrow down what's triggering the double-spawn on your setup, can you check:
Not a fix yet — just trying to find which of those is triggering it, because your working X1C on my side and your broken X1C on yours is the clearest difference.
@TheMrCaveman commented on GitHub (Apr 24, 2026):
Tried to replicate it today. And cannot replicate it in any way i could yesterday.
Does a hard browser cache clear (Shift+F5, or clear site data for Bambuddy's origin) change anything? Wondering if a stale JS bundle from before today's update is still running.
Only difference between yesterday and today is a rebooted pc.
@maziggy commented on GitHub (Apr 25, 2026):
Yes! Golden rule: something is odd? Froce reload page (Shift+Reload).
Will close the issue. Let me know if you have any issues again.