Django-allauth: VK provider is broken in 0.35.0

Created on 5 Mar 2018  路  6Comments  路  Source: pennersr/django-allauth

Some time ago VK announced, that the previously optional parameter (API version) will become required. For django-allauth this issue was addressed in e7b03cc379e4527cb8b821f54768635ed95f4c6e, but it was 4 days late for the 0.35.0 release.

Several days ago VK started rejecting requests without API version. It means, that all apps using django-allauth with VK produce 500 errors on each login attempt.

Is it possible to make a new release now?

Most helpful comment

For workaround you can install allauth from master branch:
pip install git+https://github.com/pennersr/django-allauth.git@master

All 6 comments

For workaround you can install allauth from master branch:
pip install git+https://github.com/pennersr/django-allauth.git@master

@pennersr Can you please comment why have you closed the issue? I don't see the new release out there.

Yes, I can use @dgorobets' advice to bypass the issue and it partially solves the issue for myself, but the latest release is still broken for everyone else.

In order to keep things manageable I keep the policy of closing issues that are not pointing to a real issue in allauth. Yours is more of a general question.

http://django-allauth.readthedocs.io/en/latest/faq.html#why-did-you-just-close-my-issue

(as for a release, I have no date currently)

@dgorobets why after your branch allauth stoped translate to other languages? Only english

@lokkomokko

cd virtualenv/src/django-allauth/allauth && django-admin compilemessages

@last-partizan big thanx good man !^.^

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FSE-DEV picture FSE-DEV  路  5Comments

blueyed picture blueyed  路  5Comments

hyunwoona picture hyunwoona  路  4Comments

dollydagr picture dollydagr  路  4Comments

gitdeepak picture gitdeepak  路  5Comments