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
The error pasted below was flagged for Aperture's attention (because it bubbled up to user_api). The error is happening when user_apicallsthird_party_auth's get_duplicate_provider method and fails an assertion check because it apparently receives more than one "is already in use" Exception from social-auth-app-django (exception definition in python-social auth). Per both our comment and their docs, we should never get two messages here.
This only happened in one span, and maybe there was a weird glitch in the caller? I don't see any evidence the same user had a successful session, or a successful login since. (They have no recent log history, but they've enrolled in multiple courses in the past.)
The error pasted below was flagged for Aperture's attention (because it bubbled up to
user_api
). The error is happening whenuser_api
callsthird_party_auth
'sget_duplicate_provider
method and fails an assertion check because it apparently receives more than one "is already in use" Exception fromsocial-auth-app-django
(exception definition in python-social auth). Per both our comment and their docs, we should never get two messages here.This only happened in one span, and maybe there was a weird glitch in the caller? I don't see any evidence the same user had a successful session, or a successful login since. (They have no recent log history, but they've enrolled in multiple courses in the past.)
error link (2U-internal).
Stack trace:
The text was updated successfully, but these errors were encountered: