Since the newest update (3.2.8) of Autoremote the communication with eventghost is broken
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)
File "json\__init__.pyc", line 339, in loads
File "json\decoder.pyc", line 364, in decode
File "json\decoder.pyc", line 382, in raw_decode
ValueError: No JSON object could be decoded