Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7436 closed defect (duplicate)

ValueError: not a known date format.

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev-py2.4.egg/webadmin/web_ui.py", line 119, in process_request
    path_info)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev-py2.4.egg/webadmin/ticket.py", line 163, in process_admin_request
    mil.due = util.parse_date(req.args.get('duedate'))
  File "/usr/lib/python2.4/site-packages/trac/util/datefmt.py", line 114, in parse_date
    raise ValueError, '%s is not a known date format.' % text
ValueError: 081308 is not a known date format.

Attachments (0)

Change History (3)

comment:1 by osimons, 16 years ago

Resolution: duplicate
Status: newclosed

If you had searched for 'ValueError parse_date' or similar, you'd have noticed a number of pre-existing tickets… You seem to be running an older version of Trac as this has been fixed for 0.11 - see #4927.

comment:2 by Emmanuel Blot, 16 years ago

Description: modified (diff)

… or you did not used the format that is specified as a hint along with the date field.

Please also take care of defining a meaningful ticket summary when you report an issue, as specified in the NewTicketGuidelines, quoting: Provide a concise and precise Summary. As when you write an e-mail, the ticket's summary is the first thing people will see about this ticket, in the timeline, reports and other places in Trac, so it's quite important to get it right.

comment:3 by Emmanuel Blot, 16 years ago

Summary: Traceback (most recent call last):ValueError: not a known date format.

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.