id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 9699 TypeError: sequence item 0: expected string, LazyProxy found mjaeger Remy Blank "==== How to Reproduce ==== While doing a GET operation on `/ticket/1`, Trac issued an internal error. The error appears when I want to view the detail page of a ticket. I also got this error when creating a new ticket, but the ticket was created anyway. I can see the tickets in the timeline and in the ticket reports page, but i cannot access the detail page. Maybe this has something todo with Babel? Request parameters: {{{ {'id': u'1'} }}} User agent: `Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; de-de) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5` ==== System Information ==== || '''`Trac`''' || `0.12.1` || || '''`Babel`''' || `0.9.5 (translations unavailable)` || || '''`Genshi`''' || `0.6` || || '''`mod_python`''' || `3.3.1` || || '''`MySQL`''' || `server: ""5.0.51a-3ubuntu5.7"", client: ""5.0.51a"", thread-safe: 0` || || '''`MySQLdb`''' || `1.2.2` || || '''`Python`''' || `2.5.2 (r252:60911, Jan 20 2010, 23:30:56) ` [[br]] `[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]` || || '''`setuptools`''' || `0.6c8` || || '''`Subversion`''' || `1.4.6 (r28521)` || || '''`jQuery`''' || `1.4.2` || ==== Enabled Plugins ==== ==== Python Traceback ==== {{{ Traceback (most recent call last): File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 511, in _dispatch_request dispatcher.dispatch(req) File ""build/bdist.linux-x86_64/egg/trac/web/main.py"", line 237, in dispatch resp = chosen_handler.process_request(req) File ""build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py"", line 169, in process_request return self._process_ticket_request(req) File ""build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py"", line 569, in _process_ticket_request get_reporter_id(req, 'author'), field_changes) File ""build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py"", line 1518, in _insert_ticket_data req, ticket, action) File ""build/bdist.linux-x86_64/egg/trac/ticket/default_workflow.py"", line 321, in render_ticket_action_control return (this_action['name'], tag(*control), '. '.join(hints)) TypeError: sequence item 0: expected string, LazyProxy found }}}" defect closed high 0.12.2 ticket system 0.12-stable normal fixed Christopher Lenz