Closed
Bug 545505
Opened 15 years ago
Closed 15 years ago
[dashboard][shipping] Error when trying to signoff
Categories
(Mozilla Localizations :: Infrastructure, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kristjanbjarni, Unassigned)
References
Details
(Keywords: regression)
Trying to use the opt-in webtool for Icelandic (is) and getting this error:
DoesNotExist at /shipping/pushes
Push matching query does not exist.
Request Method: GET
Request URL: http://l10n-stage-sj.mozilla.org/shipping/pushes?locale=is&av=fx3.6&offset=Language%20improvements
Exception Type: DoesNotExist
Exception Value:
Push matching query does not exist.
Exception Location: /usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/db/models/query.py in get, line 305
Python Executable: /usr/bin/python
Python Version: 2.6.2
Python Path: ['/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', '/var/lib/python-support/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/var/lib/python-support/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages', '/home/dashboard/site/django-site', '/home/dashboard/site/django-site/../compare-locales/lib']
Server time: Wed, 10 Feb 2010 21:29:09 +0000
Environment:
Request Method: GET
Request URL: http://l10n-stage-sj.mozilla.org/shipping/pushes?locale=is&av=fx3.6&offset=Language%20improvements
Django Version: 1.1
Python Version: 2.6.2
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'accounts',
'homepage',
'life',
'mbdb',
'pushes',
'dashtags',
'l10nstats',
'tinder',
'shipping',
'bugsy']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.RemoteUserMiddleware')
Traceback:
File "/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/core/handlers/base.py" in get_response
92. response = callback(request, *callback_args, **callback_kwargs)
File "/home/dashboard/site/django-site/shipping/views.py" in pushes
148. offset = _get_push_offset(repo_url, request.GET['offset'], branches=branches)
File "/home/dashboard/site/django-site/shipping/views.py" in _get_push_offset
727. push = pushobjs.get(changesets__revision__startswith=id, repository__url=repo_url)
File "/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/db/models/query.py" in get
305. % self.model._meta.object_name)
Exception Type: DoesNotExist at /shipping/pushes
Exception Value: Push matching query does not exist.
Reporter | ||
Updated•15 years ago
|
Summary: [dashboard] → [dashboard] Error when trying to signoff
Comment 2•15 years ago
|
||
Thanks for the report.
http://hg.mozilla.org/l10n/django-site/rev/9de853a3e3b6 should fix this.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Summary: [dashboard] Error when trying to signoff → [dashboard][shipping] Error when trying to signoff
You need to log in
before you can comment on or make changes to this bug.
Description
•