Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#11247 closed defect (cantfix)

UnableToLoadObjectError: An error occurred while getting ticket from the database: TypeError: unsupported type for timedelta microseconds component: unicode

Reported by: vinay.mohan.dass Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.3
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /backlog/MS, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'bscope': u'milestone1', 'name': u'MS', 'scope': None, 'view': u'View'}

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36

System Information

Trac 0.12.3
Trac 0.12.3
Agilo 0.9.6.2
Babel 0.9.5
Docutils 0.7
Genshi 0.6
GIT 1.8.1.1
mod_wsgi 2.5 (WSGIProcessGroup trac_wsgi_05 WSGIApplicationGroup %{GLOBAL})
Pygments 1.4dev-20110115
pysqlite 2.4.1
Python 2.5.2 (r252:60911, Jan 24 2010, 18:02:01)
[GCC 4.3.2]
Python 2.5.2 (r252:60911, Jan 24 2010, 18:02:01)
[GCC 4.3.2]
pytz 2008c
pytz 2008c
RPC 1.1.2
setuptools 0.6c12
setuptools 0.6c12
SQLite 3.7.3
Subversion 1.7.8 (r1419691)
jQuery 1.4.4

Enabled Plugins

agilo 0.9.6.2
TicketImport 0.8
TracAnnouncer 0.12.1.dev
TracDiscussion 0.8-r9877
TracGit 0.12.0.5dev
TracMarkdownMacro 0.11.1
tracrpc.changeset N/A
TracXMLRPC 1.1.2

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.12.3-py2.5.egg/trac/web/main.py", line 522, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.12.3-py2.5.egg/trac/web/main.py", line 243, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/api/view.py", line 155, in process_request
    return self._call_filters_and_handler(req, handler)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/api/view.py", line 143, in _call_filters_and_handler
    data = handler(req) or {}
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/web_ui.py", line 316, in do_get
    renderer = BacklogRenderer(self.env, backlog)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/backlog_renderer.py", line 32, in __init__
    self.backlog_values = backlog.values()
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/model.py", line 356, in values
    tickets = self._load_tickets_matching_backlog()
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/model.py", line 297, in _load_tickets_matching_backlog
    ids_only=ids_only)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/ticket/model.py", line 1358, in select
    "database: %s" % exception_to_unicode(e)))
UnableToLoadObjectError: An error occurred while getting ticket from the database: TypeError: unsupported type for timedelta microseconds component: unicode

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 11 years ago

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

PluginIssue (AgiloForScrum) and a duplicate of #11241. Please search the tickets before submitting a new ticket.

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.