Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9335 closed defect (cantfix)

AttributeError: 'NoneType' object has no attribute 'authz'

Reported by: dhealey Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords: Bitten, Build System
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /build, Trac issued an internal error.

(please provide additional details here)

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)

System Information

Trac 0.12dev-r9687
Babel 0.9.5
Bitten 0.6b2
Genshi 0.6
mod_wsgi 3.1 (WSGIProcessGroup WSGIApplicationGroup tractest.davidbhealey.local|/tractest)
MySQL server: "5.1.45", client: "5.1.45", thread-safe: 0
MySQLdb 1.2.3c1
Pygments 1.3.1
Python 2.6.2 (r262:71600, Jan 25 2010, 18:46:47)
[GCC 4.4.2 20091222 (Red Hat 4.4.2-20)]
setuptools 0.6c9
Subversion 1.6.9 (r901367)
jQuery 1.4.2

Enabled Plugins

Bitten 0.6b2

Python Traceback

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 513, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 234, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/site-packages/Bitten-0.6b2-py2.6.egg/bitten/web_ui.py", line 160, in process_request
    data = self._render_overview(req)
  File "/usr/lib/python2.6/site-packages/Bitten-0.6b2-py2.6.egg/bitten/web_ui.py", line 189, in _render_overview
    if not repos.authz.has_permission(config.path):
AttributeError: 'NoneType' object has no attribute 'authz'

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Resolution: cantfix
Status: newclosed

Bitten doesn't yet support Trac 0.12. Check #bt433.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


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