Closed
Bug 729735
Opened 14 years ago
Closed 14 years ago
[prod][traceback] Error: IntegrityError: (1048, "Column 'url' cannot be null")
Categories
(Input Graveyard :: Backend, defect)
Input Graveyard
Backend
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mbrandt, Unassigned)
Details
(Whiteboard: [prod])
There's a recent spate of new tracebacks that follow this same pattern.
POST:<QueryDict: {u'device': [u''], u'_type': [u'3'], u'description': [u'Have a section in the top margin where we can place a button where it will send us to a URL we set up. It will show the logo of the website like Facebook, Youtube, ect or just the url. It is like a quick link to our favorite websites. '], u'manufacturer': [u'']}>,
COOKIES:{'SSID': 'xxxx' ...
Traceback (most recent call last):
File "/data/www/django/input.mozilla.com/reporter/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/input/decorators.py", line 102, in wrapped
return f(request, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/feedback/views.py", line 52, in wrapped
return f(request, ua=ua, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/vendor/src/django/django/views/decorators/cache.py", line 79, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/feedback/views.py", line 77, in feedback
request, typ, ua, form)
File "/data/www/django/input.mozilla.com/reporter/apps/feedback/views.py", line 148, in save_opinion_from_form
opinion.save()
File "/data/www/django/input.mozilla.com/reporter/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/django/input.mozilla.com/reporter/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/django/input.mozilla.com/reporter/vendor/src/django/django/db/models/manager.py", line 195, in _insert
return insert_query(self.model, values, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/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/django/input.mozilla.com/reporter/vendor/src/django/django/db/models/sql/compiler.py", line 791, in execute_sql
cursor = super(SQLInsertCompiler, self).execute_sql(None)
File "/data/www/django/input.mozilla.com/reporter/vendor/src/django/django/db/models/sql/compiler.py", line 735, in execute_sql
cursor.execute(sql, params)
File "/data/www/django/input.mozilla.com/reporter/vendor/src/django/django/db/backends/mysql/base.py", line 86, in execute
return self.cursor.execute(query, args)
File "/usr/lib64/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute
self.errorhandler(self, exc, value)
File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (1048, "Column 'url' cannot be null")
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•9 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•