Modify ↓
#9287 closed defect (cantfix)
AttributeError: 'module' object has no attribute 'dumps'
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /backlog/Sprint Backlog, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'bscope': u'\u30b3\u30b9\u30c8\u306e\u5408\u610f',
'name': u'Sprint Backlog',
'scope': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9
System Information
| Trac | 0.11.4.ja1
|
| Python | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c9
|
| SQLite | 3.6.13
|
| pysqlite | 2.3.2
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Pygments | 1.0
|
| Agilo | 0.8.3-r1918-20090925
|
| Subversion | 1.6.1 (r37116)
|
| jQuery: | 1.3.2
|
Python Traceback
Traceback (most recent call last):
File "d:\traclight\python\lib\site-packages\Trac-0.11.4.ja1-py2.5.egg\trac\web\main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "d:\traclight\python\lib\site-packages\Trac-0.11.4.ja1-py2.5.egg\trac\web\main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "d:\traclight\python\lib\site-packages\agilo-0.8.3_r1918_20090925-py2.5.egg\agilo\api\view.py", line 155, in process_request
return self._call_filters_and_handler(req, handler)
File "d:\traclight\python\lib\site-packages\agilo-0.8.3_r1918_20090925-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler
data = handler(req) or {}
File "d:\traclight\python\lib\site-packages\agilo-0.8.3_r1918_20090925-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 826, in do_get
self._do_show(req, data, backlog)
File "d:\traclight\python\lib\site-packages\agilo-0.8.3_r1918_20090925-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 487, in _do_show
data['child_type_mapping'] = self._configured_child_types(req)
File "d:\traclight\python\lib\site-packages\agilo-0.8.3_r1918_20090925-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 383, in _configured_child_types
return view.as_json(configured_child_types)
File "d:\traclight\python\lib\site-packages\agilo-0.8.3_r1918_20090925-py2.5.egg\agilo\api\view.py", line 348, in as_json
return json.dumps(data)
AttributeError: 'module' object has no attribute 'dumps'
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Cc: | added |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 16 years ago
@reporter: You might want to upgrade to the latest version and if that doesn't work get on our support google group. (For details see AgiloForScrum).
@rblank: thanks for wrangling!
Note:
See TracTickets
for help on using tickets.



PluginIssue (AgiloForScrum).