You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'str' object has no attribute 'get'
(6 additional frame(s) were not displayed)
...
File "rest_framework/views.py", line 455, in handle_exception
self.raise_uncaught_exception(exc)
File "rest_framework/views.py", line 492, in dispatch
response = handler(request, *args, **kwargs)
File "kolibri/core/auth/api.py", line 696, in create
data = self.extract_request_data(request)
File "kolibri_instant_schools_plugin/auth/api.py", line 48, in extract_request_data
data = super(PhoneNumberSignUpViewSet, self).extract_request_data(request)
File "kolibri/core/auth/api.py", line 686, in extract_request_data
"username": request.data.get("username", ""),
The text was updated successfully, but these errors were encountered:
AttributeError: 'str' object has no attribute 'get'
Sentry Issue: KOLIBRI-BACKEND-2E8
The text was updated successfully, but these errors were encountered: