Modify ↓
#8421 closed defect (wontfix)
ValueError: too many values to unpack
| Reported by: | bmm | 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 POST operation on /admin/subversion/svnauthz/editpath/icfpc2009bmm:/, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'9a257deb1b7d6220f603b6e4',
'cat_id': u'subversion',
'editpath': u'icfpc2009bmm%3A/',
'panel_id': u'svnauthz',
'path_info': u'editpath/icfpc2009bmm:/',
'removepaths': u'Remove selected paths',
'selpath': u'icfpc2009bmm%3Agpo%3A/',
'selpathmember_acl': [u'bmm_R',
u'bmm_W',
u'alex_R',
u'alex_W',
u'pasha_R',
u'pasha_W',
u'mmaxx_R',
u'mmaxx_W']}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11
System Information
| Trac | 0.11.4
|
| Python | 2.6 (r26:66714, Dec 3 2008, 10:55:18) [GCC 4.3.2 [gcc-4_3-branch revision 141291]]
|
| setuptools | 0.6c8
|
| SQLite | 3.6.4
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Subversion | 1.5.2 (r32768)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib64/python2.6/site-packages/Trac-0.11.4-py2.6.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib64/python2.6/site-packages/Trac-0.11.4-py2.6.egg/trac/web/main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib64/python2.6/site-packages/Trac-0.11.4-py2.6.egg/trac/admin/web_ui.py", line 113, in process_request
path_info)
File "build/bdist.linux-x86_64/egg/svnauthz/admin_ui.py", line 51, in render_admin_panel
self.authz = self._get_model();
File "build/bdist.linux-x86_64/egg/svnauthz/admin_ui.py", line 374, in _get_model
return r.read(self.authz_file)
File "build/bdist.linux-x86_64/egg/svnauthz/io.py", line 12, in read
return parser.parse()
File "build/bdist.linux-x86_64/egg/svnauthz/io.py", line 49, in parse
self._parse_root(m)
File "build/bdist.linux-x86_64/egg/svnauthz/io.py", line 71, in _parse_root
self._parse_path(m, line)
File "build/bdist.linux-x86_64/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, see TH:SvnAuthzAdminPlugin.