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 Don-vip, 8 years ago

Component: CoreTrac
Owner: changed from team to stoecker

comment:2 by stoecker, 8 years ago

Owner: changed from stoecker to ikr_team
Status: newneedinfo

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

comment:3 by stoecker, 8 years ago

Resolution: needinfo
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ikr_team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.