Modify

Opened 16 years ago

Closed 16 years ago

#4352 closed defect (fixed)

TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Reported by: tranquility Owned by: Culapov Andrei
Priority: high Component: TracSvnPoliciesPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

I have just installed the TracSvnPoliciesPlugin and I keep getting

TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

python stack trace:

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 432, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 204, in dispatch
  resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/trac/admin/web_ui.py", line 113, in process_request
  path_info)
File "build/bdist.linux-i686/egg/svnpolicies/admin.py", line 189, in render_admin_panelFile "build/bdist.linux-i686/egg/svnpolicies/admin.py", line 245, in _process_new_settingsFile "build/bdist.linux-i686/egg/svnpolicies/admin.py", line 529, in _delete_hook_links}}}

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by tranquility

Resolution: fixed
Status: newclosed

It took awhile but once I finally looked at the code I found that my repository_dir in trac.ini was specific to a directory within the repository rather than the repository directory itself.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Culapov Andrei.
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.