Modify ↓
Opened 13 years ago
Closed 13 years ago
#10931 closed defect (duplicate)
ValueError: year is out of range
| 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 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
System Information
| Trac | 0.11
|
| Python | 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3]
|
| setuptools | 0.6
|
| SQLite | 3.7.9
|
| pysqlite | 2.6.0
|
| Genshi | 0.6
|
| Pygments | 1.4
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Trac-0.11-py2.7.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.7/dist-packages/Trac-0.11-py2.7.egg/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.7/dist-packages/Trac-0.11-py2.7.egg/trac/wiki/web_ui.py", line 114, in process_request
page = WikiPage(self.env, pagename)
File "/usr/local/lib/python2.7/dist-packages/Trac-0.11-py2.7.egg/trac/wiki/model.py", line 43, in __init__
self._fetch(name, version, db)
File "/usr/local/lib/python2.7/dist-packages/Trac-0.11-py2.7.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", a duplicate of #9422.