Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9191 closed defect (cantfix)

AttributeError: 'module' object has no attribute 'dumps'

Reported by: nlance Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.3
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.

I think this bug has to do with the Agilo plugin, but I can't find any information on it on your site or theirs, so any help would be excellent.

Request parameters:

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

System Information

Trac 0.11.3
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
Genshi 0.5.1
mod_python 3.3.1
Agilo 1.2.1-pro
SQLite 3.3.4
pysqlite 2.3.2

Python Traceback

Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\trac-0.11.3-py2.5-win32.egg\trac\web\main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\lib\site-packages\trac-0.11.3-py2.5-win32.egg\trac\web\main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python25\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\api\view.py", line 155, in process_request
    return self._call_filters_and_handler(req, handler)
  File "c:\python25\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler
    data = handler(req) or {}
  File "c:\python25\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\scrum\backlog\new_webui.py", line 165, in do_get
    backlog_info = self._backlog_information(req, backlog)
  File "c:\python25\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\scrum\backlog\new_webui.py", line 93, in _backlog_information
    return Markup(json.dumps(backlog_info))
AttributeError: 'module' object has no attribute 'dumps'

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 14 years ago

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

AgiloForScrum issue.

comment:2 by Robert Buchholz <robert.buchholz@…>, 14 years ago

This seems to be a system-specific issue and nlance contacted us privately to debug it.

@reporter: Please feel free to subscribe to our the Agilo google group where we handle all Agilo related support. For more details please see AgiloForScrum.

@cboos: Thank you for wrangling this bug and cc'ing us.

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.