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 #93

Closed
germancasares opened this issue Jun 4, 2022 · 6 comments

Comments

@germancasares
Copy link

linuxserver.io

Crossposting from: morpheus65535/bazarr#1860

But the current version of the base image used for docker-bazarr (Alpine 3.15) contains an older library of sqlite-libs that it is making it crash on my Raspberry Pi 3b. I tested this and it was working fine on a Raspberry Pi 4b.


Expected Behavior

Bazarr UI working correctly.

Current Behavior

Bazarr UI crashes with Segmentation Fault.

Steps to Reproduce

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

Environment

OS: Raspbery Pi OS
CPU architecture: arm64
Hardware: Raspberry Pi 3b (It does not happen on Raspberry Pi 4b)
How docker service was installed: lscr.io/linuxserver/bazarr:latest

Command used to create docker container (run/create/compose/screenshot)

  bazarr:
    image: lscr.io/linuxserver/bazarr:latest
    container_name: bazarr
    depends_on:
      - sonarr
      - radarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Vancouver
    volumes:
      - /home/USER/Bazarr:/config
      - /media/USER/Movies:/movies
      - /media/USER/TV Shows:/tv
    ports:
      - 6767:6767
    restart: unless-stopped

Docker logs

@github-actions
Copy link

github-actions bot commented Jun 4, 2022

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

@j0nnymoe
Copy link
Member

j0nnymoe commented Jun 4, 2022

Please provide logs

@germancasares
Copy link
Author

Hi!

Sorry about that, I though I added them to the initial ticket over at Bazarr.

https://pastebin.com/G0PwCp93

These logs are from when I tried to run Bazarr with GDB, so it includes at the end the Segmentation Fault.

@RouNNdeL
Copy link

I'm facing the same issue, is there any workaround until its fixed? I spent ages trying to debug this, not knowing you could run bazarr with GDB, without it only Bazarr exited. message pops up

@germancasares
Copy link
Author

@RouNNdeL There is! You can go to where I initially posted it: morpheus65535/bazarr#1860

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants