Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 292)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#288 invalid IndexError: pop from empty list Michael Holzapfel
Description

Zum Reproduzieren

Während der Ausführung von GET auf /attachment/ticket/284/ hat Trac einen internen Fehler gemeldet.

(Bitte geben Sie hier weitere Details an)

Anfrageparameter:

{u'action': u'new', 'path': u'284/', 'realm': u'ticket'}

User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Systeminformationen

Systeminformation nicht verfügbar

Aktive Plugins

Plugininformation nicht verfügbar

Python-Zurückverfolgungsinformationen

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 554, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 267, in dispatch
    iterable=chrome.use_chunked_encoding)
  File "/usr/local/lib/python2.7/site-packages/trac/web/chrome.py", line 1111, in render_template
    encoding='utf-8')
  File "/usr/local/lib/python2.7/site-packages/genshi/core.py", line 184, in render
    return encode(generator, method=method, encoding=encoding, out=out)
  File "/usr/local/lib/python2.7/site-packages/genshi/output.py", line 58, in encode
    for chunk in iterator:
  File "/usr/local/lib/python2.7/site-packages/genshi/output.py", line 350, in __call__
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/output.py", line 829, in __call__
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/output.py", line 669, in __call__
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/output.py", line 774, in __call__
    for kind, data, pos in chain(stream, [(None, None, None)]):
  File "/usr/local/lib/python2.7/site-packages/genshi/output.py", line 594, in __call__
    for ev in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/core.py", line 289, in _ensure
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/core.py", line 289, in _ensure
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/trac/web/chrome.py", line 1309, in _strip_accesskeys
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/core.py", line 289, in _ensure
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/trac/web/chrome.py", line 1298, in _generate
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/template/base.py", line 618, in _include
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/template/markup.py", line 378, in _match
    ctxt, start=idx + 1, **vars):
  File "/usr/local/lib/python2.7/site-packages/genshi/template/markup.py", line 378, in _match
    ctxt, start=idx + 1, **vars):
  File "/usr/local/lib/python2.7/site-packages/genshi/template/markup.py", line 326, in _match
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/template/base.py", line 558, in _flatten
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/core.py", line 289, in _ensure
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/path.py", line 588, in _generate
    subevent = next()
  File "/usr/local/lib/python2.7/site-packages/genshi/template/base.py", line 618, in _include
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/template/markup.py", line 315, in _strip
    event = next()
  File "/usr/local/lib/python2.7/site-packages/genshi/template/base.py", line 558, in _flatten
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/core.py", line 289, in _ensure
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/path.py", line 588, in _generate
    subevent = next()
  File "/usr/local/lib/python2.7/site-packages/genshi/template/base.py", line 618, in _include
    for event in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/template/markup.py", line 315, in _strip
    event = next()
  File "/usr/local/lib/python2.7/site-packages/genshi/template/base.py", line 558, in _flatten
    for kind, data, pos in stream:
  File "/usr/local/lib/python2.7/site-packages/genshi/filters/i18n.py", line 178, in _generate
    for event in msgbuf.translate(gettext(msgbuf.format())):
  File "/usr/local/lib/python2.7/site-packages/genshi/filters/i18n.py", line 1051, in translate
    events = self.events[order].pop(0)
IndexError: pop from empty list
#287 fixed sscc shared folder location abwillis
Description

Rather than a hardcoded location, a relative location where it is in svn. Also, bww.bmp is missing from trunk.

Index: sscc.vrx
===================================================================
--- sscc.vrx	(revision 1003)
+++ sscc.vrx	(working copy)
@@ -90,15 +90,15 @@
 */
 __VXREXX____APPENDS__:
 /*
-#append U:\Develop\Samba\guitools-1.0\shared\inittempdir.vrs
-#append U:\Develop\Samba\guitools-1.0\shared\sambainit.vrs
-#append U:\Develop\Samba\guitools-1.0\shared\swat.vrs
-#append U:\Develop\Samba\trunk\guitools\shared\nlv.vrs
+#append ..\shared\inittempdir.vrs
+#append ..\shared\sambainit.vrs
+#append ..\shared\swat.vrs
+#append ..\shared\nlv.vrs
 */
 return
 /*:VRX         _ActiveGroup
#286 fixed sscc.rc paths in trunk abwillis
Description

Index: sscc.RC =================================================================== --- sscc.RC (revision 1003) +++ sscc.RC (working copy) @@ -1,8 +1,8 @@ -icon 1 samba_setup.ico -bitmap 2 choosedir.bmp -bitmap 3 choosedird.bmp -bitmap 4 newitem.bmp -bitmap 5 newitemd.bmp -bitmap 7 up.bmp -bitmap 8 down.bmp -bitmap 9 bww.bmp +icon 1 rc\icons\samba_setup.ico +bitmap 2 rc\icons\choosedir.bmp +bitmap 3 rc\icons\choosedird.bmp +bitmap 4 rc\icons\newitem.bmp +bitmap 5 rc\icons\newitemd.bmp +bitmap 7 rc\icons\up.bmp +bitmap 8 rc\icons\down.bmp +bitmap 9 rc\icons\bww.bmp

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.