Modify ↓
Opened 15 years ago
Closed 15 years ago
#9419 closed defect (cantfix)
AttributeError: 'NoneType' object has no attribute 'startswith'
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /doxygen/, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'action': 'index', 'path': ''}
User Agent was: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)
System Information
| Trac | 0.11.6
|
| Python | 2.4.3 (#1, Jun 11 2009, 14:09:37) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
|
| setuptools | 0.6c9
|
| SQLite | 3.3.6
|
| pysqlite | 2.5.1
|
| Genshi | 0.5.1
|
| mod_python | 3.2.8
|
| Subversion | 1.6.6 (r40053)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/doxygentrac/doxygentrac.py", line 159, in process_request
File "/usr/lib64/python2.4/posixpath.py", line 60, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (doxygentrac).