• 1
  • 7
  • 8
  • 9
  • 10
  • 11(current)
[RELEASE] crackle.com
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.
Reply
Never mind, I've changed line 3 from this:
Code:
import simplejson as json
To this;
Code:
import json as json

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

Thanks!
Reply
A search option available?
Reply
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] crackle.com1