2017-09-09, 10:43
(2017-08-10, 21:49)axlt2002 Wrote: [ -> ](2017-08-07, 15:32)tmacca Wrote: [ -> ]Thanks for the quick response Alex
I'm in no rush, don't let me get in the way of a cold beer or three!
Have fun
Hi tmacca,
You have a private message.
Alex
Thanks Alex
Really sorry for the long delay in responding - life (and holidays) sometimes get in the way :-)
I can read your PM, but for some reason I am unable to reply (or even send a new one) - seems my permissions dont allow it?
Anyway, I have the plugin installed. Also PHP will now install
But it errors when I run it as follows:
09:35:06.695 T:1277162480 WARNING: CPythonInvoker(1066): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
09:35:15.183 T:1277162480 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: [Errno 8] Exec format error
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/service.light.imdb.ratings.update/resources/library/update.py", line 228, in <module>
perform_update()
File "/home/osmc/.kodi/addons/service.light.imdb.ratings.update/resources/library/update.py", line 222, in perform_update
if onMovies == "true": Movies()
File "/home/osmc/.kodi/addons/service.light.imdb.ratings.update/resources/library/update.py", line 22, in __init__
self.doUpdate()
File "/home/osmc/.kodi/addons/service.light.imdb.ratings.update/resources/library/update.py", line 60, in doUpdate
jSonData = getInfos( IMDb )
File "/home/osmc/.kodi/addons/service.light.imdb.ratings.update/resources/library/common.py", line 65, in getInfos
jSonData = Popen([r"" + binaryPath + "","-q",r"" + ratingsPath + "","-d","ID=" + IMDb + ""], startupinfo=startupinfo, stdout=PIPE).communicate()[0]
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
-->End of Python script error report<--