Modify ↓
Opened 17 years ago
Closed 17 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)
Note:
See TracTickets
for help on using tickets.



Looks like the exception is thrown in AnnouncerPlugin. Please report the issue to the plugin maintainer.