Closed she11sh0cked closed 3 years ago
My guess is that you updated using git. This isn't supported anymore as the templates are included in an asset and not committed to repo. You can see the updated instructions there: https://wiki.bazarr.media/Getting-Started/Installation/Linux/linux/
Ah! Then that's probably more a problem with Swizzin. I'll cross-reference this issue on their repository then!
Describe the bug The application throws the following exception when accessing
/bazarr
:To Reproduce Steps to reproduce the behavior:
/bazarr
Expected behavior Should render the index page.
Software (please complete the following information):
Additional context
config.ini
```ini [general] ip = 127.0.0.1 port = 6767 base_url = /bazarr path_mappings = [] debug = False branch = master auto_update = True single_language = False minimum_score = 90 use_scenename = True use_postprocessing = False postprocessing_cmd = postprocessing_threshold = 90 use_postprocessing_threshold = False postprocessing_threshold_movie = 70 use_postprocessing_threshold_movie = False use_sonarr = True use_radarr = True path_mappings_movie = [] serie_default_enabled = False serie_default_profile = movie_default_enabled = False movie_default_profile = page_size = 25 page_size_manual_search = 10 minimum_score_movie = 70 use_embedded_subs = True embedded_subs_show_desired = True utf8_encode = True ignore_pgs_subs = False ignore_vobsub_subs = False ignore_ass_subs = False adaptive_searching = False enabled_providers = [] multithreading = True chmod_enabled = False chmod = 0640 subfolder = current subfolder_custom = upgrade_subs = True upgrade_frequency = 12 days_to_upgrade_subs = 7 upgrade_manual = True anti_captcha_provider = None wanted_search_frequency = 3 wanted_search_frequency_movie = 3 subzero_mods = [] dont_notify_manual_actions = False flask_secret_key = !!!SECRET!!! [auth] type = None username = password = apikey = !!!SECRET!!! [sonarr] ip = 127.0.0.1 port = 8989 base_url = /sonarr ssl = False apikey = !!!SECRET!!! full_update = Daily full_update_day = 6 full_update_hour = 4 only_monitored = False series_sync = 60 episodes_sync = 60 excluded_tags = [] excluded_series_types = [] [radarr] ip = 127.0.0.1 port = 7878 base_url = /radarr ssl = False apikey = !!!SECRET!!! full_update = Daily full_update_day = 6 full_update_hour = 5 only_monitored = False movies_sync = 60 excluded_tags = [] [proxy] type = None url = port = username = password = exclude = ["localhost","127.0.0.1"] [opensubtitles] username = password = use_tag_search = False vip = False ssl = False timeout = 15 skip_wrong_fps = False [opensubtitlescom] username = password = use_hash = True [addic7ed] username = password = [legendasdivx] username = password = skip_wrong_fps = False [legendastv] username = password = [xsubs] username = password = [assrt] token = [anticaptcha] anti_captcha_key = [deathbycaptcha] username = password = [napisy24] username = password = [subscene] username = password = [betaseries] token = [analytics] enabled = True [titlovi] username = password = [subsync] use_subsync = False use_subsync_threshold = False subsync_threshold = 90 use_subsync_movie_threshold = False subsync_movie_threshold = 70 debug = False [series_scores] hash = 359 series = 180 year = 90 season = 30 episode = 30 release_group = 15 source = 7 audio_codec = 3 resolution = 2 video_codec = 2 hearing_impaired = 1 streaming_service = 0 edition = 0 [movie_scores] hash = 119 title = 60 year = 30 release_group = 15 source = 7 audio_codec = 3 resolution = 2 video_codec = 2 hearing_impaired = 1 streaming_service = 0 edition = 0 ```