Closed
Bug 614122
Opened 14 years ago
Closed 14 years ago
[Edit page] 500 error on saving "Basic information"
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
5.12.4
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
(Whiteboard: [z])
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
steps to reproduce:
1. Load https://addons.allizom.org/z/en-US/developers/addon/252558/edit
2. Click on "edit" for Basic Information
3. Click "Save changes"
observed behavior:
500-Internal Server Error
traceback-
File "/data/amo_python/www/preview/zamboni/vendor/src/redis/redis/client.py", line 546, in get
return self.execute_command('GET', name)
File "/data/amo_python/www/preview/zamboni/vendor/src/redis/redis/client.py", line 327, in execute_command
**options
File "/data/amo_python/www/preview/zamboni/vendor/src/redis/redis/client.py", line 312, in _execute_command
self.connection.send(command, self)
File "/data/amo_python/www/preview/zamboni/vendor/src/redis/redis/client.py", line 82, in send
self.connect(redis_instance)
File "/data/amo_python/www/preview/zamboni/vendor/src/redis/redis/client.py", line 63, in connect
raise ConnectionError(error_message)
ConnectionError: Error 111 connecting localhost:6379. Connection refused.
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {u'name_en-us': [u'la-la-la-la'], u'slug': [u''], u'summary_en-us': [u'Save pages to read later, then bookmark.'], u'tags': [u'']}>,
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 1•14 years ago
|
||
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•