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)

clientType.patch (520 bytes) - added by Thijs Triemstra 13 years ago.

Download all attachments as: .zip

Change History (1)

Changed 13 years ago by Thijs Triemstra

Attachment: clientType.patch added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Olemis Lang.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.