Skip to content

[BUG] lost conneciton to LAN printer after updating docker #39

Description

@nils512

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

after updating docker container, my LAN printer is not connected anymore.
It is necessary to reconnect it.
Volume /config is persistant.

Is this saved somewhere else?

Expected Behavior

No response

Steps To Reproduce

update docker
connect LAN printer

Environment

docker installed via Portainer on Ubuntu Server

CPU architecture

x86-64

Docker creation

services:
  bambustudio:
    image: lscr.io/linuxserver/bambustudio:latest
    container_name: bambustudio
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - TZ=Europe/Berlin
      - DARK_MODE=true #optional
    volumes:
      - XXXX:/config
    ports:
      - 3200:3000
      - 3201:3001
      - 8883:8883
    shm_size: "2gb"
    logging:
      options:
        max-size: 10m

Container logs

INFO:data_websocket:SUCCESS: Capture started for 'primary'.

INFO:data_websocket:Received STOP_VIDEO for 'primary'. Stopping stream.

INFO:data_websocket:Stopping all streams for display 'primary'...

[Wayland] Capture loop stopped.

INFO:data_websocket:Successfully stopped all streams for display 'primary'.

INFO:data_websocket:Video chunk sender for 'primary' cancelled.

INFO:data_websocket:Video chunk sender for 'primary' finished.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions