rbuehlma / pvr.teleboy

Kodi PVR-Addon for Teleboy
GNU General Public License v2.0
12 stars 7 forks source link

teleboy failing on rapberry pi4 (debian buster) #71

Closed bendschs closed 3 years ago

bendschs commented 3 years ago

for some reason the teleboy addon stopped working. attached you can find the log. any idea what could be wrong?

cheers bendsch


2021-09-22 11:18:12.634 T:4063853696  NOTICE: -----------------------------------------------------------------------
2021-09-22 11:18:12.634 T:4063853696  NOTICE: Starting Kodi (18.7 Git:20200528-2c5354e70a). Platform: Linux ARM 32-bit
2021-09-22 11:18:12.634 T:4063853696  NOTICE: Using Release Kodi x32 build
2021-09-22 11:18:12.634 T:4063853696  NOTICE: Kodi compiled 2020-06-12 by GCC 8.3.0 for Linux ARM 32-bit version 4.18.20 (266772)
2021-09-22 11:18:12.635 T:4063853696  NOTICE: Running on Raspbian GNU/Linux 10 (buster), kernel: Linux ARM 64-bit version 5.10.60-v8+
2021-09-22 11:18:12.635 T:4063853696  NOTICE: FFmpeg version/source: 4.0.4-Kodi
2021-09-22 11:18:12.635 T:4063853696  NOTICE: 4 CPU cores available
2021-09-22 11:18:12.635 T:4063853696  NOTICE: ARM Features: Neon enabled
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi/addons
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://masterprofile/ is mapped to: /home/pi/.kodi/userdata
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://envhome/ is mapped to: /home/pi
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://home/ is mapped to: /home/pi/.kodi
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://temp/ is mapped to: /home/pi/.kodi/temp
2021-09-22 11:18:12.635 T:4063853696  NOTICE: special://logpath/ is mapped to: /home/pi/.kodi/temp
2021-09-22 11:18:12.635 T:4063853696  NOTICE: The executable running is: /usr/lib/arm-linux-gnueabihf/kodi/kodi.bin_v8
2021-09-22 11:18:12.635 T:4063853696  NOTICE: Local hostname: B2RASP4
2021-09-22 11:18:12.635 T:4063853696  NOTICE: Log File is located: /home/pi/.kodi/temp/kodi.log
2021-09-22 11:18:12.635 T:4063853696  NOTICE: -----------------------------------------------------------------------
2021-09-22 11:18:12.635 T:4063853696    INFO: loading settings
2021-09-22 11:18:12.637 T:4063853696  NOTICE: special://profile/ is mapped to: special://masterprofile/
2021-09-22 11:18:12.656 T:4063853696   DEBUG: CSkinSettings: no <skinsettings> tag found
2021-09-22 11:18:12.656 T:4063853696  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
2021-09-22 11:18:12.656 T:4063853696  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                            <advancedsettings>
                                              <fanartres>720</fanartres>
                                              <imageres>540</imageres>
                                              <video>
                                                <busydialogdelayms>750</busydialogdelayms>
                                              </video>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <cache>
                                                <memorysize>31457280</memorysize>
                                              </cache>
                                            </advancedsettings>
2021-09-22 11:18:12.656 T:4063853696 WARNING: CSettingsManager: missing version attribute
2021-09-22 11:18:12.657 T:4063853696  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
2021-09-22 11:18:12.658 T:4063853696  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="utf-8" ?>
                                            <advancedsettings>
                                              <videodatabase>
                                                <name>MyVideos</name>
                                                <host>192.168.3.72</host>
                                                <user>osmc</user>
                                                <pass>*****</pass>
                                                <type>mysql</type>
                                                <port>3306</port>
                                              </videodatabase>
                                              <videolibrary>
                                                <importwatchedstate>true</importwatchedstate>
                                                <importresumepoint>true</importresumepoint>
                                              </videolibrary>
                                              <network>
                                                <disableipv6>true</disableipv6>
                                                <buffermode>1</buffermode>
                                                <cachemembuffersize>52428800</cachemembuffersize>
                                                <readbufferfactor>2.0</readbufferfactor>
                                              </network>
                                            </advancedsettings>
