Edgewall Software

Opened 17 years ago

Last modified 16 years ago

#5714 closed defect

Bug in search — at Version 1

Reported by: anonymous Owned by: juliano@…
Priority: normal Milestone:
Component: search system Version: 0.10.4
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

In the search I use the term "manual". Then I receive the message. It's wrong.

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/trac/Search.py", line 207, in process_request
    req.hdf['search.result'] = [
  File "/usr/lib/python2.4/site-packages/trac/util/datefmt.py", line 58, in format_datetime
    t = time.localtime(float(t))
ValueError: invalid literal for float(): %s

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Component: generalsearch system
Description: modified (diff)
Keywords: search removed

Do you use any plugin?

Note: See TracTickets for help on using tickets.