Re: problem with JSON-RPC

2008-11-12 Thread Diez B. Roggisch
Michel Perez wrote: > Hi everybody: > I'm trying to use JSON-RPC to provide my services but produce this > exception: > > Traceback (most recent call last): > File "", line 1, in > File "jsonrpc/proxy.py", line 43, in __call__ > resp = loads(respdata) > File "jsonrpc/json.py", line 21

problem with JSON-RPC

2008-11-12 Thread Michel Perez
Hi everybody: I'm trying to use JSON-RPC to provide my services but produce this exception: Traceback (most recent call last): File "", line 1, in File "jsonrpc/proxy.py", line 43, in __call__ resp = loads(respdata) File "jsonrpc/json.py", line 211, in loads raise JSONDecodeExcepti