Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Hi
Unfortunately after a promising start mine dropped out as well, this is the last entry I see
12:53:47 Exception in thread Thread-68:
12:53:47 Traceback (most recent call last):
12:53:47 File "threading.pyc", line 532, in __bootstrap_inner
12:53:47 File "threading.pyc", line 484, in run
12:53:47 File "C:\Program Files (x86)\EventGhost\plugins\XBMCRepeat\__init__.py", line 2102, in JSONRPCNotifications
12:53:47 WaitForXBMC(Socket)
12:53:47 File "C:\Program Files (x86)\EventGhost\plugins\XBMCRepeat\__init__.py", line 2034, in WaitForXBMC
12:53:47 if headers['USN'].split(':', 2)[1] not in USNCache:
12:53:47 IndexError: list index out of range
12:53:47
This is the error I get starting up with the latest couple of releases.
I've installed the update remotely but am not near the tv to have any control over it.
Phil wrote:This is the error I get starting up with the latest couple of releases.
I've installed the update remotely but am not near the tv to have any control over it.
That's the missing "Ping" JSON-RPC Method, I'll be doing a better test function later that will hopefully show why you are missing it, as any JSON-RPC capable Kodi/XBMC should have it.
If the detection of Kodi is working I'll do some bigger redesign of some parts of the plugin that will hopefully make it more robust and also show better errors when there are problems. I was going to do that this week but the detection code was much more elusive than I could handle.
jonib
XBMC2 plugin to control XBMC. If you want to flatter me
14:09:17 JSON-RPC connected
14:09:17 HTTP API connected
14:09:17 XBMC2: Listening for XBMC broadcast events
14:09:17 JSON-RPC connect error:
14:09:17 Traceback (most recent call last):
14:09:17 File "C:\Program\EventGhost\plugins\XBMCRepeat\__init__.py", line 1955, in SSDPInit
14:09:17 mreq = socket.inet_aton(_SSDP_IP) + socket.inet_aton(INTERFACE_ADDR)
14:09:17 NameError: global name '_SSDP_IP' is not defined
14:09:17 Exception in thread Thread-7468:
14:09:17 Traceback (most recent call last):
14:09:17 File "threading.pyc", line 532, in __bootstrap_inner
14:09:17 File "threading.pyc", line 484, in run
14:09:17 File "C:\Program\EventGhost\plugins\XBMCRepeat\__init__.py", line 2096, in JSONRPCNotifications
14:09:17 Socket = SSDPInit(SSDP_IP, SSDP_PORT)
14:09:17 File "C:\Program\EventGhost\plugins\XBMCRepeat\__init__.py", line 1955, in SSDPInit
14:09:17 mreq = socket.inet_aton(_SSDP_IP) + socket.inet_aton(INTERFACE_ADDR)
14:09:17 NameError: global name '_SSDP_IP' is not defined
14:09:17
when i start the plugin i get the eventghost notification in kodi, but after that nothing more.
Yes a really stupid and totally idiotic error "_SSDP_IP" should be "SSDP_IP", I copied it from my test code and forgot to change it. This is why you need to show me the log.
tjabas wrote:tested it emediatley, dont work, here┬┤s the log:
OK, that's the proper error, unfortunately it doesn't help much.
What is you computer running EventGhost? software and networking hardware, as the command I'm using should work I need to do some more research.
jonib
im using an old asus eee and windows xp, i really dont know the networking card inside the computer.
but your older versions of xbmc2 worked, the only problem was that kodi couldnt autoconnect to eventghost after a kodi shutdown, i needed to restart eventghost to get it working again,
tjabas wrote:im using an old asus eee and windows xp, i really dont know the networking card inside the computer.
OK
but your older versions of xbmc2 worked, the only problem was that kodi couldnt autoconnect to eventghost, i needed to restart eventghost to get it working again,
Could you tell me what version worked? and test if it still works.
jonib
XBMC2 plugin to control XBMC. If you want to flatter me