Created
October 6, 2015 00:47
-
-
Save MilhouseVH/cc4c7c56695ea9dcb997 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-06 01:42:56 ERROR Thread-23 :: Failed doing webui callback: Traceback (most recent call last): | |
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules | |
return imp.load_source(module_id, path, fp) | |
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module | |
module = compat.load_module(self.module_id, path) | |
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file | |
module = self._compile_from_file(path, filename) | |
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__ | |
super(PageTemplate, self).__init__(*args, **kwargs) | |
File "/opt/sickbeard/sickbeard/webserve.py", line 116, in __init__ | |
t = PageTemplate(rh=self, file="home.mako") | |
File "/opt/sickbeard/sickbeard/webserve.py", line 660, in index | |
result = function(**kwargs) | |
File "/opt/sickbeard/sickbeard/webserve.py", line 265, in async_call | |
result = self.fn(*self.args, **self.kwargs) | |
File "/opt/sickbeard/lib/concurrent/futures/thread.py", line 61, in run | |
exec('raise exc_type, exc_value, traceback', {}, locals_) | |
File "/opt/sickbeard/lib/concurrent/futures/_compat.py", line 107, in reraise | |
reraise(self._exception, self._traceback) | |
File "/opt/sickbeard/lib/concurrent/futures/_base.py", line 359, in __get_result | |
return self.__get_result() | |
File "/opt/sickbeard/lib/concurrent/futures/_base.py", line 400, in result | |
value = future.result() | |
File "/opt/sickbeard/tornado/gen.py", line 807, in run | |
results = yield self.async_call(method) | |
File "/opt/sickbeard/sickbeard/webserve.py", line 250, in get | |
2015-10-06 01:42:56 DEBUG TORNADO :: Failed doing webui request "index": Traceback (most recent call last): | |
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules | |
return imp.load_source(module_id, path, fp) | |
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module | |
module = compat.load_module(self.module_id, path) | |
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file | |
module = self._compile_from_file(path, filename) | |
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__ | |
super(PageTemplate, self).__init__(*args, **kwargs) | |
File "/opt/sickbeard/sickbeard/webserve.py", line 116, in __init__ | |
t = PageTemplate(rh=self, file="home.mako") | |
File "/opt/sickbeard/sickbeard/webserve.py", line 660, in index | |
result = function(**kwargs) | |
File "/opt/sickbeard/sickbeard/webserve.py", line 265, in async_call | |
Traceback (most recent call last): | |
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules | |
return imp.load_source(module_id, path, fp) | |
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module | |
module = compat.load_module(self.module_id, path) | |
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file | |
module = self._compile_from_file(path, filename) | |
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__ | |
super(PageTemplate, self).__init__(*args, **kwargs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment