Autoremote can receive messages from Eventghost, but when it sends, eventghost always shows the same error Previous version of Autoremote works fine. please downgrade the newest version, till the fix is done Exception happened during processing of request from ('::ffff:192.168.0.251', 48212, 0, 0) Traceback (most recent call last): File "SocketServer.pyc", line 599, in process_request_thread File "SocketServer.pyc", line 334, in finish_request File "SocketServer.pyc", line 655, in __init__ File "BaseHTTPServer.pyc", line 340, in handle File "BaseHTTPServer.pyc", line 328, in handle_one_request File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 446, in do_POST communication = getCommunicationFromContent(content,self) File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 354, in getCommunicationFromContent requestJson = json.loads(requestJsonString)