![]() |
Control via Json refused - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Control via Json refused (/showthread.php?tid=326003) |
Control via Json refused - YARD2 - 2017-12-26 Hi, I try to connect and control Kodi via Json on port 9090. My program is on the same system. If I enable only "Allow programs on this system to control" I get always Error 10061 Connection refused. Only if I enable "Allow programs on other systems to control Kodi " I can connet and control Kodi. I tried local IP, Localhost and 127.0.0.1. Is there special address I have to use ? RE: Control via Json refused - nickr - 2017-12-27 Log? RE: Control via Json refused - YARD2 - 2017-12-27 Unfortunately there is nothing in the log. I also enabled JSON module logging. Is there a extended logging available which I have to enable via xml ? RE: Control via Json refused - YARD2 - 2017-12-29 I tried the logging with1.2.3 advancedsettings.xml for everything http://kodi.wiki/view/Log_file/Advanced#advancedsettings.xml Bu nothing inside the log containing Serverport 9090 or refused connection. |