I hope this is the right place for my question:
Does pyramid_rpc.jsonrpc only accept 2.0 requests? when i use android-
json-rpc client to make rpc call i get JsonRpcRequestInvalid
exception, so I'm guessing android client is sending v1.0 requests
(must admit I don't know difference between versions 1.0 and 2.0)
After commenting out following the communication works:
if request.rpc_version != '2.0':
raise JsonRpcRequestInvalid
Thanks.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.