Modify ↓
#9193 closed defect (cantfix)
IOError: (2, 'No such file or directory')
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
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 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9
System Information
Trac | 0.11.7
|
Python | 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1 (Apple Inc. build 5646)]
|
setuptools | 0.6c11
|
SQLite | 3.6.12
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
Subversion | 1.6.5 (r38866)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/Library/Python/2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/Library/Python/2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/Library/Python/2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/admin/web_ui.py", line 114, in process_request path_info) File "/Library/Python/2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/admin_ui.py", line 52, in render_admin_panel self.authz = self._get_model(); File "/Library/Python/2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/admin_ui.py", line 389, in _get_model return r.read(self.authz_file) File "/Library/Python/2.6/site-packages/SvnAuthzAdminPlugin-0.1.2._Moved.to.Trac.0.11_-py2.6.egg/svnauthz/io.py", line 10, in read fp = open(filename, "r") IOError: [Errno 2] No such file or directory: u''
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
comment:4 by , 15 years ago
The plugin is not maintained here, so we can't fix it. Follow the wiki link to the PluginIssue page for a more detailed explanation.
Note:
See TracTickets
for help on using tickets.
Verified all files exists and permissions are correct.
Thanks