Hello,
I have the email bellow when a user use a "reset password" link that he
received by email.
Can someone help me find where the problem is ?
Thanks in advance,
---
Nicolas
-------- Forwarded Message --------
Subject: [Antidot Weblate] ERROR (EXTERNAL IP): Internal Server Error:
/accounts/complete/email/
Date: Wed, 28 Oct 2015 16:44:00 -0000
From: [email protected]
To: [email protected]
Internal Server Error: /accounts/complete/email/
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line
111, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/dist-packages/django/views/decorators/csrf.py", line
57, in wrapped_view
return view_func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/social/apps/django_app/utils.py", line
52, in wrapper
return func(request, backend, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/social/apps/django_app/views.py", line
20, in complete
redirect_name=REDIRECT_FIELD_NAME, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/social/actions.py", line 41, in
do_complete
user = backend.continue_pipeline(*xargs, **xkwargs)
File "/usr/lib/python2.7/dist-packages/social/backends/base.py", line 191, in
continue_pipeline
return self.authenticate(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/social/backends/base.py", line 81, in
authenticate
return self.pipeline(pipeline, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/social/backends/base.py", line 84, in
pipeline
out = self.run_pipeline(pipeline, pipeline_index, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/social/backends/base.py", line 110, in
run_pipeline
result = func(*args, **out) or {}
TypeError: verify_username() takes exactly 5 arguments (4 given)
Request repr():
<WSGIRequest
path:/accounts/complete/email/,
GET:<QueryDict: {u'verification_code': [u'feb66459ef434887ad6eba00026962df'],
u'id': [u'buxesxi92ssa52bf2dokkq0m5o68q05s']}>,
POST:<QueryDict: {}>,
COOKIES:{'csrftoken': 'rzHrPtz6Whe6pWlSIMD0aZlJqgLLd37C',
'django_language': 'en',
'sessionid': 'buxesxi92ssa52bf2dokkq0m5o68q05s'},
META:{'CONTEXT_DOCUMENT_ROOT': '/var/www/html',
'CONTEXT_PREFIX': '',
u'CSRF_COOKIE': u'rzHrPtz6Whe6pWlSIMD0aZlJqgLLd37C',
'DOCUMENT_ROOT': '/var/www/html',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT':
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=rzHrPtz6Whe6pWlSIMD0aZlJqgLLd37C;
sessionid=buxesxi92ssa52bf2dokkq0m5o68q05s; django_language=en',
'HTTP_HOST': 'weblate.antidot.be',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
Firefox/38.0 Iceweasel/38.3.0',
'PATH_INFO': u'/accounts/complete/email/',
'PATH_TRANSLATED': '/srv/weblate/weblate/wsgi.py/accounts/complete/email/',
'QUERY_STRING':
'verification_code=feb66459ef434887ad6eba00026962df&id=buxesxi92ssa52bf2dokkq0m5o68q05s',
'REMOTE_ADDR': '10.0.0.81',
'REMOTE_PORT': '47448',
'REQUEST_METHOD': 'GET',
'REQUEST_SCHEME': 'https',
'REQUEST_URI':
'/accounts/complete/email/?verification_code=feb66459ef434887ad6eba00026962df&id=buxesxi92ssa52bf2dokkq0m5o68q05s',
'SCRIPT_FILENAME': '/srv/weblate/weblate/wsgi.py',
'SCRIPT_NAME': u'',
'SCRIPT_URI': 'https://weblate.antidot.be/accounts/complete/email/',
'SCRIPT_URL': '/accounts/complete/email/',
'SERVER_ADDR': '192.168.0.26',
'SERVER_ADMIN': '[email protected]',
'SERVER_NAME': 'weblate.antidot.be',
'SERVER_PORT': '443',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.4.10 (Debian) Server at weblate.antidot.be
Port 443</address>\n',
'SERVER_SOFTWARE': 'Apache/2.4.10 (Debian)',
'SSL_TLS_SNI': 'weblate.antidot.be',
'apache.version': (2, 4, 10),
'mod_wsgi.application_group': 'weblate.antidot.be|',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.enable_sendfile': '0',
'mod_wsgi.handler_script': '',
'mod_wsgi.input_chunked': '0',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '443',
'mod_wsgi.process_group': '',
'mod_wsgi.request_handler': 'wsgi-script',
'mod_wsgi.request_start': '1446050640349019',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.script_start': '1446050640349208',
'mod_wsgi.version': (4, 3, 0),
'wsgi.errors': <mod_wsgi.Log object at 0x7f7a3277b930>,
'wsgi.file_wrapper': <type 'mod_wsgi.FileWrapper'>,
'wsgi.input': <mod_wsgi.Input object at 0x7f7a32752270>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'https',
'wsgi.version': (1, 0)}>
Language: None
User: None
Versions:
* Weblate weblate-2.3-844-g56bde31
* Python 2.7.9
* Django 1.7.7
* python-social-auth 0.2.1
* Translate Toolkit 1.12.0
* Whoosh 2.5.7
* Git 2.1.4
* Pillow (PIL) 1.1.7
* dateutil 2.2
* lxml 3.4.0
* django-crispy-forms 1.5.1
* compressor 1.5
* pyuca N/A
* pyLibravatar N/A
* Mercurial 3.1.2
_______________________________________________
Weblate mailing list
[email protected]
https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate