[Solved] Can't access Bazarr after fresh install with easy config

Questions about Bazarr.
Post Reply
bdog18
Posts: 2
Joined: Fri Dec 20, 2024 10:30 pm
United States of America

[Solved] Can't access Bazarr after fresh install with easy config

Post by bdog18 »

Hello!

I did a fresh install of ubuntu server and mounted a 18TB HDD to it for use as the media storage. I then ran yams setup using the easy config since I had gone through the normal config before and now I am unable to access bazarr through the entrypoint. Does anyone have any recommendations on what to do? I have tried restarting the docker container as well as changing the config for bazarr so the ip is my local ip. Any help would be great!

Thanks! :D

User avatar
rogs
Site Admin
Posts: 175
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: Can't access Bazarr after fresh install with easy config

Post by rogs »

Hey @bdog18!

I haven't updated the easy config in a long time, so that might be the problem. Try deleting the config for bazarr and restarting YAMS again.

Code: Select all

yams stop
rm -r your/install/location/config/bazarr
yams start

That should fix it :D

Cheers!

Roger.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
bdog18
Posts: 2
Joined: Fri Dec 20, 2024 10:30 pm
United States of America

Re: Can't access Bazarr after fresh install with easy config

Post by bdog18 »

@rogs

Thanks for the reply!
I was able to fix it in this way as well so that others can see this if they have issues in the future.

Code: Select all

docker stop bazarr
rm /path/to/local/data/bazarr.db
docker restart bazarr

Thanks for the help! :D

Post Reply