GithubHelp home page GithubHelp logo

Comments (2)

rbwong avatar rbwong commented on August 17, 2024

Environment:

Request Method: POST
Request URL: http://localhost:8000/rest-auth/twitter/

Django Version: 1.8
Python Version: 2.7.3
Installed Applications:
('django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.staticfiles',
'django.contrib.sites',
'rest_framework',
'rest_framework.authtoken',
'rest_auth',
'allauth',
'allauth.account',
'rest_auth.registration',
'allauth.socialaccount',
'allauth.socialaccount.providers.twitter')
Installed Middleware:
('django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware')

Traceback:
File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response

  1.                 response = wrapped_callback(request, _callback_args, *_callback_kwargs)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/django/views/decorators/csrf.py" in wrapped_view
  2.     return view_func(_args, *_kwargs)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/django/views/generic/base.py" in view
  3.         return self.dispatch(request, _args, *_kwargs)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/rest_framework/views.py" in dispatch
  4.         response = self.handle_exception(exc)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/rest_framework/views.py" in dispatch
  5.         response = handler(request, _args, *_kwargs)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/rest_auth/views.py" in post
  6.     if not self.serializer.is_valid():
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/rest_framework/serializers.py" in is_valid
  7.             self._validated_data = self.run_validation(self.initial_data)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/rest_framework/serializers.py" in run_validation
  8.         value = self.validate(value)
    
    File "/home/ryan/.virtualenvs/django-rest-auth-demo/local/lib/python2.7/site-packages/rest_auth/registration/serializers.py" in validate
  9.     token = self.adapter.parse_token({'access_token': access_token})
    

Exception Type: AttributeError at /rest-auth/facebook/
Exception Value: 'TwitterOAuthAdapter' object has no attribute 'parse_token'

from django-rest-auth.

dariemp avatar dariemp commented on August 17, 2024

Any comment on why this bug was closed? I'm having the same problem.

from django-rest-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.