Posts: 1
Joined: Feb 2017
Reputation:
0
Hi
I'm trying to get this plugin to work. I went back to Isengard to test
Try instruction from woodhook but doesn't work for me, still have an error when I enable
I have just installed this on isengard. Reporting my experience, FWIW.
Downloaded the zip from github. Install failed citing inability to find the CallListenerClients. I unzipped, rearranged the components putting the required bits in the same directory with service.py and it worked. I don't work much with python, so maybe the failure was owing to some stupidity on my part regarding python and import, but this kludge worked.
My error message in the log is
EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named CallListenerClients.NcidClient
Traceback (most recent call last):
File "/home/lwalsh/.kodi/addons/service.script.call-notifications-master/service.py", line 9, in <module>
from CallListenerClients.NcidClient import NcidClient
ImportError: No module named CallListenerClients.NcidClient
-->End of Python script error report<--
Not finding the module CallListenerClients.NcidClient
Did download full zip from github
Move files around hoping to solve. Any more idea for me.
Thanks
Posts: 75
Joined: Sep 2011
Reputation:
3
how does that need installed and called at startup of the ncidd server?
Posts: 19
Joined: Jan 2015
Reputation:
1
I did this:
1. put the script in /usr/share/ncid/modules/ncid-kodi
2. cp /etc/init.d/ncid-page /etc/init.d/ncid-kodi
3. Edit /etc/init.d/ncid-kodi -- just replace occurrences of "ncid-page" with "ncid-kodi"
4. sudo systemctl enable ncid-kodi
5. sudo systemctl start ncid-kodi
Posts: 1
Joined: Jul 2018
Reputation:
0
2018-07-06, 22:10
(This post was last modified: 2018-07-06, 22:11 by cdynes.)
Great job on creating this NCID-KODI module. I have this caller ID notification working successfully on 4-Zotac PC running on Kodi version 17.6 using Libreelec distro.