Modify ↓
Opened 17 years ago
Closed 17 years ago
#7914 closed defect (invalid)
AttributeError: 'NoneType' object has no attribute 'date'
| Reported by: | phuongvm | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /roadmap, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
System Information
| Trac | 0.11.1
|
| Python | 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c7
|
| SQLite | 3.5.2
|
| pysqlite | 2.4.0
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Subversion | 1.5.4 (r33841)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "C:\PS\Python25\lib\site-packages\trac\web\main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "C:\PS\Python25\lib\site-packages\trac\web\main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "C:\PS\Python25\lib\site-packages\trac\ticket\roadmap.py", line 749, in process_request
points_per_period = TicketSystem(self.env).get_points_per_period(5)
File "C:\PS\Python25\lib\site-packages\trac\ticket\api.py", line 650, in get_points_per_period
ticket_info = self.get_ticket_info( tickets, None, iteration.end_date.date() )
AttributeError: 'NoneType' object has no attribute 'date'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Replying to phuongvm:
This is not a genuine Trac installation: your Trac has been hacked some way: