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
UniqueViolation: duplicate key value violates unique constraint "social_auth_usersocialauth_provider_e6b5e668_uniq"
DETAIL: Key (provider, uid)=(email, [email protected]) already exists.
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "newrelic/hooks/database_psycopg2.py", line 64, in execute
return super(CursorWrapper, self).execute(sql, parameters, *args,
File "newrelic/hooks/database_dbapi2.py", line 38, in execute
return self.__wrapped__.execute(sql, parameters,
IntegrityError: duplicate key value violates unique constraint "social_auth_usersocialauth_provider_e6b5e668_uniq"
DETAIL: Key (provider, uid)=(email, [email protected]) already exists.
(13 additional frame(s) were not displayed)
...
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "django/db/utils.py", line 89, in __exit__
raise dj_exc_value.with_traceback(traceback) from exc_value
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "newrelic/hooks/database_psycopg2.py", line 64, in execute
return super(CursorWrapper, self).execute(sql, parameters, *args,
File "newrelic/hooks/database_dbapi2.py", line 38, in execute
return self.__wrapped__.execute(sql, parameters,
AuthAlreadyAssociated: This account is already in use.
(7 additional frame(s) were not displayed)
...
File "social_core/backends/base.py", line 80, in authenticate
return self.pipeline(pipeline, *args, **kwargs)
File "social_core/backends/base.py", line 83, in pipeline
out = self.run_pipeline(pipeline, pipeline_index, *args, **kwargs)
File "social_core/backends/base.py", line 113, in run_pipeline
result = func(*args, **out) or {}
File "social_core/pipeline/social_auth.py", line 44, in associate_user
result = social_user(backend, uid, user, *args, **kwargs)
File "social_core/pipeline/social_auth.py", line 23, in social_user
raise AuthAlreadyAssociated(backend, msg)
Received unexpected AuthException
The text was updated successfully, but these errors were encountered:
Sentry Issue: BOOTCAMPS-15T
The text was updated successfully, but these errors were encountered: