On 1/27/2017 1:15 PM, RjOllos wrote: > > > On Saturday, January 21, 2017 at 12:27:19 AM UTC-8, RjOllos wrote: > > Through inspecting the errors in the logs, I stumbled across an > issue. The log for /trunk/setup_wininst.bmp renders fine in 1.3.1 > (1), but raises a ValueError in the testing instance (2). > > - Ryan > > (1) > > https://trac.edgewall.org/demo-1.3.1/log/trunk/setup_wininst.bmp?format=changelog&rev=1017&limit=100&mode=stop_on_copy > > <https://trac.edgewall.org/demo-1.3.1/log/trunk/setup_wininst.bmp?format=changelog&rev=1017&limit=100&mode=stop_on_copy> > (2) > > https://trac.edgewall.org/testing/log/trunk/setup_wininst.bmp?format=changelog&rev=1017&limit=100&mode=stop_on_copy > > <https://www.google.com/url?q=https%3A%2F%2Ftrac.edgewall.org%2Ftesting%2Flog%2Ftrunk%2Fsetup_wininst.bmp%3Fformat%3Dchangelog%26rev%3D1017%26limit%3D100%26mode%3Dstop_on_copy&sa=D&sntz=1&usg=AFQjCNEJE4VgpkfesQbWv3Ojj3oGPf9BTw> > > > Another traceback seen in the logs, unsure if it's related to the > "ValueError: Can't send unicode content" issue: > > 2017-01-26 09:57:35,825 Trac[main] ERROR: Internal Server Error: > <RequestWithSession "GET '/roadmap?format=ics'">, referrer None > Traceback (most recent call last): > File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 630, in > _dispatch_request > dispatcher.dispatch(req) > File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 252, in > dispatch > resp = chosen_handler.process_request(req) > File "build/bdist.linux-x86_64/egg/trac/ticket/roadmap.py", line 511, > in process_request > self._render_ics(req, milestones) > File "build/bdist.linux-x86_64/egg/trac/ticket/roadmap.py", line 598, > in _render_ics > self.env.project_name + ' - ' + _("Roadmap")) > File "build/bdist.linux-x86_64/egg/trac/ticket/roadmap.py", line 578, > in write_prop > buf.write(text[:75] + CRLF) > TypeError: 'unicode' does not have the buffer interface >
No, it's not, plain trunk has it as well: https://trac.edgewall.org/demo-1.3/roadmap?format=ics The issue with /trunk/setup_wininst.bmp should be fixed in latest rebase of the jinja2 branch (jinja2-trunk-r15379), but I didn't have time to refresh +testing yet. -- Christian -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
