Skip to content

[BUG] webui crashes daily #155

@janusn

Description

@janusn

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have two containers running bazarr. One for 4K videos and another other videos. Both ran fine until this week. The one for other video crashes daily. It may or may not be related to the tag v1.5.2-ls310 since I have added a container of huntarr this week.

Here is the output of docker logs bazarr.

bazarr.log.zip

Expected Behavior

Bazarr runs smoothly without crash.

Steps To Reproduce

  1. start the container.
  2. wait for it crashes

Environment

- OS: Debian GNU/Linux 12 (bookworm) running on TrueNAS ElectricEel-24.10.2.2 inside LXC
- How docker service was installed: following this guide:[Install Docker Engine on Debian](https://docs.docker.com/engine/install/debian/)

CPU architecture

x86-64

Docker creation

Docker compose with the following:

$ cat compose.yaml
---
#version: "2.1"
services:
  bazarr:
    image: "linuxserver/bazarr:latest"
    container_name: bazarr
    deploy:
      resources:
        limits:
          memory: 1G
    environment:
      - PUID=3004
      - PGID=5004
      - TZ=Europe/London
    volumes:
      - "./config:/config:rw"
      - "/mnt/media:/mnt/media:rw"
      - "/mnt/private:/mnt/private:rw"
    ports:
      - "6767:6767"
    restart: unless-stopped

Container logs

The log is too large. Please find it in the `Current Behavior` section above.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions