Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10501 closed defect (cantfix)

ValueError: too many values to unpack

Reported by: sga377 Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.2.1
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/4#0 #compatible; MSIE 7#0; Windows NT 6#1; Trident/4#0; SLCC2; #NET CLR 2#0#50727; #NET CLR 3#5#30729; #NET CLR 3#0#30729; Media Center PC 6#0; #NET4#0C; #NET4#0E; InfoPath#3; Tablet PC 2#0#

System Information

Trac 0#11#2#1
Python 2#5#4 #r254:67916, Apr 7 2009, 17:10:27# ##br## #GCC 4#1#2 20080704 #Red Hat 4#1#2-44##
setuptools 0#6c9
psycopg2 2#0#9
Genshi 0#5#1
mod_python 3#3#1
Subversion 1#6#12 #r955767#
jQuery: 1#2#6

Python Traceback

Traceback #most recent call last#:
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#2#1-py2#5#egg/trac/web/main#py", line 450, in _dispatch_request
    dispatcher#dispatch#req#
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#2#1-py2#5#egg/trac/web/main#py", line 214, in dispatch
    resp = chosen_handler#process_request#req#
  File "/usr/local/lib/python2#5/site-packages/Trac-0#11#2#1-py2#5#egg/trac/admin/web_ui#py", line 124, in process_request
    path_info#
  File "/usr/local/lib/python2#5/site-packages/SvnAuthzAdminPlugin-0#11#3-py2#5#egg/svnauthz/admin_ui#py", line 61, in render_admin_panel
    self#authz = self#_get_model##;
  File "/usr/local/lib/python2#5/site-packages/SvnAuthzAdminPlugin-0#11#3-py2#5#egg/svnauthz/admin_ui#py", line 268, in _get_model
    return r#read#self#authz_file#
  File "/usr/local/lib/python2#5/site-packages/SvnAuthzAdminPlugin-0#11#3-py2#5#egg/svnauthz/io#py", line 12, in read
    return parser#parse##
  File "/usr/local/lib/python2#5/site-packages/SvnAuthzAdminPlugin-0#11#3-py2#5#egg/svnauthz/io#py", line 52, in parse
    self#_parse_root#m#
  File "/usr/local/lib/python2#5/site-packages/SvnAuthzAdminPlugin-0#11#3-py2#5#egg/svnauthz/io#py", line 74, in _parse_root
    self#_parse_path#m, line#
  File "/usr/local/lib/python2#5/site-packages/SvnAuthzAdminPlugin-0#11#3-py2#5#egg/svnauthz/io#py", line 113, in _parse_path
    repo, path = line.split#":"#
ValueError: too many values to unpack

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.