2016-07-18, 22:53
(2016-07-18, 18:49)MikeKL Wrote: Updated to 0.0.44 on imac running Jarvis 6.1 (Updated via Repo refresh) and now cant start TV Guide Fullscreen. Following is relevant info in kodi.log when I attempt to run v0.0.44 :-
Code:18:25:37 T:123145304526848 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: ('invalid syntax', ('/Users/michaelleeson/Library/Application Support/Kodi/addons/script.tvguide.fullscreen/gui.py', 1503, 36, " addons = {v['addonid']:v for v in addons}.values()\n"))
Traceback (most recent call last):
File "/Users/michaelleeson/Library/Application Support/Kodi/addons/script.tvguide.fullscreen/addon.py", line 24, in <module>
import gui
SyntaxError: ('invalid syntax', ('/Users/michaelleeson/Library/Application Support/Kodi/addons/script.tvguide.fullscreen/gui.py', 1503, 36, " addons = {v['addonid']:v for v in addons}.values()\n"))
-->End of Python script error report<--
I manually removed and then re-installed repository.primaeval on rpi2 using available zip in 1st post of this thread, but I am still get same error, when I try to enter the repo on rpi2 running recent nightly build of Krypton? Kodi.log
At first glance a reckon it might be a python 2.6 issue. Most Kodi versions use python 2.7. The code it is complaining about should work on 2.6 which is why I chose it, but it looks like it doesn't.
I'll rewrite it to use some simpler code later.
Does it still work on Windows and Mac?