Changes between Initial Version and Version 1 of Ticket #3971


Ignore:
Timestamp:
Aug 22, 2010, 11:29:18 PM (14 years ago)
Author:
Ryan J Ollos
Comment:

Tried to clean up description so we can figure out what is going on here.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3971 – Description

    initial v1  
    55ValueError: need more than 1 value to unpack
    66
     7Otherwise, please
    78
    8 Otherwise, please ==== How to Reproduce ==== While doing a GET operation on `/ticketstats`, Trac issued an internal error. ''(please provide additional details here)'' User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3 (.NET CLR 3.5.30729)` ==== System Information ==== || '''Trac''' || `0.11.1` || || '''Python''' || `2.5.1 (r251:54863, Jul 31 2008, 22:53:39) ` [[br]] `[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)]` || || '''setuptools''' || `0.6c5` || || '''SQLite''' || `3.3.13` || || '''pysqlite''' || `2.3.2` || || '''Genshi''' || `0.5.1` || || '''Subversion''' || `1.4.3 (r23084)` || || '''jQuery:''' || `1.2.6` || ==== Python Traceback ==== {{{ Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 173, in dispatch chosen_handler) File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 286, in _pre_process_request chosen_handler = filter_.pre_process_request(req, chosen_handler) File "build/bdist.linux-i686/egg/announcerplugin/subscribers/watchers.py", line 142, in pre_process_request realm, _ = path.split('/', 1) ValueError: need more than 1 value to unpack }}} a new ticket at the Trac project site, where you can describe the problem and explain how to reproduce it.
     9=== How to Reproduce ====
     10
     11While doing a GET operation on `/ticketstats`, Trac issued an internal error. ''(please provide additional details here)'' User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3 (.NET CLR 3.5.30729)`
     12
     13==== System Information ====
     14|| '''Trac''' || `0.11.1` || || '''Python''' || `2.5.1 (r251:54863, Jul 31 2008, 22:53:39) ` [[br]] `[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)]` || || '''setuptools''' || `0.6c5` || || '''SQLite''' || `3.3.13` || || '''pysqlite''' || `2.3.2` || || '''Genshi''' || `0.5.1` || || '''Subversion''' || `1.4.3 (r23084)` || || '''jQuery:''' || `1.2.6` ||
     15
     16==== Python Traceback ====
     17{{{
     18#!email
     19Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 173, in dispatch chosen_handler) File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 286, in _pre_process_request chosen_handler = filter_.pre_process_request(req, chosen_handler) File "build/bdist.linux-i686/egg/announcerplugin/subscribers/watchers.py", line 142, in pre_process_request realm, _ = path.split('/', 1) ValueError: need more than 1 value to unpack
     20}}}
     21
     22{{{
    923Python Traceback
    1024Most recent call last:
     
    8397      req       <Request "GET u'/ticketstats'">
    8498      self      <trac.web.main.RequestDispatcher object at 0x866d02c>
    85     * File "build/bdist.linux-i686/egg/announcerplugin/subscribers/watchers.py", line 142, in pre_process_request
     99    * File "build/bdist.linux-i686/egg/announcerplugin/subscribers/watchers.py", line 142, in pre_process_request
     100}}}}