Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#7861 closed defect (invalid)

ValueError: too many values to unpack

Reported by: tonooka 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.4) Gecko/2008102920 Firefox/3.0.4

System Information

Trac 0.11.1.ja1
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.7a1
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.5
mod_python 3.3.1
Subversion 1.5.2 (r32768)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "d:\traclight\python\lib\site-packages\Trac-0.11.1.ja1-py2.5.egg\trac\web\main.py", line 424, in _dispatch_request
    dispatcher.dispatch(req)
  File "d:\traclight\python\lib\site-packages\Trac-0.11.1.ja1-py2.5.egg\trac\web\main.py", line 198, in dispatch
    resp = chosen_handler.process_request(req)
  File "d:\traclight\python\lib\site-packages\Trac-0.11.1.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)

Change History (1)

comment:1 by Emmanuel Blot, 15 years ago

Resolution: invalid
Status: newclosed

This is a TracSvnAuthzPlugin error. Please report it to the plugin maintainer

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.