Hi,
When i start the tvhproxy i get the following error : The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
[2018-09-09 09:57:56,653] ERROR in app: Exception on / [GET]Traceback (most recent call last):File "/usr/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_appresponse = self.full_dispatch_request()File "/usr/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_requestrv = self.handle_user_exception(e)File "/usr/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exceptionreraise(exc_type, exc_value, tb)File "/usr/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_requestrv = self.dispatch_request()File "/usr/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_requestreturn self.view_functions[rule.endpoint](**req.view_args)File "/opt/tvhproxy/tvhProxy.py", line 73, in devicereturn render_template('device.xml',data = discoverData),{'Content-Type': 'application/xml'}File "/usr/lib/python2.7/site-packages/flask/templating.py", line 133, in render_templatereturn _render(ctx.app.jinja_env.get_or_select_template(template_name_or_list),File "/usr/lib/python2.7/site-packages/jinja2/environment.py", line 869, in get_or_select_templatereturn self.get_template(template_name_or_list, parent, globals)File "/usr/lib/python2.7/site-packages/jinja2/environment.py", line 830, in get_templatereturn self._load_template(name, self.make_globals(globals))File "/usr/lib/python2.7/site-packages/jinja2/environment.py", line 804, in _load_templatetemplate = self.loader.load(self, name, globals)File "/usr/lib/python2.7/site-packages/jinja2/loaders.py", line 113, in loadsource, filename, uptodate = self.get_source(environment, name)File "/usr/lib/python2.7/site-packages/flask/templating.py", line 57, in get_sourcereturn self._get_source_fast(environment, template)File "/usr/lib/python2.7/site-packages/flask/templating.py", line 85, in _get_source_fastraise TemplateNotFound(template)TemplateNotFound: device.xml::ffff:192.168.1.13 - - [2018-09-09 09:57:56] "GET / HTTP/1.1" 500 412 0.008303
Does any boddy know how to solve this ?