Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazarr crashing when I load /series on a container with base image Alpine 3.15 #1860

Closed
germancasares opened this issue Jun 1, 2022 · 0 comments

Comments

@germancasares
Copy link

SOLUTION

This only happens while running the LinuxServer Image: v1.0.4-ls156 for Bazarr (or similar images with a base of alpine:3.15)

This was happening because the latest version of sqlite-libs that Alpine 3.15 has is: https://pkgs.alpinelinux.org/packages?name=sqlite-libs&branch=v3.15&repo=main&arch=aarch64 and that version was throwing a Segmentation Fault.

Upgrading that library to the latest version available https://pkgs.alpinelinux.org/packages?name=sqlite-libs&branch=v3.16&repo=main&arch=aarch64 solves the issue.

To upgrade that version manually run the following commands:

  1. docker exec -it bazarr /bin/bash
  2. apk upgrade sqlite-libs --repository=http://dl-cdn.alpinelinux.org/alpine/v3.16/main

BUG REPORT

Describe the bug
There is a bug where if you are running in a docker image with the base image being alpine:3.15 (Like Linuxserver.io has right now) the sqlite-libs will crash with a Segmentation Fault
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Setup Bazarr with Sonarr
  2. Go to BAZARR_URL:6767/series
  3. The page will eventually crash with "Cannot Initialize Bazarr"

Expected behavior
The page to not crash / Or the API to not crash BAZARR_URL:6767/api/series

Screenshots
image
image

Screen_Recording_2022-05-25_at_9.37.22_AM.mov

Software (please complete the following information):

  • Bazarr: [v1.0.4]
  • Sonarr version [3.0.8.1507]
  • OS: Linux Alpine 3.15 [https://github.com/linuxserver/docker-baseimage-alpine/blob/35065baace7396830b1b0b9dab0c3d55913942b5/Dockerfile#L1]

Additional context

  • Architecture: aarch64
  • Raspberry Pi 3b
  • LinuxServer Image: v1.0.4-ls156
  • Build-date:- 2022-05-27T17:52:16-05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant