Giter Site home page Giter Site logo

django-facebook-auth's People

Contributors

jellonek avatar jgoclawski avatar kern3l avatar kramarz avatar lowks avatar pazur avatar piotrkilczuk avatar riklaunim avatar serathius avatar theromis avatar tomwys avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

django-facebook-auth's Issues

TypeError: __init__() missing 1 required positional argument: 'fields'

File "C:\Users*\Envs*\lib\site-packages\facebook_auth\models.py", line 23, in
from facebook_auth import forms
File "C:\Users*\Envs*\lib\site-packages\facebook_auth\forms.py", line 26, in
class TokenInformationForm(forms.Form):
File "C:\Users*\Envs*\lib\site-packages\facebook_auth\forms.py", line 31, in TokenInformationForm
scopes = ListField(required=False)
TypeError: init() missing 1 required positional argument: 'fields'

Invalid expiration date from Facebook.

We have invalid expiration date in database - " 4001-01-01 01:00:00+01". It is probably added by JavaScript backend.

social-wifi=> select expiration_date from facebook_auth_usertoken order by expiration_date desc limit 10 ;
    expiration_date     
------------------------
 4001-01-01 01:00:00+01
 4001-01-01 01:00:00+01
 4001-01-01 01:00:00+01
 4001-01-01 01:00:00+01
 2014-09-08 14:15:54+02
 2014-09-08 14:15:54+02
 2014-09-08 14:15:54+02
 2014-09-08 14:15:54+02
 2014-09-08 14:15:54+02
 2014-09-08 14:15:05+02
(10 rows)

To resolve this issue we need to add warning when expiration date is suspectly big and debug this log in sentry.

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.