Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - mldnonexpert

1
Hallo,

nach dem Upgrade auf 5.5 Testing (Grund, siehe https://minidvblinux.de/forum/index.php/topic,10269.msg81607.html#msg81607), startet Kodi nicht mehr.

Erster Fehler: /usr/bin/runkodi: eval: line 1: /usr/bin/kodi: not found
Lösung: symlink unter /usr/bin/kodi löschen und auf den neuen Speicherort zeigen lassen: "ln -s /usr/lib/arm-linux-gnueabihf/kodi/kodi.bin kodi"

Jetzt startet kodi immer noch nicht:
Code: [Select]
...
14:48:06.821 T:1842106384  NOTICE: Loaded playercorefactory configuration
14:48:06.822 T:1842106384  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
14:48:06.822 T:1842106384  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
13:48:06.839 T:1842106384  NOTICE: Running database version Addons27
13:48:06.972 T:1842106384  NOTICE: ADDONS: Using repository repository.xbmc.org
13:48:06.972 T:1842106384  NOTICE: ADDONS: Using repository repository.kodinerds
13:48:06.989 T:1139796624   ERROR: PulseAudio: Failed to connect context
13:48:06.990 T:1139796624  NOTICE: PulseAudio might not be running. Context was not created.
13:48:07.042 T:1139796624  NOTICE: No Devices found - retry: 4
13:48:08.544 T:1139796624   ERROR: PulseAudio: Failed to connect context
13:48:08.544 T:1139796624  NOTICE: PulseAudio might not be running. Context was not created.
13:48:08.612 T:1139796624  NOTICE: No Devices found - retry: 3
13:48:10.114 T:1139796624   ERROR: PulseAudio: Failed to connect context
13:48:10.114 T:1139796624  NOTICE: PulseAudio might not be running. Context was not created.
13:48:10.177 T:1139796624  NOTICE: No Devices found - retry: 2
13:48:11.678 T:1139796624   ERROR: PulseAudio: Failed to connect context
13:48:11.678 T:1139796624  NOTICE: PulseAudio might not be running. Context was not created.
13:48:11.741 T:1139796624  NOTICE: No Devices found - retry: 1
13:48:13.243 T:1139796624   ERROR: PulseAudio: Failed to connect context
13:48:13.243 T:1139796624  NOTICE: PulseAudio might not be running. Context was not created.
13:48:13.305 T:1139796624  NOTICE: Found 0 Lists of Devices
13:48:13.324 T:1139796624 WARNING: ActiveAE::Configure - sink returned large buffer of 249 ms, reducing to 100 ms
13:48:13.389 T:1842106384   ERROR: X11 Error: No Display found
13:48:13.389 T:1842106384   FATAL: CApplication::Create: Unable to init windowing system

Hat jemand dazu eine Idee?

Gruß

2
Hallo Forum,


seit einiger Zeit werden die Plugins in Kodi nicht mehr aktualisiert (System ist ein MLD 5.4). Die Fehlermeldung lautet:


Code: [Select]
    2021-11-28 18:33:40.410 T:1526489840   ERROR: CCurlFile::FillBuffer - Failed: Peer certificate cannot be authenticated with given CA certificates(60)
    2021-11-28 18:33:40.410 T:1526489840   ERROR: CCurlFile::Open failed with code 0 for https://mirrors.kodi.tv/addons/leia/plugin.video.dailymotion_com/plugin.video.dailymotion_com-2.4.3.zip:


Offensichtlich gibt es da ein Problem beim Download der Dateien, aber ich kann den Fehler nicht erkennen. Ein wget lädt die gewünschten Inhalte problemlos runter.


Der Hinweis hier unten hat mich auch nicht weitergebracht, da ich offensichtlich nicht die Datei finde, in der ich die Umgebungsvariable wirklich setzen könnte. /etc/environment oder /etc/rc.config hat keine Wirkung gezeigt.


https://github.com/xbmc/xbmc/issues/16165


try setting the env var SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt


Irgendjemand der helfen kann?


Vielen Dank.

PS: Ich habe die Frage bereits im vdr-portal gestellt, aber es konnte wohl noch niemand helfen.