I am trying to
get JSON-RPC working with
XBMC Frodo (12.1) in order to use the ExcecuteAddOn-feature.
However, I am having major problems.
The first problem is that when I configuring the JSON-RPC the Namespace and Method drop down lists are empty and I can't add anything to them (se attached pic1). I was playing along with another computer and somehow managed to
get the dropdown-lists full of JSONRPC-commands, but i have no idea how I did. I cant repeat it on my
XBMC-computer, but found out that the file %appdata%\Roaming\EventGhost\plugins\XBMC2\jsonrpc.dat was the key.
So i tried to move this file to my main computer and it is working. Suddenly the drop down lists for Namespace and Method are working. But I
get new errors: (see attached pic 2)
JSON-RPC connection error
http://127.0.0.1:80
Application is not running.
Of course
XBMC is running, allowing connections on 127.0.0.1:80 and allowing programs to modify
xbmc.
And it is working on my test computer, but when i am moving it to the main computer it gives me these errors.
I run the latest stable version of eventghost and the "working test version" of xbmc2 plugin (__init__.py file size 85391bytes). Please