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

2020-03-12 Diskussionsfäden Manfred Hollstein
Hi chalu,

On Thu, 12 Mar 2020, 17:31:53 +0100, c.ch...@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:  '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 
> from codequick import run
>   File 
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/__init__.py",
> line 37, in 
> from codequick.resolver
> import Resolver
>   File 
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/resolver.py",
> line 387, in 
> from codequick.listing
> import Listitem
>   File 
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/listing.py",
> line 850, in 
> from codequick.youtube
> import Playlist as YTPlaylist
>   File 
> "/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/youtube.py",
> line 6, in 
> 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


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

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

2020-03-12 Diskussionsfäden Manfred Hollstein
On Thu, 12 Mar 2020, 18:33:32 +0100, Olaf Hering wrote:
> Am Thu, 12 Mar 2020 17:31:53 +0100
> schrieb c.ch...@free.fr:
> 
> > Error Contents: No module named sqlite3
> 
> This message means most likely something in python namespace needs 'sqlite3'.
> There is nothing the kodi rpms can do about such dependency errors.

yeah, I'd say there is something wrong with the addon the OP is trying
to use; at least, the MediathekView addon works perfectly well here and
it also uses sqlite3. BTW, the sqlite3 module is provided by the python
rpm from Leap 15.1. @c.ch...@free.fr: can you show us the output from
running the following command:

  rpm -V python

> Olaf

Cheers.

l8er
manfred


signature.asc
Description: PGP signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

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

2020-03-12 Diskussionsfäden Olaf Hering
Am Thu, 12 Mar 2020 17:31:53 +0100
schrieb c.ch...@free.fr:

> Error Contents: No module named sqlite3

This message means most likely something in python namespace needs 'sqlite3'.
There is nothing the kodi rpms can do about such dependency errors.

Olaf


pgpZELyvjSn9N.pgp
Description: Digitale Signatur von OpenPGP
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] mp3gain on Tumbleweed

2020-03-12 Diskussionsfäden Luigi Baldoni
Sent: Thursday, March 12, 2020 at 1:54 PM
From: "Peter Sahling" 
>
> Hello,
>
> a short while ago mp3gain was removed on my tumbleweed. After looking
> into it I noticed, that it is not build for tumbleweed anymore.
>
> I would like to use mp3gain again. Is there some way I could help?

Of course. You just need to fix CVE-2019-18359, PoC available on the bug
page: https://sourceforge.net/p/mp3gain/bugs/46/ .

The original developer is apparently not willing to work on it anymore, so
it will be up to volunteers.

Regards


___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

[packman] mp3gain on Tumbleweed

2020-03-12 Diskussionsfäden Peter Sahling
Hello,

a short while ago mp3gain was removed on my tumbleweed. After looking
into it I noticed, that it is not build for tumbleweed anymore.

I would like to use mp3gain again. Is there some way I could help?

Greetings,

Peter




signature.asc
Description: OpenPGP digital signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

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

2020-03-12 Diskussionsfäden c . chalu

Sorry,
kodi.log forgotten
Thank you
Le 12/03/2020 17:31, c.ch...@free.fr a écrit :

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
kodi.log is with this error (as an attachment the complete kodi.log) :
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python
callback/script returned the following error<--
 - NOTE: IGNORING THIS CAN
LEAD TO MEMORY LEAKS!
Error Type: 
Error Contents: No module
named sqlite3
Traceback (most recent call 
last):

  File
"/home/user/.kodi/addons/plugin.video.catchuptvandmore/addon.py", line
24, in 
from codequick import 
run

  File
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/__init__.py",
line 37, in 
from
codequick.resolver import Resolver
  File
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/resolver.py",
line 387, in 
from codequick.listing
import Listitem
  File
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/listing.py",
line 850, in 
from codequick.youtube
import Playlist as YTPlaylist
  File
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/youtube.py",
line 6, in 
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
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: 
---
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: Starting Kodi (18.6 
Git:20200229-20200229-8e967df). Platform: Linux x86 64-bit
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: Using Release Kodi x64 build
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: Kodi compiled 2020-02-29 by 
GCC 8.2.1 for Linux x86 64-bit version 4.15.0 (265984)
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: Running on openSUSE Leap 
15.1, kernel: Linux x86 64-bit version 4.12.14-lp151.28.36-default
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: FFmpeg version/source: 4.2.1
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: Host CPU: Intel(R) Core(TM) 
i5 CPU M 430 @ 2.27GHz, 4 cores available
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://xbmc/ is mapped 
to: /usr/share/kodi
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://xbmcbin/ is mapped 
to: /usr/lib64/kodi
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://xbmcbinaddons/ is 
mapped to: /usr/lib64/kodi/addons
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://masterprofile/ is 
mapped to: /home/utilisateur/.kodi/userdata
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://envhome/ is mapped 
to: /home/utilisateur
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://home/ is mapped 
to: /home/utilisateur/.kodi
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://temp/ is mapped 
to: /home/utilisateur/.kodi/temp
2020-03-12 16:43:35.532 T:139822086530624  NOTICE: special://logpath/ is mapped 
to: /home/utilisateur/.kodi/temp
2020-03-12 16:43:35.533 T:139822086530624  NOTICE: The executable running is: 
/usr/lib64/kodi/kodi-x11
2020-03-12 16:43:35.533 T:139822086530624  NOTICE: Local hostname: linux-ietq
2020-03-12 16:43:35.533 T:139822086530624  NOTICE: Log File is located: 
/home/utilisateur/.kodi/temp/kodi.log
2020-03-12 16:43:35.533 T:139822086530624  NOTICE: 
---
2020-03-12 16:43:35.533 T:139822086530624INFO: loading settings
2020-03-12 16:43:35.533 T:139822086530624  NOTICE: special://profile/ is mapped 
to: special://masterprofile/
2020-03-12 16:43:35.539 T:139822086530624   DEBUG: CSkinSettings: no 
 tag found
2020-03-12 16:43:35.539 T:139822086530624  NOTICE: No settings file to load 
(special://xbmc/system/advancedsettings.xml)
2020-03-12 16:43:35.539 T:139822086530624  NOTICE: No settings file to load 
(special://masterprofile/advancedsettings.xml)
2020-03-12 16:43:35.539 T:139822086530624  NOTICE: Default Video Player: 
VideoPlayer

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

2020-03-12 Diskussionsfäden c . chalu

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
kodi.log is with this error (as an attachment the complete kodi.log) :
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python 
callback/script returned the following error<--
 - NOTE: IGNORING THIS CAN 
LEAD TO MEMORY LEAKS!
Error 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 
from codequick import 
run
  File 
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/__init__.py", 
line 37, in 
from codequick.resolver 
import Resolver
  File 
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/resolver.py", 
line 387, in 
from codequick.listing 
import Listitem
  File 
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/listing.py", 
line 850, in 
from codequick.youtube 
import Playlist as YTPlaylist
  File 
"/home/utilisateur/.kodi/addons/script.module.codequick/lib/codequick/youtube.py", 
line 6, in 

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@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman