Project

General

Profile

Bug #96634

Updated by Paul Marillonnet 2 months ago

https://sentry.entrouvert.org/entrouvert/publik/issues/123969/

<pre>
UniqueViolation: duplicate key value violates unique constraint "authentic2_userexternalid_source_external_id_5c73e13a_uniq"
DETAIL: Key (source, external_id)=(ldap-cap-atlantique, prenom.nom) victoria.greze) already exists.

File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)

IntegrityError: duplicate key value violates unique constraint "authentic2_userexternalid_source_external_id_5c73e13a_uniq"
DETAIL: Key (source, external_id)=(ldap-cap-atlantique, victoria.greze) already exists.

(33 additional frame(s) were not displayed)
...
File "django/db/backends/utils.py", line 66, in execute
return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
File "django/db/backends/utils.py", line 75, in _execute_with_wrappers
return executor(sql, params, many, context)
File "django/db/backends/utils.py", line 79, in _execute
with self.db.wrap_database_errors:
File "django/db/utils.py", line 90, 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)
</pre>

Back