avpnusr
Also, ich hab seit dem Update des Docker containers das hier und es wird nix mehr geladen:
AA AttributeError: 'module' object has no attribute 'PREFER_WORDS'
AA if sickbeard.PREFER_WORDS:
AA File "/sickchill/sickbeard/show_name_helpers.py", line 226, in hasPreferedWords
AA results.sort(key=lambda ep: show_name_helpers.hasPreferedWords(ep.name, ep.show), reverse=True)
AA File "/sickchill/sickbeard/search.py", line 202, in
AA results.sort(key=lambda ep: show_name_helpers.hasPreferedWords(ep.name, ep.show), reverse=True)
AA File "/sickchill/sickbeard/search.py", line 202, in pickBestResult
AA bestResult = pickBestResult(foundResults[curProvider.name][curEp], show)
AA File "/sickchill/sickbeard/search.py", line 675, in searchProviders
AA searchResult = search.searchProviders(self.show, [self.segment], True, self.downCurQuality)
AA File "/sickchill/sickbeard/search_queue.py", line 177, in run
und im webif hab ich auf der Seite http://ip:port/config/search/
File /sickchill/gui/slick/views/config_search.mako:158, in render_pages:
${sickbeard.PREFER_WORDS}
Du müsstest wohl die Updates von diesem Commit in der init.py übernehmen, die du austauschst
https://github.com/SickChill/SickChill/commit/026b275955c5d74d4d4fd934f35dfd89e5f78e14
bzw. von Anfang Januar
//edit:
die letzte von vor dem Update auf tvdb3 funktioniert bei mir:
https://github.com/SickChill/SickChill/blob/e7e7676866f783a16699b860643bc786152b26bd/sickbeard/init.py