Opened 17 years ago
Closed 17 years ago
#1734 closed defect (fixed)
error when adding an event
Reported by: | Owned by: | Petr Machata | |
---|---|---|---|
Priority: | high | Component: | CalendarPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Python Traceback
Traceback (most recent call last):
File "D:\Python244\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "D:\Python244\Lib\site-packages\trac\web\main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\azcalendar\azcalendar.py", line 305, in process_request File "build\bdist.win32\egg\azcalendar\azcalendar.py", line 46, in process_add File "D:\Python244\lib\_strptime.py", line 293, in strptime
raise ValueError("time data did not match format: data=%s fmt=%s" %
ValueError: time data did not match format: data=2007/07/03 fmt=%Y/%m/%d %H:%M
Should be fixed in r2508.