﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
8996	Issue with PyAMF 0.6.x	defect	0.12	Olemis Lang	new	2011-07-15T12:54:05+02:00	2011-07-15T12:54:05+02:00	"I'm getting the following error when using PyAMF @HEAD:

{{{
12:53:07 PM Trac[web_ui] DEBUG: RPC(AMF) call by 'admin' system.getAPIVersion
12:53:07 PM Trac[web_ui] ERROR: RPC(AMF) Unhandled protocol error
Traceback (most recent call last):
  File ""/home/thijs/workspace/xmlrpc-plugin-trunk/tracrpc/web_ui.py"", line 167, in _rpc_process
    protocol.send_rpc_result(req, result)
  File ""/home/thijs/workspace/trac-rpcext/trac-dev/rpcext/tracrpcext/_amf.py"", line 126, in send_rpc_result
    response = remoting.Envelope(request.amfVersion, request.clientType)
AttributeError: 'Envelope' object has no attribute 'clientType'
}}}

Attached patch fixes this."	Thijs Triemstra
