Modify ↓
Opened 16 years ago
Closed 16 years ago
#8393 closed defect (invalid)
IOError: [Errno 2] No such file or directory: u''
| Reported by: | Aki | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin/subversion/svnauthz, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'subversion', 'panel_id': u'svnauthz', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
System Information
| Trac | 0.11.4
|
| Python | 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2]
|
| setuptools | 0.6c8
|
| SQLite | 3.5.9
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| Pygments | 0.10
|
| GIT | 1.5.6.5
|
| Subversion | 1.5.1 (r32289)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/admin/web_ui.py", line 113, in process_request
path_info)
File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.5.egg/svnauthz/admin_ui.py", line 51, in render_admin_panel
self.authz = self._get_model();
File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.5.egg/svnauthz/admin_ui.py", line 374, in _get_model
return r.read(self.authz_file)
File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.5.egg/svnauthz/io.py", line 10, in read
fp = open(filename, "r")
IOError: [Errno 2] No such file or directory: u''
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is a PluginIssue (SvnAuthzAdminPlugin), please report it to the plugin maintainer.