Modify ↓
Opened 13 years ago
#8996 new defect
Issue with PyAMF 0.6.x
Reported by: | Thijs Triemstra | Owned by: | Olemis Lang |
---|---|---|---|
Priority: | normal | Component: | TracRpcProtocolsPlugin |
Severity: | blocker | Keywords: | |
Cc: | Thijs Triemstra | Trac Release: | 0.12 |
Description
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.
Attachments (1)
Note: See
TracTickets for help on using
tickets.