2021-09-22 11:18:12.658 T:4063853696 WARNING: VIDEO database configuration is experimental.
2021-09-22 11:18:12.658 T:4063853696 WARNING: CSettingsManager: missing version attribute
2021-09-22 11:18:12.658 T:4063853696  NOTICE: Default Video Player: VideoPlayer
2021-09-22 11:18:12.658 T:4063853696  NOTICE: Default Audio Player: paplayer
2021-09-22 11:18:12.658 T:4063853696  NOTICE: Disabled debug logging due to GUI setting. Level 0.
2021-09-22 11:18:12.658 T:4063853696  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2021-09-22 11:18:12.659 T:4063853696  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2021-09-22 11:18:12.660 T:4063853696  NOTICE: WakeOnAccess - Load settings :
2021-09-22 11:18:12.661 T:4063853696  NOTICE: WakeOnAccess - Enabled:FALSE
2021-09-22 11:18:12.661 T:4063853696  NOTICE:   -Network init timeout : [20] sec
2021-09-22 11:18:12.661 T:4063853696  NOTICE:   -Network settle time  : [500] ms
2021-09-22 11:18:12.661 T:4063853696  NOTICE:   Registering wakeup entry:
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     HostName        : 192.168.3.38
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     MacAddress      : 00:08:9B:8B:F8:44
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     PingPort        : 0
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     PingMode        : 0
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     Timeout         : 300 (sec)
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     WaitForOnline   : 40 (sec)
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     WaitForOnlineEx : 40 (sec)
2021-09-22 11:18:12.661 T:4063853696  NOTICE:     WaitForServices : 5 (sec)
2021-09-22 11:18:12.705 T:4063853696  NOTICE: PulseAudio: Server not running
2021-09-22 11:18:12.711 T:4063853696  NOTICE: Running database version Addons27
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: game.controller.default v1.0.10 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: game.controller.snes v1.0.10 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: inputstream.adaptive v2.4.4 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: inputstream.rtmp v2.0.6 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2021-09-22 11:18:12.741 T:4063853696  NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: kodi.resource v1.0.0 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.album.universal v3.1.5 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.albums.theaudiodb.com v1.2.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.artists.universal v4.3.4 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.imdb.com v3.2.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.ofdb.de v1.0.5 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.omdbapi.com v1.2.1 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.common.themoviedb.org v3.2.17 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.local v1.0.0 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.themoviedb.org v5.2.6 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.13 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.tvshows.themoviedb.org.python v1.1.34 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: metadata.universal v5.5.5 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: plugin.video.youtube v6.8.17 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: pvr.iptvsimple v3.8.8 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: pvr.teleboy v18.2.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: repository.xbmc.org v3.1.6 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.common.plugin.cache v2.6.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.backports.functools_lru_cache v1.6.1 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.beautifulsoup4 v4.9.3 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.bottle v0.12.17 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.certifi v2019.9.11 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.chardet v3.0.4 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.googleapi v1.6.4 installed
2021-09-22 11:18:12.742 T:4063853696  NOTICE: ADDON: script.module.html2text v2015.6.21 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.html5lib v0.999.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.httplib2 v0.10.3 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.idna v2.8 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.oauth2client v4.1.3 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.pil v1.1.7 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.requests v2.22.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.six v1.15.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.soupsieve v1.9.6+leia.1 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.uritemplate v0.6.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.module.yaml v4.1 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.tubecast v1.4.6 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: script.xbmcbackup v1.1.3 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.divxplanet v0.1.1 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.opensubtitles v5.0.16 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.podnapisi v5.4.2 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.rvm.addic7ed v3.1.7 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.subdivx v0.3.7 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.subscene v1.7.2 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.subtitles.subscenter v6.0.1 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: service.xbmc.versioncheck v0.5.19 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: skin.estouchy v2.0.28 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: skin.estuary v2.0.27 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: vfs.nfs v1.1.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.addon v18.7 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.core v0.1.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.gui v5.14.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.json v10.3.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.python v2.26.0 installed
2021-09-22 11:18:12.743 T:4063853696  NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2021-09-22 11:18:12.806 T:4063853696   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - Keine derartige Eigenschaft »CanSuspend«
2021-09-22 11:18:12.807 T:4063853696   ERROR: DBus error: org.freedesktop.DBus.Error.InvalidArgs - Keine derartige Eigenschaft »CanHibernate«
2021-09-22 11:18:12.860 T:4034912448  NOTICE: Found 2 Lists of Devices
2021-09-22 11:18:12.860 T:4034912448  NOTICE: Enumerated ALSA devices:
2021-09-22 11:18:12.860 T:4034912448  NOTICE:     Device 1
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceName      : @
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayName     : Default (snd_rpi_hifiberry_digi HifiBerry Digi HiFi wm8804-spdif-0)
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayNameExtra:
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_sampleRates     : 32000,44100,48000,64000,88200,96000,176400,192000
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_S24NE4,AE_FMT_S16NE,AE_FMT_S16LE
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-09-22 11:18:12.861 T:4034912448  NOTICE:     Device 2
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceName      : snapcast_fifo
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayName     : snapcast_fifo
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayNameExtra:
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_sampleRates     : 48000
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_S16NE,AE_FMT_S16LE
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-09-22 11:18:12.861 T:4034912448  NOTICE:     Device 3
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceName      : sysdefault:CARD=sndrpihifiberry
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayName     : snd_rpi_hifiberry_digi
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayNameExtra: HifiBerry Digi HiFi wm8804-spdif-0
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_sampleRates     : 32000,44100,48000,64000,88200,96000,176400,192000
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_S24NE4,AE_FMT_S16NE,AE_FMT_S16LE
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-09-22 11:18:12.861 T:4034912448  NOTICE:     Device 4
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceName      : iec958:CARD=sndrpihifiberry,DEV=0
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayName     : snd_rpi_hifiberry_digi
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_displayNameExtra: HifiBerry Digi HiFi wm8804-spdif-0 S/PDIF
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.861 T:4034912448  NOTICE:         m_sampleRates     : 32000,44100,48000,64000,88200,96000,176400,192000
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_RAW,AE_FMT_S24NE4,AE_FMT_S16NE,AE_FMT_S16LE
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
2021-09-22 11:18:12.862 T:4034912448  NOTICE: Enumerated PI devices:
2021-09-22 11:18:12.862 T:4034912448  NOTICE:     Device 1
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_deviceName      : HDMI
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_displayName     : HDMI
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_displayNameExtra:
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2021-09-22 11:18:12.862 T:4034912448  NOTICE:     Device 2
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_deviceName      : Analogue
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_displayName     : Analogue
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_displayNameExtra:
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_sampleRates     : 48000
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-09-22 11:18:12.862 T:4034912448  NOTICE:     Device 3
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_deviceName      : Both
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_displayName     : HDMI and Analogue
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_displayNameExtra:
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_channels        : FL, FR
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_sampleRates     : 48000
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2021-09-22 11:18:12.862 T:4034912448  NOTICE:         m_streamTypes     : No passthrough capabilities
2021-09-22 11:18:12.920 T:4063853696  NOTICE: Raspberry PI firmware version: Aug 31 2021 14:52:47 
                                            Copyright (c) 2012 Broadcom
                                            version 67615e950e1e28b92dfae6303cf7a8b879a8908f (clean) (release) (start)
