Closed
Bug 672649
Opened 14 years ago
Closed 14 years ago
[traceback] 'NoneType' object has no attribute 'code'
Categories
(Webtools Graveyard :: Elmo, defect)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: Pike)
References
()
Details
(Whiteboard: [fuzzer])
https://l10n-dev-sj.mozilla.org/shipping/dashboard?av=fennec5 yields:
Request Method: GET
Request URL: https://l10n-dev-sj.mozilla.org/shipping/dashboard?av=fennec5
Django Version: 1.3
Exception Type: AttributeError
Exception Value:
'NoneType' object has no attribute 'code'
Exception Location: /home/dashboard/test/elmo/apps/shipping/views/__init__.py in dashboard, line 226
Python Executable: /usr/bin/python
Python Version: 2.6.5
Python Path:
['/home/dashboard/test/elmo/apps',
'/home/dashboard/test/elmo/lib',
'/home/dashboard/test/elmo/vendor-local',
'/home/dashboard/test/elmo/vendor-local/src/compare-locales/lib',
'/home/dashboard/test/elmo/vendor-local/src/bleach',
'/home/dashboard/test/elmo/vendor-local/src/django-qunit',
'/home/dashboard/test/elmo/vendor-local/lib/python',
'/home/dashboard/test/elmo/vendor',
'/home/dashboard/test/elmo/vendor/src/commonware',
'/home/dashboard/test/elmo/vendor/src/django',
'/home/dashboard/test/elmo/vendor/src/django-mozilla-product-details',
'/home/dashboard/test/elmo/vendor/src/django-nose',
'/home/dashboard/test/elmo/vendor/src/django-sha2',
'/home/dashboard/test/elmo/vendor/src/jingo',
'/home/dashboard/test/elmo/vendor/src/jingo-minify',
'/home/dashboard/test/elmo/vendor/src/nuggets',
'/home/dashboard/test/elmo/vendor/src/schematic',
'/home/dashboard/test/elmo/vendor/src/test-utils',
'/home/dashboard/test/elmo/vendor/src/tower',
'/home/dashboard/test/elmo/vendor/lib/python',
'/home/dashboard/test/elmo',
'/home/dashboard/test/elmo/env/lib/python2.6/site-packages',
'/usr/local/lib/python2.6/dist-packages/mercurial-1.3.1-py2.6-linux-i686.egg',
'/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg',
'/usr/lib/python2.6',
'/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk',
'/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload',
'/usr/lib/python2.6/dist-packages',
'/usr/lib/python2.6/dist-packages/PIL',
'/usr/lib/python2.6/dist-packages/gst-0.10',
'/usr/lib/pymodules/python2.6',
'/usr/lib/python2.6/dist-packages/gtk-2.0',
'/usr/lib/pymodules/python2.6/gtk-2.0',
'/usr/local/lib/python2.6/dist-packages',
'/home/dashboard/test']
Server time: Tue, 19 Jul 2011 14:19:14 -0700
| Reporter | ||
Updated•14 years ago
|
Whiteboard: [fuzzer]
| Assignee | ||
Comment 1•14 years ago
|
||
The fix for this is to update -dev- with a recent database dump. There's an inconsistency in the data on dev, I guess. -stage- works fine, and runs mostly the same code right now.
| Assignee | ||
Comment 2•14 years ago
|
||
Updated the db on -dev-, this is now fixed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → l10n
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•