Fix TypeError when logging in with the latest release
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The latest release the following error is thrown:
```
Bad Request: /auth/api-token-refresh/
WARNING:django.request:Bad Request: /auth/api-token-refresh/
Internal Server Error: /accounts/login/
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: __init__() takes 1 positional argument but 2 were given
ERROR:django.request:Internal Server Error: /accounts/login/
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
TypeError: __init__() takes 1 positional argument but 2 were given
```
This error is likely due to upgrading Django.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.