#2405 closed Bugs (duplicate)
TypeError: a float is required
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | trac / subversion |
Version: | Boost 1.36.0 | Severity: | Problem |
Keywords: | Cc: |
Description
How to Reproduce
While doing a GET operation on /ticket/382
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'382'}
User Agent was: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092700 SUSE/3.0.3-2.2 Firefox/3.0.3
System Information
Trac | 0.11
|
Python | 2.4.4 (#1, Jan 25 2007, 13:04:51) [GCC 3.4.6 20060404 (Red Hat 3.4.6-3)]
|
setuptools | 0.6c8
|
SQLite | 3.5.4
|
pysqlite | 2.4.1
|
Genshi | 0.5
|
Subversion | 1.4.2 (r22196)
|
jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last): File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/ticket/web_ui.py", line 152, in process_request return self._process_ticket_request(req) File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/ticket/web_ui.py", line 412, in _process_ticket_request ticket = Ticket(self.env, id, version=version) File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/ticket/model.py", line 47, in __init__ self._fetch_ticket(tkt_id, db) File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/ticket/model.py", line 105, in _fetch_ticket self.time_changed = datetime.fromtimestamp(row[len(std_fields) + 1], utc) TypeError: a float is required
Change History (3)
comment:1 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Weight Loss (12) luggage bag (8) cheong-sam (6) wine gifts (4) women's designer clothing (3) women's handbags (3) hand bags (2) handbag sale (2) cheap bag (2) mens bags (2) jewelry bags (2) book bags (2) white gold jewelry (2) wedding jewelry (2) jewelry necklaces (2) discount women's clothing (2) fashion handbag (1) purses (1) diaper bags (1) cosmetic bag (1) beach bags (1) tote bags (1) canvas bags (1) golf bag (1) messenger bags (1) travel bags (1) leather messenger bags (1) canvas tote bags (1) camera bags (1) lunch bags (1) plastic bags (1) paper bags (1) toiletry bag (1) computer bags (1) sports bags (1) bag backpacks (1) wine bag (1) gym bags (1) briefcase bag (1) custom bags (1) silver jewelry (1) antique jewelry (1)turquoise jewelry (1) maternity clothing (1) mens clothing (1) designer baby clothes (1) personalized tote bags (0) gemstone ewelry (0) women's petite clothing (0) women's tall clothing (0) women's casual clothing (0) cheap women's clothing (0) large size women's clothing (0) leather clothing (0) wholesale clothing (0) baby boy clothes (0) pregnancy clothes (0) metal table (0) table top football (0) coffee tables (0) http://www.about-china.net.cn/
Sadly, this is a duplicate of #2085 It appears that all the bugs brought over from Sourceforge are affected.