Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7925 closed defect (invalid)

ValueError: need more than 1 value to unpack

Reported by: rupert.thurner 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 /blog, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'blog_path': ''}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

System Information

Trac 0.11.2.1
Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:52) [C]
setuptools 0.6c9
SQLite 3.2.2
pysqlite 2.3.5
Genshi 0.5.1
mod_python 3.3.1
Pygments 1.0
Subversion 1.4.5 (r25188)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/opt/csw/lib/python/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request
    dispatcher.dispatch(req)
  File "/opt/csw/lib/python/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 216, in dispatch
    self._post_process_request(req, *resp)
  File "/opt/csw/lib/python/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 308, in _post_process_request
    resp = f.post_process_request(req, *resp)
  File "build/bdist.solaris-2.10-sun4v/egg/announcerplugin/subscribers/watchers.py", line 134, in post_process_request
    realm, _ = path.split('/', 1)
ValueError: need more than 1 value to unpack

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 16 years ago

Resolution: invalid
Status: newclosed

Looks like the exception is thrown in AnnouncerPlugin. Please report the issue 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.