Is there an existing issue for this?
Current Behavior
Instead of opening the Krita edit/load page, I get only "Waiting for stream..." message at the bottom of the black page. Selkies interface can be opened from the side though.

Expected Behavior
Krita interface should be opening
Steps To Reproduce
- created a krita folder under docker folder
- created a new stack in portainer
- copy pasted the docker-compose.yml into the stack
- deployed the stack
- went to the page
Environment
- OS: Synology NAS (debian based linux)
- How docker service was installed: container manager installed in DSM
CPU architecture
x86-64
Docker creation
services:
krita:
container_name: Krita
image: ghcr.io/linuxserver/krita:latest
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
security_opt:
- no-new-privileges:true
- seccomp:unconfined
restart: on-failure:5
ports:
- 3933:3000
volumes:
- /volume1/docker/krita:/config:rw
environment:
CUSTOM_USER: user
PASSWORD: password
TZ: Europe/Bucharest
PUID: 1026
PGID: 100
Container logs
2025-07-28T02:48:44.032812560Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:45.033667227Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:45.327722256Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:46.048806954Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:47.065209517Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:47.328216714Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:48.066113294Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:49.067029728Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:49.328914854Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:50.081762858Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:51.083651907Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:51.329073217Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:52.100448842Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:53.117350882Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:53.329272239Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:54.132087711Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:55.133934632Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:55.330047728Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:56.149204694Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:57.164932711Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:57.330034689Z [pcmflux] Status | Read: 100, Silent: 0 (0.0%), Encoded: 100, Rate: 1.20 kbps
2025-07-28T02:48:58.166944244Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
2025-07-28T02:48:59.183676692Z Res: 1224x924 Mode: H264 (CPU) CS_IN:I420 LR FF Stripes: 1 CRF:25 EncFPS: 0.00 EncStripes/s: 0.00
Is there an existing issue for this?
Current Behavior
Instead of opening the Krita edit/load page, I get only "Waiting for stream..." message at the bottom of the black page. Selkies interface can be opened from the side though.
Expected Behavior
Krita interface should be opening
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
services: krita: container_name: Krita image: ghcr.io/linuxserver/krita:latest healthcheck: test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1 interval: 10s timeout: 5s retries: 3 start_period: 90s security_opt: - no-new-privileges:true - seccomp:unconfined restart: on-failure:5 ports: - 3933:3000 volumes: - /volume1/docker/krita:/config:rw environment: CUSTOM_USER: user PASSWORD: password TZ: Europe/Bucharest PUID: 1026 PGID: 100Container logs