Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9340 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/Product Backlog, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'name': u'Product Backlog', 'scope': None}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.38 Safari/533.4

System Information

Trac 0.11.2.1.ja1
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.5.1
mod_python 3.3.1
Pygments 1.0
Agilo 0.8.3-r1918-20090925
Subversion 1.5.2 (r32768)
jQuery: 1.3.2

Python Traceback

Traceback (most recent call last):
  File "c:\traclight\python\lib\site-packages\Trac-0.11.2.1.ja1-py2.5.egg\trac\web\main.py", line 432, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\traclight\python\lib\site-packages\Trac-0.11.2.1.ja1-py2.5.egg\trac\web\main.py", line 204, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\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 "c:\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 "c:\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 "c:\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 "c:\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 "c:\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 Remy Blank, 14 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

comment:2 by anonymous, 14 years ago

@reporter: you're using an outdated version of Agilo, please upgrade. Also please don't hesitate to join the agilo support google group (details at AgiloForScrum) for further questions.

@rblank: thanks again. :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.