[RELEASE] Texture Cache Maintenance utility
(2014-03-30, 22:05)MilhouseVH Wrote: @francovilar thanks. This is all rather odd - it appears that the JSON RPC server is not responding correctly.

I can see from your xbmc.log that the RPC Server is listening on port 9090, and from the script config it is configured to use port 9090, so not entirely sure why the script is not receiving a valid response. It would be great if you were able to test the JSON RPC server using another method, do you have any Android or iOS remote control apps available to you?

I do see this in your xbmc.log:
Code:
14:54:25 T:139861497219008   DEBUG: JSONRPC Server: Failed to bind ipv6 serversocket, trying ipv4
14:54:25 T:139861497219008   ERROR: JSONRPC Server: Failed to bind ipv4 serversocket
14:54:25 T:139861497219008    INFO: JSONRPC Server: Successfully initialized

which makes me wonder if you already have some other process listening on port 9090 on this PC, which is preventing the XBMC RPC server from binding and it's this other process that is responding to the script.

Try:
Code:
netstat -nap | grep 9090
and see what process is listed - should be xbmc.bin, but probably (hopefully!) isn't.

That was it I had another process using port 9090. I killed the process and restarted xbmc and all is fine now. thank you. btw can I configure another port for XBMC RPC server?
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by francovilar - 2014-03-30, 22:14
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17