2021-09-22 11:18:12.920 T:4063853696  NOTICE: ARM mem: 768MB GPU mem: 256MB MPG2:0 WVC1:0
2021-09-22 11:18:12.921 T:4063853696  NOTICE: Config:
                                            arm_64bit=1
                                            arm_freq=1500
                                            audio_pwm_mode=514
                                            config_hdmi_boost=5
                                            core_freq=500
                                            core_freq_min=200
                                            disable_commandline_tags=2
                                            disable_l2cache=1
                                            disable_overscan=1
                                            disable_splash=1
                                            display_hdmi_rotate=-1
                                            display_lcd_rotate=-1
                                            dvfs=3
                                            enable_gic=1
                                            force_eeprom_read=1
                                            force_pwm_open=1
                                            framebuffer_ignore_alpha=1
                                            framebuffer_swap=1
                                            gpu_freq=500
                                            gpu_freq_min=250
                                            init_uart_clock=0x2dc6c00
                                            lcd_framerate=60
                                            mask_gpu_interrupt0=1024
                                            mask_gpu_interrupt1=0x10000
                                            max_framebuffers=2
                                            over_voltage_avs=-17500
                                            pause_burst_frames=1
                                            program_serial_random=1
                                            second_boot=1
                                            total_mem=4096
                                            hdmi_force_cec_address:0=65535
                                            hdmi_force_cec_address:1=65535
                                            hdmi_force_hotplug:0=1
                                            hdmi_group:0=1
                                            hdmi_mode:0=3
                                            hdmi_pixel_freq_limit:0=0x11e1a300
                                            hdmi_pixel_freq_limit:1=0x11e1a300
2021-09-22 11:18:12.921 T:4063853696  NOTICE: Config:
                                            device_tree=-
                                            overlay_prefix=overlays/
                                            hdmi_cvt:0=
                                            hdmi_cvt:1=
                                            hdmi_edid_filename:0=
                                            hdmi_edid_filename:1=
                                            hdmi_timings:0=
                                            hdmi_timings:1=
