Re: Problems calling thrift server in python from thrift client in javascript

2015-03-26 Thread Randy Abernethy
Hello Nishant, It looks like you are using Browser based JavaScript and thrift.js. If so, at least one problem is that the Python server is using the TBinaryProtocol and the JavaScript client you have is using TJSONProtocol. Your Javascript setup above is equivalent to: (function() {

Problems calling thrift server in python from thrift client in javascript

2015-03-25 Thread Nishant Sthalekar
Hi all, I am trying to connect to python thrift server from a javacript thrift client. Currently I am just using a tutorial code on which I will build later. When I connect I get the following error on server. D:\Game Component Integration\Project\thriftPyTest\pythonImpl>pythonServer.pyStartin