Modify ↓
Opened 8 years ago
Closed 8 years ago
#15131 closed defect (needinfo)
AttributeError: 'NoneType' object has no attribute 'startswith'
| Reported by: | ikr_team | Owned by: | ikr_team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Version: | |
| Keywords: | Cc: |
Description
How to Reproduce
While doing a GET operation on /, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{}
User agent: #USER_AGENT#
System Information
System information not available
Enabled Plugins
Plugin information not available
Interface Customization
Interface customization information not available
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Trac-1.2-py2.7.egg/trac/web/main.py", line 613, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.7/dist-packages/Trac-1.2-py2.7.egg/trac/web/main.py", line 253, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/tracvote/__init__.py", line 353, in process_request
resource = resource_from_path(self.env, path)
File "build/bdist.linux-x86_64/egg/tracvote/__init__.py", line 94, in resource_from_path
if path.startswith(realm):
AttributeError: 'NoneType' object has no attribute 'startswith'
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
| Component: | Core → Trac |
|---|---|
| Owner: | changed from to |
comment:2 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
comment:3 by , 8 years ago
| Resolution: | → needinfo |
|---|---|
| Status: | needinfo → closed |
Note:
See TracTickets
for help on using tickets.



Why do you mean with "GET". A normal webbrowser request will redirect you to the start page. What exactly did you try?