You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Bazarr is not accessible in the GUI.
Bazarr is hosted in Docker Compose. In Portainer Bazarr is reported as "Running"
To Reproduce
Steps to reproduce the behavior:
Not sure if related, but I performed a Ubuntu kernel update, from Linux 6.8.0-49-generic x86_64 to Linux 6.8.0-51-generic x86_64. After which I tried to access Bazarr, which resulted in the logs shown below.
Expected behavior
The Bazarr GUI to be accessible at the hosts IP address on the corresponding port 6767
Screenshots
If applicable, add screenshots to help explain your problem.
Software (please complete the following information):
Bazarr: v1.5.0-ls284
Radarr version 5.16.3.9541
Sonarr version 4.0.11.2680
OS: Docker Compose on Linux 6.8.0-51-generic x86_64
Describe the bug
Bazarr is not accessible in the GUI.
Bazarr is hosted in Docker Compose. In Portainer Bazarr is reported as "Running"
To Reproduce
Steps to reproduce the behavior:
Not sure if related, but I performed a Ubuntu kernel update, from Linux 6.8.0-49-generic x86_64 to Linux 6.8.0-51-generic x86_64. After which I tried to access Bazarr, which resulted in the logs shown below.
Expected behavior
The Bazarr GUI to be accessible at the hosts IP address on the corresponding port 6767
Screenshots
If applicable, add screenshots to help explain your problem.
Software (please complete the following information):
Additional context
Portainer log
`
Linuxserver.io version: v1.5.0-ls284
Build-date: 2024-12-25T22:17:44+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
2024-12-27 17:34:11,338 - root (715b3cae1b28) : ERROR (server:73) - BAZARR cannot start because of unhandled exception.
Closing database...
Closing webserver...
Traceback (most recent call last):
File "/app/bazarr/bin/bazarr/app/server.py", line 46, in configure_server
File "/app/bazarr/bin/bazarr/../libs/waitress/server.py", line 78, in create_server
File "/app/bazarr/bin/bazarr/../libs/waitress/server.py", line 243, in init
File "/app/bazarr/bin/bazarr/../libs/waitress/server.py", line 364, in bind_server_socket
File "/app/bazarr/bin/bazarr/../libs/waitress/wasyncore.py", line 395, in bind
OSError: [Errno 99] Address not available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/bazarr/bin/bazarr/main.py", line 43, in
File "/app/bazarr/bin/bazarr/app/server.py", line 108, in
File "/app/bazarr/bin/bazarr/app/server.py", line 42, in init
File "/app/bazarr/bin/bazarr/app/server.py", line 74, in configure_server
File "/app/bazarr/bin/bazarr/app/server.py", line 100, in shutdown
File "/app/bazarr/bin/bazarr/app/server.py", line 97, in close_all
AttributeError: 'NoneType' object has no attribute 'close'
`
The text was updated successfully, but these errors were encountered: