I tried to open the post processing page and a blank page is rendering
Enable debug logging in SickChill settings, reproduce the error (be sure to disable after the bug is fixed)
Branch/Commit:
OS: qnap
Browser: firefox
What you did: opened the post processing tab
What happened: blank screen
What you expected: sickchill post processing page
Logs:
```
PASTE LOGS HERE
AA TypeError: get() missing 1 required positional argument: 'path'
AA result = method(self.path_args, self.path_kwargs)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/tornado/web.py", line 1701, in _execute
AA Traceback (most recent call last):
AA HTTPServerRequest(protocol='http', host='192.168.0.61:7073', method='GET', uri='/favicon.ico', version='HTTP/1.1', remote_ip='10.5.0.6')
2020-07-31 06:04:32 ERROR :: WEBSERVER :: Uncaught exception GET /favicon.ico (10.5.0.6)
AA ModuleNotFoundError: No module named 'sickhill'
AA from sickhill.settings import unpackStrings
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/gui/slick/cache/mako/config_postProcessing.mako.py", line 21, in
AA File "", line 219, in _call_with_frames_removed
AA File "", line 728, in exec_module
AA File "", line 677, in _load_unlocked
AA File "", line 696, in _load
AA File "", line 265, in _load_module_shim
AA File "", line 732, in load_module
AA File "", line 907, in load_module
AA File "", line 407, in _check_name_wrapper
AA return machinery.SourceFileLoader(module_id, path).load_module()
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/mako/compat.py", line 105, in load_module
AA module = compat.load_module(self.module_id, path)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/mako/template.py", line 416, in _compile_from_file
AA module = self._compile_from_file(path, filename)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/mako/template.py", line 348, in __init__
AA *self.template_args
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/mako/lookup.py", line 327, in _load
AA return self._load(srcfile, uri)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/mako/lookup.py", line 260, in get_template
AA self.template = lookup.get_template(filename)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/sickchill/views/common.py", line 54, in __init__
AA t = PageTemplate(rh=self, filename="config_postProcessing.mako")
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/sickchill/views/config/post_processing.py", line 45, in index
AA return method(self, args, *kwargs)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/tornado/web.py", line 1912, in wrapper
AA return function(kwargs)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/sickchill/views/index.py", line 204, in async_call
AA File "/thread.py", line 57, in run
AA value = future.result()
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/tornado/gen.py", line 735, in run
AA results = yield self.async_call(method)
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/sickchill/views/index.py", line 181, in get
AA yielded = self.gen.throw(*exc_info) # type: ignore
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/tornado/gen.py", line 742, in run
AA result = await result
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/tornado/web.py", line 1703, in _execute
AA Traceback (most recent call last):
AA During handling of the above exception, another exception occurred:
AA KeyError: 'config_postProcessing.mako'
AA return self._check(uri, self._collection[uri])
AA File "/share/MD0_DATA/.qpkg/SickChill/SickChill/lib3/mako/lookup.py", line 249, in get_template
AA Traceback (most recent call last):
AA HTTPServerRequest(protocol='http', host='192.168.0.61:7073', method='GET', uri='/config/postProcessing/', version='HTTP/1.1', remote_ip='10.5.0.6')
2020-07-31 06:04:32 ERROR :: WEBSERVER :: Uncaught exception GET /config/postProcessing/ (10.5.0.6)
2020-07-31 05:52:48 INFO :: FINDSUBTITLES :: Finished checking for missed subtitles
2020-07-31 05:52:48 INFO :: FINDSUBTITLES :: Checking for missed subtitles
AA ModuleNotFoundError: No module named 'sickhill'
Issue-Label Bot is automatically applying the label Bug / Issue to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hi, thanks for the report. Please use search to make sure your issue has not been reported yet, and someone will try to help you as soon as possible.
Sorry I forgot to add the following:
SickChill Info:
Branch: py3-again
Commit: b21000941d48c376ef9d40d8157260ae79513b34
Database Version: 44.1
Python Version: 3.7.4 (default, Oct 02 2019, 11:13:20) [GCC 7.4.0]
SSL Version: OpenSSL 1.1.1g 21 Apr 2020
OS: Linux-4.14.24-qnap-x86_64-with-glibc2.2.5
Locale: en_US.UTF-8
I was looking through the code and I see a typo in config_postProcessing.mako.py (line21), you have "sickhill" instead of "sickchill". This may be the issue...
from sickhill.settings import unpackStrings