[packman] kodi 18.6 addon catch-up tv don't work

Sagi Ben-Akiva sagiben at gmail.com
Fri Mar 13 14:14:18 CET 2020


seems that this is the github repo for this addon, and the file with the
sqlite3 import :

https://github.com/willforde/script.module.codequick/blob/master/script.module.codequick/lib/codequick/youtube.py


sqlite3 module should be installed with python.
You can check this by typing the following in a console :
# python2
in python2 console :
>> import sqlite3
>> sqlite3

the result should be a print with the path to the module, if you get an
error it means that something is wrong with your python2 installation.
Kodi 18.x is still using python2, only Kodi 19.x will be fully migrated to
python3

Sagi.

On Thu, Mar 12, 2020 at 9:00 PM Manfred Hollstein <manfred.h at gmx.net> wrote:

> Hi chalu,
>
> On Thu, 12 Mar 2020, 17:31:53 +0100, c.chalu at free.fr wrote:
> > Hello,
> > With openSUSE Leap 15.1, i installed kodi 18.6 and then the addon :
> catch-up
> > TV & More (from kodi's official repository)
> > but the addon don't work
>
> I downloaded the addon from Kodi's repo, unzip'ed it and grep'ed for
> sqlite3: there is not even a textual reference to it.
>
> > kodi.log is with this error (as an attachment the complete kodi.log) :
> > ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python
> callback/script
> > returned the following error<--
>
> Looking at the complete trace I'd rather suspect the stuff shown below
> from
> /home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/__init__.py
> What is it? Where does it come from? BTW, did the "catch-up TV & More"
> addon work before, or is it the first time you're trying to use it?
>
> Cheers.
>
> l8er
> manfred
>
> >                                              - NOTE: IGNORING THIS CAN
> LEAD
> > TO MEMORY LEAKS!
> >                                             Error Type: <type
> > 'exceptions.ImportError'>
> >                                             Error Contents: No module
> named
> > sqlite3
> >                                             Traceback (most recent call
> > last):
> >                                               File
> > "/home/user/.kodi/addons/plugin.video.catchuptvandmore/addon.py", line
> 24,
> > in <module>
> >                                                 from codequick import run
> >                                               File
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/__init__.py",
> > line 37, in <module>
> >                                                 from codequick.resolver
> > import Resolver
> >                                               File
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/resolver.py",
> > line 387, in <module>
> >                                                 from codequick.listing
> > import Listitem
> >                                               File
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/listing.py",
> > line 850, in <module>
> >                                                 from codequick.youtube
> > import Playlist as YTPlaylist
> >                                               File
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/youtube.py",
> > line 6, in <module>
> >                                                 import sqlite3
> >                                             ImportError: No module named
> > sqlite3
> >                                             -->End of Python script error
> > report<--
> > 2020-03-12 15:43:45.764 T:139820034680576   ERROR: GetDirectory - Error
> > getting plugin://plugin.video.catchuptvandmore/
> > 2020-03-12 15:43:45.768 T:139822086530624   ERROR:
> > CGUIMediaWindow::GetDirectory(plugin://plugin.video.catchuptvandmore/)
> > failed
> >
> > Thank you
> > chalu
> _______________________________________________
> Packman mailing list
> Packman at links2linux.de
> http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


More information about the Packman mailing list