Modify ↓
#8418 closed defect (wontfix)
UnableToLoadObjectError: An error occurred while getting <Sprint (None) for None> from the database: timestamp out of range for platform time_t
Reported by: | admin | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin/agilo/sprints
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'agilo', 'panel_id': u'sprints', 'path_info': None}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15 (Ubuntu-1.1.15+nobinonly-0ubuntu0.8.04.2)
System Information
Trac | 0.11.1
|
Python | 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2]
|
setuptools | 0.6c8
|
SQLite | 3.5.9
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
Pygments | 0.10
|
Agilo | 0.7.4.1-r1624-20090611
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/trac/admin/web_ui.py", line 113, in process_request path_info) File "/usr/lib/python2.5/site-packages/agilo-0.7.4.1_r1624_20090611-py2.5.egg/agilo/admin/api.py", line 60, in render_admin_panel return self.list_view(req, cat, page) File "/usr/lib/python2.5/site-packages/agilo-0.7.4.1_r1624_20090611-py2.5.egg/agilo/admin/sprint.py", line 132, in list_view 'sprints': Sprint.select(self.env), File "/usr/lib/python2.5/site-packages/agilo-0.7.4.1_r1624_20090611-py2.5.egg/agilo/core.py", line 661, in select (obj, str(e)))) UnableToLoadObjectError: An error occurred while getting <Sprint (None) for None> from the database: timestamp out of range for platform time_t
Attachments (0)
Note:
See TracTickets
for help on using tickets.
It's an AgiloForScrum issue.