Skip to content

Instantly share code, notes, and snippets.

@DonZalmrol
Created October 8, 2015 09:19
Show Gist options
  • Save DonZalmrol/7107c49f103dc10f0686 to your computer and use it in GitHub Desktop.
Save DonZalmrol/7107c49f103dc10f0686 to your computer and use it in GitHub Desktop.
2015-10-08 11:16:31 ERROR Thread-16 :: Failed doing webui callback: Traceback (most recent call last):
ImportError: Loaded module _usr_local_sickbeard_custom_var_SickBeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/template.py", line 321, in __init__
super(PageTemplate, self).__init__(*args, **kwargs)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 101, in __init__
t = PageTemplate(rh=self, file="home.mako")
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 645, in index
result = function(**kwargs)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 250, in async_call
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/thread.py", line 61, in run
exec('raise exc_type, exc_value, traceback', {}, locals_)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_compat.py", line 107, in reraise
reraise(self._exception, self._traceback)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 359, in __get_result
return self.__get_result()
File "/usr/local/sickbeard-custom/var/SickBeard/lib/concurrent/futures/_base.py", line 400, in result
value = future.result()
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/tornado/gen.py", line 807, in run
results = yield self.async_call(method)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 235, in get
2015-10-08 11:16:31 DEBUG TORNADO :: Failed doing webui request "index": Traceback (most recent call last):
ImportError: Loaded module _usr_local_sickbeard_custom_var_SickBeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/template.py", line 321, in __init__
super(PageTemplate, self).__init__(*args, **kwargs)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 101, in __init__
t = PageTemplate(rh=self, file="home.mako")
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 645, in index
result = function(**kwargs)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickbeard/webserve.py", line 250, in async_call
Traceback (most recent call last):
ImportError: Loaded module _usr_local_sickbeard_custom_var_SickBeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/usr/local/sickbeard-custom/var/SickBeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/usr/local/sickbeard-custom/var/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