
Quote:edit the default.py and change the following (occurs 2 times):Īrgs_ar = urlparse.parse_qs(urlparse.urlparse(sys.argv+sys.argv).query)Īrgs_ar = urlparse.parse_qs(sys.argv)ġ8:59:47 T:1458555184 ERROR: EXCEPTION Thrown (PythonToCppException) : ->Python callback/script returned the following errorĮrror Contents: 'NoneType' object has no attribute 'group'įile "/storage/emulated/0/Android/data//files/.kodi/addons//default.py", line 12, in įile "/storage/emulated/0/Android/data//files/.kodi/addons/1mlib/lib/t1mlib.py", line 209, in processAddonEvent This post contains a workaround that involves changing the source code of the add-on. This leads to an empty query string resulting in an exception. In python version 2.7 and higher, the query is correctly extracted. This add-on uses the urlparse module to parse out queries. Quote:The problem is that Kodi ships with python 2.6. UPDATE: Tried different search terms and found the solution, here: I'm new to Kodi and Android TV for that matter.Ĭan someone please help me resolve this issue?

The error I get on the screen tells me to check the log file. The movie never starts but the clip art does download.
