-
Notifications
You must be signed in to change notification settings - Fork 233
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
Unable to upgrade to 1.5.0 on Docker #2804
Comments
What IP address did you configure in your config.yaml? |
The local ip assigned to the server: 192.168.1.16 |
Python need to be able to hold the IP address. If you're running using Docker, the only valid IP are 127.0.0.1 or the container IP on the docker network. The docker host isn't availble inside the container. If you set it to 0.0.0.0, it will listen on every available address. |
Oh! That was it, thank you! |
@morpheus65535 Should this IP be set to 0.0.0.0 inside the bazarr config? Or somewhere in the docker-compose.yaml? |
In Bazarr config directly. There's no benefit to modify that when using Docker. |
Did the job, thanks! |
Describe the bug
After upgrading from 1.4.5 to 1.5.0 the container is not longer able to initialize with the following errors in the logs:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Being able to upgrade to 1.5.0
Software (please complete the following information):
Additional context
For now I downgraded back to 1.4.5 to keep using the service
The text was updated successfully, but these errors were encountered: