Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Environment:
  2.  
  3.  
  4. Request Method: GET
  5. Request URL: http://127.0.0.1:8001/perceptual/complete/facebook/?redirect_state=PC0OhXnEuaW2wcUuINO0rMSMAtVDuMbn&state=PC0OhXnEuaW2wcUuINO0rMSMAtVDuMbn&code=AQDbcL1hrXLzYNxSj99MfTaGbo-4MyZGX0CF5c_VsgWOqQfh9Cbq07ah5NcqWIq7gqslXXB9VxbKr2lEArwSVmlg6YQhip-rgraMv_1jbwrMCXH2nJGxhLyMEjwbcwzgzMfAZpekFgsEVpmNyqGOr5n1bhuRHD88UyogZEWpsbW3NQeBJB5mncAbPz-9QzvnfKkoDYIeACXOLuqGURZoza2X
  6.  
  7. Django Version: 1.4.1
  8. Python Version: 2.6.6
  9. Installed Applications:
  10. ('django.contrib.auth',
  11. 'django.contrib.contenttypes',
  12. 'django.contrib.sessions',
  13. 'django.contrib.sites',
  14. 'django.contrib.messages',
  15. 'django.contrib.staticfiles',
  16. 'emailusernames',
  17. 'djangorestframework',
  18. 'south',
  19. 'social_auth',
  20. 'apps.account')
  21. Installed Middleware:
  22. ('django.middleware.common.CommonMiddleware',
  23. 'django.contrib.sessions.middleware.SessionMiddleware',
  24. 'django.middleware.csrf.CsrfViewMiddleware',
  25. 'django.contrib.auth.middleware.AuthenticationMiddleware',
  26. 'django.contrib.messages.middleware.MessageMiddleware')
  27.  
  28.  
  29. Traceback:
  30. File "/opt/perceptual/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
  31. 111. response = callback(request, *callback_args, **callback_kwargs)
  32. File "/opt/perceptual/lib/python2.6/site-packages/django/views/decorators/csrf.py" in wrapped_view
  33. 77. return view_func(*args, **kwargs)
  34. File "/opt/perceptual/lib/python2.6/site-packages/social_auth/decorators.py" in wrapper
  35. 26. return func(request, request.social_auth_backend, *args, **kwargs)
  36. File "/opt/perceptual/lib/python2.6/site-packages/social_auth/views.py" in complete
  37. 39. return complete_process(request, backend, *args, **kwargs)
  38. File "/opt/perceptual/lib/python2.6/site-packages/social_auth/views.py" in complete_process
  39. 97. user = auth_complete(request, backend, *args, **kwargs)
  40. File "/opt/perceptual/lib/python2.6/site-packages/social_auth/views.py" in auth_complete
  41. 172. return backend.auth_complete(user=user, request=request, *args, **kwargs)
  42. File "/opt/perceptual/lib/python2.6/site-packages/social_auth/backends/facebook.py" in auth_complete
  43. 106. raise AuthFailed(self, 'There was an error authenticating '
  44.  
  45. Exception Type: AuthFailed at /perceptual/complete/facebook/
  46. Exception Value: Authentication failed: There was an error authenticating the app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement