Edgewall Software
Modify

Opened 9 years ago

Closed 9 years ago

#12204 closed defect (cantfix)

TypeError: 'NoneType' object is unsubscriptable: I simply can't used TRAC. Do I need to install something?

Reported by: vandewie Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{'page': u'TracGuide'}

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/site-packages/Trac-0.12.2-py2.6.egg/trac/wiki/web_ui.py", line 120, in process_request
    req.perm(page.resource).require('WIKI_VIEW')
  File "/usr/lib/python2.6/site-packages/Trac-0.12.2-py2.6.egg/trac/perm.py", line 575, in require
    if not self._has_permission(action, resource):
  File "/usr/lib/python2.6/site-packages/Trac-0.12.2-py2.6.egg/trac/perm.py", line 567, in _has_permission
    check_permission(action, perm.username, resource, perm)
  File "/usr/lib/python2.6/site-packages/Trac-0.12.2-py2.6.egg/trac/perm.py", line 454, in check_permission
    perm)
  File "/snc/trac/projects/spc/plugins/SNC_authorization.py", line 140, in check_permission
    self.read_access_level(username)
  File "/snc/trac/projects/spc/plugins/SNC_authorization.py", line 50, in read_access_level
    is_site_admin = (row[0] == 1)
TypeError: 'NoneType' object is unsubscriptable

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 9 years ago

Priority: highnormal
Resolution: cantfix
Status: newclosed

PluginIssue (duplicate of #11192 and #12187).

Please stop reporting on this site. Instead, report it to authors of SNC_authorization.py.

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.