id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10785,json-rpc ticket.putAttachment results in 'unicode' object has no attribute 'data',markuzmx,osimons,I'm trying to use the json-rcp ticket.putAttachment but when using it the call returns with this:\r\n\r\n{{{\r\n{    u'error': {    u'code': -32603_\r\n                    u'message': u"ServiceException details : 'unicode' object has no attribute 'data'"_\r\n                    u'name': u'JSONRPCError'}_\r\n     u'id': None_\r\n     u'result': None}\r\n}}}\r\n\r\nThe data I'm sending is this:\r\n\r\n{{{\r\n{   'method': 'ticket.putAttachment'_\r\n    'params': [1359_ 'add.png'_ 'description data here'_ 'b64encoded_data'_ True]}\r\n}}}\r\n\r\nI've replaced the b64encoded data with a simple string for brevity. \r\n\r\nThis results in the call to be unusable.,defect,closed,normal,XmlRpcPlugin,blocker,fixed,attachment,olemis,1.0
