We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug the docker container of bazaar from linuxserver crashes when started producing this error in the logs :
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
To support the app dev(s) visit:
Bazarr: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url
To support LSIO projects visit:
https://www.linuxserver.io/donate/
GID/UID
User UID: 1000
User GID: 1000
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-26 03:00:32,378 - root (7c0bb15a9b28) : 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
self.server = create_server(app, ^^^^^^^^^^^^^^^^^^
File "/app/bazarr/bin/bazarr/../libs/waitress/server.py", line 78, in create_server
last_serv = TcpWSGIServer( ^^^^^^^^^^^^^^
File "/app/bazarr/bin/bazarr/../libs/waitress/server.py", line 243, in init
self.bind_server_socket()
File "/app/bazarr/bin/bazarr/../libs/waitress/server.py", line 364, in bind_server_socket
self.bind(sockaddr)
File "/app/bazarr/bin/bazarr/../libs/waitress/wasyncore.py", line 395, in bind
return self.socket.bind(addr) ^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 99] Address not available
During handling of the above exception, another exception occurred:
File "/app/bazarr/bin/bazarr/main.py", line 43, in
from app.server import webserver, app # noqa E402 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/bazarr/bin/bazarr/app/server.py", line 108, in
webserver = Server() ^^^^^^^^
File "/app/bazarr/bin/bazarr/app/server.py", line 42, in init
self.configure_server()
File "/app/bazarr/bin/bazarr/app/server.py", line 74, in configure_server
self.shutdown()
File "/app/bazarr/bin/bazarr/app/server.py", line 100, in shutdown
self.close_all()
File "/app/bazarr/bin/bazarr/app/server.py", line 97, in close_all
self.server.close() ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'close'
The text was updated successfully, but these errors were encountered:
Duplicate #2804
Sorry, something went wrong.
No branches or pull requests
Describe the bug
the docker container of bazaar from linuxserver crashes when started producing this error in the logs :
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
Bazarr: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
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-26 03:00:32,378 - root (7c0bb15a9b28) : 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: