Modify ↓
Opened 18 years ago
Closed 18 years ago
#6377 closed defect (wontfix)
erro occors when write carlendar event
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Python Traceback
Traceback (most recent call last):
File "C:\TracLight\python\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "C:\TracLight\python\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 "C:\TracLight\python\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/11/20 fmt=%Y/%m/%d %H:%M
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



azcalendar - that's the th:CalendarPlugin, please report the error there. Don't forget to mention the version of Trac you're using and the version of the plugin.