Kodi Community Forum

Full Version: [RELEASE] crackle.com
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Hey guys, any chances to make this work on helix?

Code:
20:24:23 T:3668  NOTICE: -->Python Interpreter Initialized<--
20:24:23 T:3668   ERROR: 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 simplejson
                                            Traceback (most recent call last):
                                              File "C:\Users\Alexis\AppData\Roaming\Kodi\addons\plugin.video.crackle2fg\default.py", line 3, in <module>
                                                import simplejson as json
                                            ImportError: No module named simplejson
                                            -->End of Python script error report<--
20:24:23 T:3496   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.crackle2fg/
20:24:23 T:3496   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.crackle2fg/) failed

I can post a full log if necesary.
Never mind, I've changed line 3 from this:
Code:
import simplejson as json
To this;
Code:
import json as json

and it works!
Some idea for this addon work on Kodi 14.2?
It works on 14.2 with those edits. But then again, I'm on Windows 7...
On windows works fine...but not in android or ipad
You'll have to wait for an actual developper I guess Sad I just found that solution searching the forum...
Yes. Works the crackle on WIN7 and android, with those edits, but Crackler USA dont work not more.Thanks.
Please try version below:
plugin.video.crackle2fg-0.2
Work's well on 14.2 OS X.

Thanks!
A search option available?
Pages: 1 2 3 4 5 6 7 8 9 10 11