Modify ↓
Opened 13 years ago
Closed 13 years ago
#10663 closed defect (cantfix)
ValueError: day is out of range for month
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /ticketgantt
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'baseday': u'04/11/2012', 'month': u'4', 'selected_component': u'', 'selected_milestone': u'', 'show_my_ticket': u'on', 'sorted_field': u'milestone', 'year': u'2012'}
User agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.152 Safari/535.19
System Information
Trac | 0.12.3
|
Genshi | 0.6
|
mod_python | 3.3.1
|
pysqlite | 2.6.3
|
Python | 2.4.3 (#1, Jun 11 2009, 14:09:37) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
|
setuptools | 0.6c11
|
SQLite | 3.3.6
|
Subversion | 1.4.2 (r22196)
|
jQuery | 1.4.4
|
Enabled Plugins
cc-selector | 0.0.2
|
IniAdmin | 0.2
|
SvnAuthzAdminPlugin | 0.2
|
TracAccountManager | 0.3.2
|
TracGanttCalendarPlugin | 0.1
|
TracWysiwyg | 0.12.0.4
|
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 522, in _dispatch_request File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 243, in dispatch File "build/bdist.linux-x86_64/egg/ganttcalendar/ticketgantt.py", line 58, in process_request ValueError: day is out of range for month
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a PluginIssue (th:GanttCalendarPlugin).