2021-09-22 11:18:13.621 T:4063853696 WARNING: CDRMUtils::FindPlane - could not find plane
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Previous line repeats 1 times.
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080i @ 60.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080i @ 59.940063 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Previous line repeats 1 times.
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080i @ 50.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 30.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 29.970032 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 25.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 24.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1920x1080 with 1920x1080 @ 23.976025 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1600x1200 with 1600x1200 @ 60.000000 Hz
2021-09-22 11:18:14.678 T:4063853696  NOTICE: Found resolution 1280x1024 with 1280x1024 @ 75.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1440x900 with 1440x900 @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1280x800 with 1280x800 @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1152x864 with 1152x864 @ 75.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Previous line repeats 1 times.
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1024x768 with 1024x768 @ 75.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1024x768 with 1024x768 @ 70.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 800x600 with 800x600 @ 75.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 800x600 with 800x600 @ 72.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 800x600 with 800x600 @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 800x600 with 800x600 @ 56.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 720x576 with 720x576 @ 50.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 720x576 with 720x576i @ 50.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 720x480 with 720x480 @ 59.940063 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 720x480 with 720x480 @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 720x480 with 720x480i @ 59.940063 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 720x480 with 720x480i @ 60.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 640x480 with 640x480 @ 75.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 640x480 with 640x480 @ 73.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 640x480 with 640x480 @ 67.000000 Hz
2021-09-22 11:18:14.679 T:4063853696  NOTICE: Found resolution 640x480 with 640x480 @ 60.000000 Hz
2021-09-22 11:18:14.682 T:4063853696  NOTICE: Previous line repeats 1 times.
2021-09-22 11:18:14.682 T:4063853696  NOTICE: EGL_VERSION = 1.4
2021-09-22 11:18:14.682 T:4063853696  NOTICE: EGL_VENDOR = Mesa Project
2021-09-22 11:18:14.682 T:4063853696  NOTICE: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display
2021-09-22 11:18:14.682 T:4063853696  NOTICE: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_wayland EGL_EXT_platform_x11 EGL_MESA_platform_gbm EGL_MESA_platform_surfaceless EGL_EXT_platform_device
2021-09-22 11:18:14.685 T:4063853696  NOTICE: Checking resolution 16
2021-09-22 11:18:14.685 T:4063853696 WARNING: CGBMUtils::DestroySurface - surface already destroyed
2021-09-22 11:18:14.748 T:4063853696  NOTICE: GL_VENDOR = Broadcom
2021-09-22 11:18:14.749 T:4063853696  NOTICE: GL_RENDERER = V3D 4.2
2021-09-22 11:18:14.749 T:4063853696  NOTICE: GL_VERSION = OpenGL ES 3.1 Mesa 19.3.2
2021-09-22 11:18:14.749 T:4063853696  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
2021-09-22 11:18:14.749 T:4063853696  NOTICE: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_norm16 GL_KHR_context_flush_control GL_NV_image_formats GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_EXT_buffer_storage GL_EXT_float_blend GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_shader_image_atomic GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_KHR_parallel_shader_compile GL_MESA_framebuffer_flip_y GL_EXT_texture_query_lod
2021-09-22 11:18:15.431 T:3859206336  NOTICE: Running database version Addons27
2021-09-22 11:18:15.432 T:3859206336  NOTICE: Running database version ViewModes6
2021-09-22 11:18:15.433 T:3859206336  NOTICE: Running database version Textures13
2021-09-22 11:18:15.436 T:3859206336  NOTICE: Running database version MyMusic72
2021-09-22 11:18:15.441 T:3859206336  NOTICE: MYSQL: Connected to version 10.0.28-MariaDB-2+b1
2021-09-22 11:18:15.445 T:3859206336  NOTICE: Running database version MyVideos116
2021-09-22 11:18:15.447 T:3859206336  NOTICE: Running database version TV32
2021-09-22 11:18:15.448 T:3859206336  NOTICE: Running database version Epg12
2021-09-22 11:18:15.464 T:4063853696  NOTICE: start dvd mediatype detection
2021-09-22 11:18:15.516 T:4063853696  NOTICE:   load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
2021-09-22 11:18:15.826 T:4063853696 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2021-09-22 11:18:15.863 T:4063853696  NOTICE: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000)
2021-09-22 11:18:15.863 T:4063853696  NOTICE: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2021-09-22 11:18:15.867 T:4063853696  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2021-09-22 11:18:15.868 T:4063853696  NOTICE: Loaded playercorefactory configuration
2021-09-22 11:18:15.868 T:4063853696  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2021-09-22 11:18:15.868 T:4063853696  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2021-09-22 11:18:15.885 T:4063853696  NOTICE: initialize done
2021-09-22 11:18:15.885 T:4063853696  NOTICE: Running the application...
2021-09-22 11:18:15.894 T:4063853696  NOTICE: starting zeroconf publishing
2021-09-22 11:18:15.896 T:4063853696  NOTICE: CWebServer[8080]: Started
2021-09-22 11:18:15.896 T:4063853696   ERROR: JSONRPC Server: Failed to connect to sdpd
2021-09-22 11:18:15.905 T:4063853696  NOTICE: VideoPlayer::OpenFile: /var/run/lirc/lircd
2021-09-22 11:18:15.914 T:3703509184  NOTICE: ES: Starting UDP Event server on port 9777
2021-09-22 11:18:15.914 T:3703509184  NOTICE: UDP: Listening on port 9777 (ipv6 : true)
2021-09-22 11:18:15.915 T:3660308672  NOTICE: Creating InputStream
2021-09-22 11:18:15.915 T:3660308672   ERROR: CVideoPlayer::OpenInputStream - error opening [/var/run/lirc/lircd]
2021-09-22 11:18:15.915 T:3660308672  NOTICE: CVideoPlayer::OnExit()
2021-09-22 11:18:16.066 T:3804221632  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
2021-09-22 11:18:16.497 T:3651915968  NOTICE: AddOnLog: Teleboy PVR Client: Using useragent: Kodi/18.9 pvr.teleboy/18.2.3 (Kodi PVR addon)
2021-09-22 11:18:16.683 T:4063853696  NOTICE: CVideoPlayer::CloseFile()
2021-09-22 11:18:16.683 T:4063853696  NOTICE: VideoPlayer: waiting for threads to exit
2021-09-22 11:18:16.683 T:4063853696  NOTICE: VideoPlayer: finished waiting
2021-09-22 11:18:16.700 T:4063853696  NOTICE: AddOnLog: NFS support: NFS is idle. Closing the remaining connections.
2021-09-22 11:18:16.789 T:3651915968   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 429
2021-09-22 11:18:16.789 T:3651915968   ERROR: CCurlFile::Open failed with code 429 for https://www.teleboy.ch/login:
2021-09-22 11:18:31.796 T:3651915968   ERROR: CCurlFile::FillBuffer - Failed: Stream error in the HTTP/2 framing layer(92)
2021-09-22 11:18:31.797 T:3651915968   ERROR: CCurlFile::Open failed with code 0 for https://www.teleboy.ch/login_check:
2021-09-22 11:18:31.917 T:3651915968   ERROR: AddOnLog: Teleboy PVR Client: No user settings found.
2021-09-22 11:18:31.917 T:3651915968   ERROR: AddOnLog: Teleboy PVR Client: Login failed
2021-09-22 11:18:31.918 T:3651915968  NOTICE: PVR Manager: Starting
2021-09-22 11:18:31.941 T:3804221632   ERROR: GetTimers: Add-on 'Teleboy PVR Add-on:connected' returned an error: server error
2021-09-22 11:18:31.941 T:3804221632   ERROR: GetTimers: PVR client 'Teleboy PVR Add-on:connected' returned an error: server error
2021-09-22 11:18:31.941 T:3804221632   ERROR: GetRecordings: Add-on 'Teleboy PVR Add-on:connected' returned an error: server error
2021-09-22 11:18:31.941 T:3804221632   ERROR: GetRecordings: PVR client 'Teleboy PVR Add-on:connected' returned an error: server error
2021-09-22 11:18:31.942 T:3804221632  NOTICE: PVR Manager: Started
2021-09-22 11:18:31.944 T:3833467072  NOTICE: EPG thread started
rbuehlma commented 3 years ago

This is already fixed in version 19.8.2. Since Kodi 19 is out since quite some time, there won't be a fix for Kodi 18 anymore.

bendschs commented 3 years ago

okay, i was just wondering why it still worked on my mac on pvr.teleboy version 18.1.6 though ...

i guess it‘s this fix: https://github.com/rbuehlma/pvr.teleboy/commit/bcb20791d8b77cb921bbba434ae9e14d3021c239#diff-740729ddb470e6db37416a913153dc07ed028fba11584f64397e5a4cac71932e

since kodi matrix is not available on raspberry pi normal debian distribution yet, i‘d try to fix an old built ...

bendschs commented 3 years ago

actually i noticed it‘s already in the in v18.2.3, so it can‘t be that.