Modify ↓
Opened 4 years ago
Closed 4 years ago
#13818 closed defect (fixed)
Error rendering timeline
Reported by: | Massimo | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description (last modified by )
With the recent version installed by pip from
svn+https://trac-hacks.org/svn/fullblogplugin/1.4
I get the following error on /timeline:
Most recent call last: File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/main.py", line 639, in dispatch_request dispatcher.dispatch(req) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/main.py", line 271, in dispatch method=method) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/chrome.py", line 1441, in render_template fragment, iterable, method) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/chrome.py", line 1516, in _render_jinja_template page = self.render_template_string(template, data, text) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/chrome.py", line 1675, in render_template_string string = template.render(data) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/timeline/templates/timeline.html", line 12, in top-level template code # extends 'layout.html' File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/templates/layout.html", line 12, in top-level template code # import "macros.html" as jmacros with context File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/templates/theme.html", line 22, in top-level template code # block body File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/templates/theme.html", line 128, in block "body" # block content File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/timeline/templates/timeline.html", line 94, in block "content" # set rendered = event.render('description', context) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/timeline/web_ui.py", line 373, in <lambda> provider.render_timeline_event(context, field, event) File "/mnt/data/trac/.local/lib64/python2.7/site-packages/tracfullblog/web_ui.py", line 501, in render_timeline_event self.env, context(resource=bp_resource), comment)
Attachments (0)
Change History (4)
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
Owner: | changed from osimons to Ryan J Ollos |
---|---|
Status: | new → accepted |
Summary: | Please publish on PyPI → Error rendering timeline |
Note: See
TracTickets for help on using
tickets.
The version for 1.4 won't be published to PyPI until #13813 is finished. Please report future issue for the 1.4 code to that issue.