id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
9919,AttributeError: 'NoneType' object has no attribute 'splitlines',framay,osimons,I am getting the following error with `Trac 0.13dev-r10991` running on apache httpd (`2.8 (WSGIProcessGroup /trac/trac1 WSGIApplicationGroup %{GLOBAL})`) and newest XmlRpcPlugin:\r\n\r\n{{{\r\n2012-03-22 12:56:47_923 Trac[web_ui] DEBUG: RPC incoming request of content type 'text/xml' dispatched to <tracrpc.xml_rpc.XmlRpcProtocol object at 0x7f719e8ffcd0>\r\n2012-03-22 12:56:47_924 Trac[build\\bdist.win32\\egg\\trac\\web\\main] ERROR: Internal Server Error:\r\nTraceback (most recent call last):\r\n  File "build\\bdist.win32\\egg\\trac\\web\\main.py"_ line 478_ in _dispatch_request\r\n    dispatcher.dispatch(req)\r\n  File "build\\bdist.win32\\egg\\trac\\web\\main.py"_ line 198_ in dispatch\r\n    resp = chosen_handler.process_request(req)\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/web_ui.py"_ line 69_ in process_request\r\n    self._rpc_process(req_ protocol_ content_type)\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/web_ui.py"_ line 139_ in _rpc_process\r\n    proto_id = protocol.rpc_info()[0]\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/xml_rpc.py"_ line 76_ in rpc_info\r\n    return ('XML-RPC'_ prepare_docs(self.__doc__))\r\n  File "/usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2_r11306-py2.6.egg/tracrpc/util.py"_ line 49_ in prepare_docs\r\n    return ''.join(l[indent:] for l in text.splitlines(True))\r\nAttributeError: 'NoneType' object has no attribute 'splitlines'\r\n}}}\r\n\r\nI tried connecting with eclipse mylyn (newest update). User `anonymous` has permission `XML_RPC`.,defect,closed,normal,XmlRpcPlugin,normal,fixed,,olemis,0.12
