Closed
Bug 699953
Opened 13 years ago
Closed 12 years ago
Affiliates: duplicate username entry error
Categories
(Firefox Affiliates Graveyard :: affiliates.mozilla.org, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: cmore, Unassigned)
References
Details
(Whiteboard: [dev])
Traceback (most recent call last):
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django-session-csrf/session_csrf/__init__.py", line 107, in wrapper
response = f(request, *args, **kw)
File "/data/www/affiliates.mozilla.org/affiliates-app/apps/users/views.py", line 75, in activate
user = RegisterProfile.objects.activate_profile(activation_key)
File "/data/www/affiliates.mozilla.org/affiliates-app/apps/users/models.py", line 122, in activate_profile
user.save()
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/models/base.py", line 460, in save
self.save_base(using=using, force_insert=force_insert, force_update=force_update)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/models/base.py", line 553, in save_base
result = manager._insert(values, return_id=update_pk, using=using)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/models/manager.py", line 195, in _insert
return insert_query(self.model, values, **kwargs)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/models/query.py", line 1436, in insert_query
return query.get_compiler(using=using).execute_sql(return_id)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/models/sql/compiler.py", line 791, in execute_sql
cursor = super(SQLInsertCompiler, self).execute_sql(None)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/models/sql/compiler.py", line 735, in execute_sql
cursor.execute(sql, params)
File "/data/www/affiliates.mozilla.org/affiliates-app/vendor/src/django/django/db/backends/mysql/base.py", line 86, in execute
return self.cursor.execute(query, args)
File "/usr/lib/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute
self.errorhandler(self, exc, value)
File "/usr/lib/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (1062, "Duplicate entry '371069fd14b58c685251de16d9c5e0' for key 'username'")
Reporter | ||
Updated•13 years ago
|
Whiteboard: [dev]
Assignee | ||
Updated•13 years ago
|
Product: Websites → Firefox Affiliates
Comment 2•12 years ago
|
||
Haven't seen anything about this in a year and a half. WONTFIX
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•9 years ago
|
Product: Firefox Affiliates → Firefox Affiliates Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•