Modify ↓
Opened 16 years ago
Closed 16 years ago
#8313 closed defect (invalid)
ValueError: too many values to unpack
| 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 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
System Information
| Trac | 0.11.4.ja1
|
| Python | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c9
|
| SQLite | 3.6.13
|
| pysqlite | 2.3.2
|
| Genshi | 0.5
|
| mod_python | 3.3.1
|
| Pygments | 1.0
|
| Subversion | 1.6.1 (r37116)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "c:\traclight\python\lib\site-packages\Trac-0.11.4.ja1-py2.5.egg\trac\web\main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "c:\traclight\python\lib\site-packages\Trac-0.11.4.ja1-py2.5.egg\trac\web\main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "c:\traclight\python\lib\site-packages\Trac-0.11.4.ja1-py2.5.egg\trac\admin\web_ui.py", line 118, in process_request
path_info)
File "build\bdist.win32\egg\svnauthz\admin_ui.py", line 45, in process_admin_request
self.authz = self._get_model();
File "build\bdist.win32\egg\svnauthz\admin_ui.py", line 381, in _get_model
return r.read(self.authz_file)
File "build\bdist.win32\egg\svnauthz\io.py", line 12, in read
return parser.parse()
File "build\bdist.win32\egg\svnauthz\io.py", line 49, in parse
self._parse_root(m)
File "build\bdist.win32\egg\svnauthz\io.py", line 71, in _parse_root
self._parse_path(m, line)
File "build\bdist.win32\egg\svnauthz\io.py", line 110, in _parse_path
repo, path = line.split(":")
ValueError: too many values to unpack
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (SvnAuthzAdminPlugin?), please report it to the plugin maintainer.
And duplicate of #8307. Please do not file duplicate tickets for an issue, especially when the first ticket has been closed as invalid.