Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1988, in wsgi_app
  2. response = self.full_dispatch_request()
  3. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1641, in full_dispatch_request
  4. rv = self.handle_user_exception(e)
  5. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1544, in handle_user_exception
  6. reraise(exc_type, exc_value, tb)
  7. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1639, in full_dispatch_request
  8. rv = self.dispatch_request()
  9. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1625, in dispatch_request
  10. return self.view_functions[rule.endpoint](**req.view_args)
  11. File "/home/ubuntu/rightnow/RocketMap/pogom/app.py", line 175, in fullmap
  12. show_scan=scan_display
  13. File "/usr/local/lib/python2.7/dist-packages/flask/templating.py", line 133, in render_template
  14. return _render(ctx.app.jinja_env.get_or_select_template(template_name_or_list),
  15. File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 851, in get_or_select_template
  16. return self.get_template(template_name_or_list, parent, globals)
  17. File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 812, in get_template
  18. return self._load_template(name, self.make_globals(globals))
  19. File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 774, in _load_template
  20. cache_key = self.loader.get_source(self, name)[1]
  21. File "/usr/local/lib/python2.7/dist-packages/flask/templating.py", line 57, in get_source
  22. return self._get_source_fast(environment, template)
  23. File "/usr/local/lib/python2.7/dist-packages/flask/templating.py", line 82, in _get_source_fast
  24. return loader.get_source(environment, template)
  25. File "/usr/local/lib/python2.7/dist-packages/jinja2/loaders.py", line 175, in get_source
  26. contents = f.read().decode(self.encoding)
  27. File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
  28. return codecs.utf_8_decode(input, errors, True)
  29. UnicodeDecodeError: 'utf8' codec can't decode byte 0xf8 in position 2800: invalid start byte
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement