Hi
I have been using Bazarr for a while and just found out it stopped working. I cannot connect to the webinterface. I am using a raspberryPi 4 and DietPi V8.18.2.
Any help would be appreciated.
These are the logs:
root@DietPi:~# journalctl -u bazarr
-- Logs begin at Thu 2019-02-14 10:11:58 GMT, end at Tue 2023-06-13 19:03:13 BST. --
Jun 13 19:01:10 DietPi systemd[1]: Started Bazarr Daemon (DietPi).
Jun 13 19:01:34 DietPi Bazarr[482]: Traceback (most recent call last):
Jun 13 19:01:34 DietPi Bazarr[482]: File "/opt/bazarr/bazarr/main.py", line 41, in <module>
Jun 13 19:01:34 DietPi Bazarr[482]: from app.server import webserver # noqa E402
Jun 13 19:01:34 DietPi Bazarr[482]: File "/opt/bazarr/bazarr/app/server.py", line 12, in <module>
Jun 13 19:01:34 DietPi Bazarr[482]: from api import api_bp
Jun 13 19:01:34 DietPi Bazarr[482]: File "/opt/bazarr/bazarr/api/__init__.py", line 11, in <module>
Jun 13 19:01:34 DietPi Bazarr[482]: from .providers import api_ns_list_providers
Jun 13 19:01:34 DietPi Bazarr[482]: File "/opt/bazarr/bazarr/api/providers/__init__.py", line 4, in <module>
Jun 13 19:01:34 DietPi Bazarr[482]: from .providers_episodes import api_ns_providers_episodes
Jun 13 19:01:34 DietPi Bazarr[482]: File "/opt/bazarr/bazarr/api/providers/providers_episodes.py", line 8, in <module>
Jun 13 19:01:34 DietPi Bazarr[482]: from subtitles.manual import manual_search, manual_download_subtitle
Jun 13 19:01:34 DietPi Bazarr[482]: File "/opt/bazarr/bazarr/subtitles/manual.py", line 91
Jun 13 19:01:34 DietPi Bazarr[482]: continue
Jun 13 19:01:34 DietPi Bazarr[482]: ^
Jun 13 19:01:34 DietPi Bazarr[482]: SyntaxError: 'continue' not supported inside 'finally' clause
Guys one small hint. Python 3.7 is indicating a Debian Buster system. It’s highly recommended to upgrade your system to Debian Bullseye because Debian Buster has become oldoldstable since release of Debian Bookworm DietPi - How to upgrade to "Bullseye" - DietPi blog
I have upgraded my system with the guide you provided. I wanted to wait for a Sonarr bullseye version, but it wont happen i guess. After the upgrade i had to do a reinstall for Bazarr and it is all working again.
Sorry for not filling in the form, it was a bit overwhelming.
Thanks for all the help!