Advertisement
jxsl13

Untitled

Feb 28th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Exception on /log/2/58b544da/log1488274319.log [GET]
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app
  4. response = self.full_dispatch_request()
  5. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1614, in full_dispatch_request
  6. rv = self.handle_user_exception(e)
  7. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1517, in handle_user_exception
  8. reraise(exc_type, exc_value, tb)
  9. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request
  10. rv = self.dispatch_request()
  11. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request
  12. return self.view_functions[rule.endpoint](**req.view_args)
  13. File "/home/teeworlds/twp/twp.py", line 58, in wrapper
  14. return func(*args, **kwargs)
  15. File "/home/teeworlds/twp/webcontroller/private.py", line 68, in log
  16. return render_template('pages/log.html', ip=PUBLIC_IP, server=srv, logcode=code, logname=name, logdate=logdate)
  17. NameError: global name 'PUBLIC_IP' is not defined
  18. Exception on /log/2/58b544da/log1488274319.log [GET]
  19. Traceback (most recent call last):
  20. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app
  21. response = self.full_dispatch_request()
  22. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1614, in full_dispatch_request
  23. rv = self.handle_user_exception(e)
  24. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1517, in handle_user_exception
  25. reraise(exc_type, exc_value, tb)
  26. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request
  27. rv = self.dispatch_request()
  28. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request
  29. return self.view_functions[rule.endpoint](**req.view_args)
  30. File "/home/teeworlds/twp/twp.py", line 58, in wrapper
  31. return func(*args, **kwargs)
  32. File "/home/teeworlds/twp/webcontroller/private.py", line 68, in log
  33. return render_template('pages/log.html', ip=PUBLIC_IP, server=srv, logcode=code, logname=name, logdate=logdate)
  34. NameError: global name 'PUBLIC_IP' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement