Turns out that this only happens when I do the RSSget()
from the trac.edgewall.org/timeline page. When using
RSSget macro for other pages it works fine.

UTF-8 problem maybe?

/Lars Stavholm ([EMAIL PROTECTED])

Lars Stavholm wrote:
> Hi all,
> 
> one of our wiki pages wont show up anymore, instead we get:
> 
> Trac detected an internal error:
> --------------------------------
> 'ascii' codec can't encode character u'\u2026' in position 1225: ordinal
> not in range(128)
> --------------------------------
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line
> 206, in handler
>     dispatch_request(mpr.path_info, mpr, env)
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
> dispatch_request
>     dispatcher.dispatch(req)
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in
> dispatch
>     resp = chosen_handler.process_request(req)
>   File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 116,
> in process_request
>     self._render_view(req, db, page)
>   File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 364,
> in _render_view
>     req.hdf['wiki.page_html'] = wiki_to_html(page.text, self.env, req)
>   File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line
> 751, in wiki_to_html
>     Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines)
>   File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line
> 614, in format
>     out.write(result + os.linesep)
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in
> position 1225: ordinal not in range(128)
> 
> Any one seen this before?
> 
> I was in edit mode on that page when my firefox browser crashed.
> After that I haven't been able to reach that page without getting
> the above error.
> 
> Is this fixable in my end or is it a trac bug?
> 
> R
> /Lars Stavholm ([EMAIL PROTECTED])
> _______________________________________________
> Trac mailing list
> Trac@lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to