Modify ↓
Opened 13 years ago
Closed 13 years ago
#10926 closed defect (duplicate)
test
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /wiki, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
System Information
| Trac | 0.11.6.ja1
|
| Python | 2.6.6 (r266:84292, Sep 11 2012, 08:34:23) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]
|
| setuptools | 0.6
|
| SQLite | 3.6.20
|
| pysqlite | 2.4.1
|
| Genshi | 0.6
|
| mod_wsgi | 3.2 (WSGIProcessGroup kanon WSGIApplicationGroup %{GLOBAL})
|
| Pygments | 1.1.1
|
| Bazaar | 2.1.1
|
| TracBzr | 0.4.2
|
| Subversion | 1.6.11 (r934486)
|
| RPC | 1.1.2-r12168
|
| CustomFieldAdmin | 0.2.5
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/wiki/web_ui.py", line 119, in process_request
page = WikiPage(self.env, pagename)
File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/wiki/model.py", line 43, in __init__
self._fetch(name, version, db)
File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/wiki/model.py", line 70, in _fetch
self.time = datetime.fromtimestamp(time, utc)
ValueError: year is out of range
Attachments (0)
Note:
See TracTickets
for help on using tickets.



search:"!ValueError: year is out of range" → #10374.