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() {
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