Git Product home page Git Product logo

Comments (14)

nomnomnomhb avatar nomnomnomhb commented on June 30, 2024 1

Change the PATH variable to include: /lsiopy/bin:
(So for mine: /lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)

Did wonders for me :).

from docker-bazarr.

github-actions avatar github-actions commented on June 30, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

from docker-bazarr.

thespad avatar thespad commented on June 30, 2024

https://info.linuxserver.io/issues/2023-05-22-portainer/

from docker-bazarr.

gilltor avatar gilltor commented on June 30, 2024

Yeah, I found that in a previous report.
But didn't quite get it. But after reading it again for a few times, I think I do.

So I shouldn't create/update the containers through the docker GUI but with command line?
Also if I recreate/update the existing container with command line, will that fix it?

from docker-bazarr.

aptalca avatar aptalca commented on June 30, 2024

We recommend compose, but cli would also work. You just need to recreate with the correct parameters (portainer and syno gui inject incorrect params during update)

from docker-bazarr.

gilltor avatar gilltor commented on June 30, 2024

Thanks for the info.
You don't happen to have a compose script I can use in the task scheduler?
I think I came across one once when I was looking into docker, but I can't seem to find it again.

Thanks in advance! I'll keep looking tho. :p

from docker-bazarr.

Oizopower avatar Oizopower commented on June 30, 2024

Change the PATH variable to include: /lsiopy/bin: (So for mine: /lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)

Did wonders for me :).

This works for me as well.

from docker-bazarr.

thespad avatar thespad commented on June 30, 2024

This is not a sustainable fix and will just break next time we change anything in the PATH or any other environment variable.

The fundamental issue is with the associated tools botching their management of the containers on an update.

from docker-bazarr.

nomnomnomhb avatar nomnomnomhb commented on June 30, 2024

This is not a sustainable fix and will just break next time we change anything in the PATH or any other environment variable.

The fundamental issue is with the associated tools botching their management of the containers on an update.

Absolutely, but that's not really a fight which the normal user can hold right (I for instance also do not know what's exactly going on. I see a broken container, I try to fix it)? Just for the sake of fixing it so people can move on, I'd say its proper info.

Thanks for providing though, your efforts are tremendously appreciated.

from docker-bazarr.

gilltor avatar gilltor commented on June 30, 2024

Well I've made a scheduled task on Synology that I can trigger when I want to update with CLI that stops, removes, updates and creates the container again.
Script is below.

docker stop bazarr
docker rm bazarr
docker pull linuxserver/bazarr
docker run -d --network=bridge -p 6767:6767 -e PUID=xxxx -e PGID=xxx -e TZ=Europe/Brussels --name=bazarr -v /path/to/config:/config -v /path/to/media:/media linuxserver/bazarr

So this issue can be closed. Thanks for nudging me in the correct direction everyone!!! :)

from docker-bazarr.

j0nnymoe avatar j0nnymoe commented on June 30, 2024

Fyi, we don't recommend automatic updates and that command you've got in your script, will cause you issues.

from docker-bazarr.

gilltor avatar gilltor commented on June 30, 2024

Fyi, we don't recommend automatic updates and that command you've got in your script, will cause you issues.

It's not an automatic update. It doesn't run scheduled. :) Just for me to trigger it when I need it.
And how will this cause issues?

from docker-bazarr.

j0nnymoe avatar j0nnymoe commented on June 30, 2024

Well, you've just used our place holder paths and not actually replaced them with your relevant paths. If you want to continue this discussion, jump over to our discord or forum.

from docker-bazarr.

gilltor avatar gilltor commented on June 30, 2024

Oh, those paths aren't the ones I'm using. Just as an example. I tested the script and it works. :)

from docker-bazarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.