Modify ↓
Ticket #10066 (closed defect: fixed)
Opened 15 months ago
Last modified 15 months ago
Trac about IndexError: list index out of range
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.3 |
| Component: | general | Version: | |
| Severity: | trivial | Keywords: | l10n czech |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I just clicked to your trac about (http://trac.edgewall.org/about).
Postup pro reprodukování
Při provádění akce GET v /about došlo v Tracu k vnitřní chybě..
(sem prosím napište další podrobnosti)
Parametry žádosti:
{}
Uživatelský agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Systémové informace
Systémové informace nejsou k dispozici
Zapnutá rozšíření
Informace o rozšíření nejsou k dispozici
Výpis Pythonu
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 462, in _dispatch_request
dispatcher.dispatch(req)
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 206, in dispatch
content_type)
File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 920, in render_template
stream.render(method, doctype=doctype, out=buffer, encoding="utf-8")
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 183, in render
return encode(generator, method=method, encoding=encoding, out=out)
File "build/bdist.linux-x86_64/egg/genshi/output.py", line 58, in encode
for chunk in iterator:
File "build/bdist.linux-x86_64/egg/genshi/output.py", line 339, in __call__
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/output.py", line 826, in __call__
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/output.py", line 670, in __call__
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/output.py", line 771, in __call__
for kind, data, pos in chain(stream, [(None, None, None)]):
File "build/bdist.linux-x86_64/egg/genshi/output.py", line 586, in __call__
for ev in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 1033, in _strip_accesskeys
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 1022, in _generate
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 605, in _include
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 378, in _match
ctxt, start=idx + 1, **vars):
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 378, in _match
ctxt, start=idx + 1, **vars):
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 378, in _match
ctxt, start=idx + 1, **vars):
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 327, in _match
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 545, in _flatten
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/path.py", line 588, in _generate
subevent = next()
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 605, in _include
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 327, in _match
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 316, in _strip
event = next()
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 545, in _flatten
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/path.py", line 588, in _generate
subevent = next()
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 605, in _include
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 316, in _strip
event = next()
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 545, in _flatten
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/core.py", line 288, in _ensure
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/path.py", line 588, in _generate
subevent = next()
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 605, in _include
for event in stream:
File "build/bdist.linux-x86_64/egg/genshi/template/markup.py", line 316, in _strip
event = next()
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line 545, in _flatten
for kind, data, pos in stream:
File "build/bdist.linux-x86_64/egg/genshi/filters/i18n.py", line 177, in _generate
for event in msgbuf.translate(gettext(msgbuf.format())):
File "build/bdist.linux-x86_64/egg/genshi/filters/i18n.py", line 1029, in translate
parts = parse_msg(string)
File "build/bdist.linux-x86_64/egg/genshi/filters/i18n.py", line 1143, in parse_msg
parts.append((stack[-1], string))
IndexError: list index out of range
Attachments
Change History
comment:1 Changed 15 months ago by cboos
- Keywords l10n czech added
- Milestone set to 0.12.3
- Owner set to cboos
- Severity changed from normal to trivial
- Status changed from new to assigned
comment:2 Changed 15 months ago by cboos
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.



This is coming from an error in the catalog file.