Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Python27\lib\site-packages\flask\app.py", line 1836, in __call__
  3. return self.wsgi_app(environ, start_response)
  4. File "C:\Python27\lib\site-packages\flask\app.py", line 1820, in wsgi_app
  5. response = self.make_response(self.handle_exception(e))
  6. File "C:\Python27\lib\site-packages\flask\app.py", line 1403, in handle_exception
  7. reraise(exc_type, exc_value, tb)
  8. File "C:\Python27\lib\site-packages\flask\app.py", line 1817, in wsgi_app
  9. response = self.full_dispatch_request()
  10. File "C:\Python27\lib\site-packages\flask\app.py", line 1477, in full_dispatch_request
  11. rv = self.handle_user_exception(e)
  12. File "C:\Python27\lib\site-packages\flask\app.py", line 1381, in handle_user_exception
  13. reraise(exc_type, exc_value, tb)
  14. File "C:\Python27\lib\site-packages\flask\app.py", line 1475, in full_dispatch_request
  15. rv = self.dispatch_request()
  16. File "C:\Python27\lib\site-packages\flask\app.py", line 1461, in dispatch_request
  17. return self.view_functions[rule.endpoint](**req.view_args)
  18. File "C:\Python27\lib\site-packages\flask_oauth.py", line 433, in decorated
  19. return f(*((data,) + args), **kwargs)
  20. File "C:\Users\Barry\PycharmProjects\FYP\welcome.py", line 169, in authorized
  21. return redirect(url_for('home'))
  22. File "C:\Python27\lib\site-packages\flask\helpers.py", line 312, in url_for
  23. return appctx.app.handle_url_build_error(error, endpoint, values)
  24. File "C:\Python27\lib\site-packages\flask\app.py", line 1641, in handle_url_build_error
  25. reraise(exc_type, exc_value, tb)
  26. File "C:\Python27\lib\site-packages\flask\helpers.py", line 305, in url_for
  27. force_external=external)
  28. File "C:\Python27\lib\site-packages\werkzeug\routing.py", line 1758, in build
  29. raise BuildError(endpoint, values, method, self)
  30. BuildError: Could not build url for endpoint 'home'. Did you mean 'Welcome' instead?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement