Kodi Community Forum

Full Version: script.extendedinfo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-03-15, 00:11)Guilouz Wrote: [ -> ]I have this error when I use youtube search function with artists :

Code:
23:14:35 T:123145318555648   DEBUG: script.extendedinfo: None
23:14:35 T:123145318555648   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: list indices must be integers, not str
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py", line 110, in <module>
                                                Main()
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py", line 21, in __init__
                                                listitems = start_info_actions(info, self.params)
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 220, in start_info_actions
                                                orderby=params.get("orderby", "relevance"))
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/YouTube.py", line 148, in search
                                                listitems = handle_videos(results["items"], extended=extended)
                                            TypeError: list indices must be integers, not str
                                            -->End of Python script error report<--
23:14:35 T:140735249522688   DEBUG: ------ Window Init (DialogNotification.xml) ------
23:14:35 T:140735249522688   DEBUG: Window DialogNotification.xml was already loaded
23:14:35 T:140735249522688   DEBUG: Alloc resources: 0.00ms
23:14:35 T:123145318555648    INFO: Python script stopped
23:14:35 T:123145320701952   DEBUG: script.extendedinfo: Exception: Could not get new JSON data from https://www.googleapis.com/youtube/v3/search?maxResults=40&q=Avicii+Musique&part=id%2Csnippet&key=AIzaSyB-BOZ_o09NLVwq_lMskvvj1olDkFI4JK0&type=video&order=relevance. Tryin to fallback to cache
23:14:35 T:123145318555648   DEBUG: Thread LanguageInvoker 123145318555648 terminating
23:14:35 T:123145320701952   DEBUG: script.extendedinfo: None
23:14:35 T:123145320701952   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: list indices must be integers, not str
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py", line 110, in <module>
                                                Main()
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py", line 21, in __init__
                                                listitems = start_info_actions(info, self.params)
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 220, in start_info_actions
                                                orderby=params.get("orderby", "relevance"))
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/YouTube.py", line 148, in search
                                                listitems = handle_videos(results["items"], extended=extended)
                                            TypeError: list indices must be integers, not str
                                            -->End of Python script error report<--
23:14:35 T:123145316945920   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
23:14:35 T:123145316945920   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=youtubesearch&&id="Avicii"  Album
23:14:35 T:123145320701952    INFO: Python script stopped
23:14:35 T:123145320701952   DEBUG: Thread LanguageInvoker 123145320701952 terminating
23:14:35 T:123145319628800   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
23:14:35 T:123145319628800   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=youtubesearch&&id="Avicii" Musique
23:14:38 T:123145327677440   DEBUG: Thread MusicFileCounter 123145327677440 terminating
23:14:38 T:123145320165376  NOTICE: My Music: Scanning for music info using worker thread, operation took 00:10
23:14:38 T:123145320165376   DEBUG: Process - Finished scan

should be fixed with https://github.com/phil65/script.extende...8ebf71c81a
don't know if it's the right place, but im getting errors using plugin.program.autocompletion

http://xbmclogs.com/phlkb9buf

edit: all good after pc restart and reinsalling the plugin.
Another error with oninfo function with Esturary skin :

Code:
21:33:46 T:140735249522688   DEBUG: Activating window ID: 10138
21:33:46 T:140735249522688   DEBUG: ------ Window Init (DialogBusy.xml) ------
21:33:46 T:140735249522688   DEBUG: Window DialogBusy.xml was already loaded
21:33:46 T:140735249522688   DEBUG: Alloc resources: 0.00ms
21:33:46 T:123145304526848   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: dlopen(/Users/Cyril/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so, 2): Library not loaded: /Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/buildtools-native/lib/libjpeg.8.dylib
                                              Referenced from: /Users/Cyril/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so
                                              Reason: image not found
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/default.py", line 45, in <module>
                                                Main()
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/default.py", line 19, in __init__
                                                listitems = start_info_actions(info, self.params)
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 339, in start_info_actions
                                                name=params.get("name"))
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/WindowManager.py", line 82, in open_movie_info
                                                from dialogs import DialogMovieInfo
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/dialogs/DialogMovieInfo.py", line 11, in <module>
                                                from .. import ImageTools
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/ImageTools.py", line 11, in <module>
                                                import PIL.Image
                                              File "/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg/PIL/Image.py", line 66, in <module>
                                              File "/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg/PIL/_imaging.py", line 7, in <module>
                                              File "/Applications/Kodi.app/Contents/Libraries/lib/python2.7/site-packages/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg/PIL/_imaging.py", line 6, in __bootstrap__
                                            ImportError: dlopen(/Users/Cyril/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so, 2): Library not loaded: /Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/buildtools-native/lib/libjpeg.8.dylib
                                              Referenced from: /Users/Cyril/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so
                                              Reason: image not found
                                            -->End of Python script error report<--
21:33:46 T:140735249522688   DEBUG: ------ Window Init (DialogNotification.xml) ------
21:33:46 T:140735249522688   DEBUG: Window DialogNotification.xml was already loaded
21:33:46 T:140735249522688   DEBUG: Alloc resources: 0.00ms
21:33:46 T:123145304526848    INFO: Python script stopped
Hi

I get an error message every time I try to run extenden.info.script. I am using version 4.5.3 on openelec/kodi 16/rpi 2 with Aeon Nox Silvo Mod Skin. Reinstalling the script did not help.
Hope someone can help


Code:
Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named downloader.external
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 4, in <module>
                                                import YoutubeDLWrapper
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
17:18:17 T:1494430624   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies
(2016-03-12, 19:56)phil65 Wrote: [ -> ]
(2016-03-12, 19:33)M4tt0 Wrote: [ -> ]@phil65
Thanks for the autocompletion fix. I have seen that you have pushed 3.1.4 to the Helix branch of xbmc/repo-scripts some days ago. I thought that would trigger an update on my affected system, but so far it hasn't. Is this because the mirrors have not (yet) been updated or do I have to update manually (install from zip)?

Probably mirrors not updated yet.

@phil65
Looking at the helix branch of your script on github addon.xml still contains version number 3.1.3 which might(!) prevent the automatic update I have been waiting for. Just realized as I updated manually but still found version 3.1.3 in the description of your addon. For what it's worth...
(2016-03-16, 01:15)M4tt0 Wrote: [ -> ]
(2016-03-12, 19:56)phil65 Wrote: [ -> ]
(2016-03-12, 19:33)M4tt0 Wrote: [ -> ]@phil65
Thanks for the autocompletion fix. I have seen that you have pushed 3.1.4 to the Helix branch of xbmc/repo-scripts some days ago. I thought that would trigger an update on my affected system, but so far it hasn't. Is this because the mirrors have not (yet) been updated or do I have to update manually (install from zip)?

Probably mirrors not updated yet.

@phil65
Looking at the helix branch of your script on github addon.xml still contains version number 3.1.3 which might(!) prevent the automatic update I have been waiting for. Just realized as I updated manually but still found version 3.1.3 in the description of your addon. For what it's worth...

fuck, you´re right. I forgot to bump version number... Undecided
(2016-03-16, 00:43)effe.rnr Wrote: [ -> ]Hi

I get an error message every time I try to run extenden.info.script. I am using version 4.5.3 on openelec/kodi 16/rpi 2 with Aeon Nox Silvo Mod Skin. Reinstalling the script did not help.
Hope someone can help


Code:
Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named downloader.external
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 4, in <module>
                                                import YoutubeDLWrapper
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
17:18:17 T:1494430624   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies


I recognized an interesting thing:

If I focus the addon and hit enter, the error message appears but if I open the addon-information and click run it works. That's strange Huh

EDIT: Okay if I go deeper and try to open a folder the error message appears again


The Log says:

Code:
01:19.35 T:1963626496 ERROR: Control 61 in window 10147 has been asked to focus, but it can't
01:19:35 T:1963626496 WARNING: Label Formating: is not defined
(2016-03-16, 02:17)effe.rnr Wrote: [ -> ]
(2016-03-16, 00:43)effe.rnr Wrote: [ -> ]Hi

I get an error message every time I try to run extenden.info.script. I am using version 4.5.3 on openelec/kodi 16/rpi 2 with Aeon Nox Silvo Mod Skin. Reinstalling the script did not help.
Hope someone can help


Code:
Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named downloader.external
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 4, in <module>
                                                import YoutubeDLWrapper
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
17:18:17 T:1494430624   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies


I recognized an interesting thing:

If I focus the addon and hit enter, the error message appears but if I open the addon-information and click run it works. That's strange Huh

EDIT: Okay if I go deeper and try to open a folder the error message appears again


The Log says:

Code:
01:19.35 T:1963626496 ERROR: Control 61 in window 10147 has been asked to focus, but it can't
01:19:35 T:1963626496 WARNING: Label Formating: is not defined

I always need complete logs, not just snippets.
(2016-03-16, 01:48)phil65 Wrote: [ -> ]fuck, you´re right. I forgot to bump version number... Undecided

https://github.com/xbmc/repo-scripts/pull/59
(2016-03-16, 02:56)phil65 Wrote: [ -> ]
(2016-03-16, 02:17)effe.rnr Wrote: [ -> ]
(2016-03-16, 00:43)effe.rnr Wrote: [ -> ]Hi

I get an error message every time I try to run extenden.info.script. I am using version 4.5.3 on openelec/kodi 16/rpi 2 with Aeon Nox Silvo Mod Skin. Reinstalling the script did not help.
Hope someone can help


Code:
Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named downloader.external
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 4, in <module>
                                                import YoutubeDLWrapper
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
17:18:17 T:1494430624   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies


I recognized an interesting thing:

If I focus the addon and hit enter, the error message appears but if I open the addon-information and click run it works. That's strange Huh

EDIT: Okay if I go deeper and try to open a folder the error message appears again


The Log says:

Code:
01:19.35 T:1963626496 ERROR: Control 61 in window 10147 has been asked to focus, but it can't
01:19:35 T:1963626496 WARNING: Label Formating: is not defined

I always need complete logs, not just snippets.

okay here is the complete one:

Code:
################################################################################
# ... output of cat /storage/.kodi/temp/kodi_crashlog_20160315172736.log
# OpenELEC release: RPi2.arm-7.0.0
#
################################################################################
############## kodi CRASH LOG ###############

################ SYSTEM INFO ################
Date: Tue Mar 15 17:27:36 CET 2016
kodi Options: --standalone -fs --lircdev /run/lirc/lircd
Arch: armv7l
Kernel: Linux 4.4.2 #1 SMP Fri Feb 26 08:05:59 CET 2016
Release: OpenELEC 7.0.0
############## END SYSTEM INFO ##############

############### STACK TRACE #################
gdb not installed, can't get stack trace.
############# END STACK TRACE ###############

################# LOG FILE ##################

08:15:40 T:1963515904  NOTICE: special://profile/ is mapped to: special://masterprofile/
08:15:40 T:1963515904  NOTICE: -----------------------------------------------------------------------
08:15:40 T:1963515904  NOTICE: Starting Kodi (16.0 Git:a5f3a99). Platform: Linux ARM 32-bit
08:15:40 T:1963515904  NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
08:15:40 T:1963515904  NOTICE: Kodi compiled Feb 26 2016 by GCC 5.3.0 for Linux ARM 32-bit version 4.4.2 (263170)
08:15:40 T:1963515904  NOTICE: Running on OpenELEC (community) - Version: 7.0.0, kernel: Linux ARM 32-bit version 4.4.2
08:15:40 T:1963515904  NOTICE: FFmpeg version: 2.8.6
08:15:40 T:1963515904  NOTICE: WARNING: unsupported ffmpeg version detected
08:15:40 T:1963515904  NOTICE: Host CPU: ARMv7 Processor rev 5 (v7l), 4 cores available
08:15:40 T:1963515904  NOTICE: ARM Features: Neon enabled
08:15:40 T:1963515904  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
08:15:40 T:1963515904  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
08:15:40 T:1963515904  NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
08:15:40 T:1963515904  NOTICE: special://home/ is mapped to: /storage/.kodi
08:15:40 T:1963515904  NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
08:15:40 T:1963515904  NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
08:15:40 T:1963515904  NOTICE: Local hostname: OpenELEC
08:15:40 T:1963515904  NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
08:15:40 T:1963515904  NOTICE: -----------------------------------------------------------------------
17:17:46 T:1963515904   ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
17:17:46 T:1963515904  NOTICE: load settings...
17:17:46 T:1963515904  NOTICE: Found 2 Lists of Devices
17:17:46 T:1963515904  NOTICE: Enumerated PI devices:
17:17:46 T:1963515904  NOTICE:     Device 1
17:17:46 T:1963515904  NOTICE:         m_deviceName      : HDMI
17:17:46 T:1963515904  NOTICE:         m_displayName     : HDMI
17:17:46 T:1963515904  NOTICE:         m_displayNameExtra:
17:17:46 T:1963515904  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:17:46 T:1963515904  NOTICE:         m_channels        : FL,FR
17:17:46 T:1963515904  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
17:17:46 T:1963515904  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_AC3,AE_FMT_DTS,AE_FMT_EAC3
17:17:46 T:1963515904  NOTICE:     Device 2
17:17:46 T:1963515904  NOTICE:         m_deviceName      : Analogue
17:17:46 T:1963515904  NOTICE:         m_displayName     : Analogue
17:17:46 T:1963515904  NOTICE:         m_displayNameExtra:
17:17:46 T:1963515904  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
17:17:46 T:1963515904  NOTICE:         m_channels        : FL,FR
17:17:46 T:1963515904  NOTICE:         m_sampleRates     : 48000
17:17:46 T:1963515904  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
17:17:46 T:1963515904  NOTICE:     Device 3
17:17:46 T:1963515904  NOTICE:         m_deviceName      : Both
17:17:46 T:1963515904  NOTICE:         m_displayName     : HDMI and Analogue
17:17:46 T:1963515904  NOTICE:         m_displayNameExtra:
17:17:46 T:1963515904  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
17:17:46 T:1963515904  NOTICE:         m_channels        : FL,FR
17:17:46 T:1963515904  NOTICE:         m_sampleRates     : 48000
17:17:46 T:1963515904  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
17:17:46 T:1963515904  NOTICE: Enumerated PULSE devices:
17:17:46 T:1963515904  NOTICE:     Device 1
17:17:46 T:1963515904  NOTICE:         m_deviceName      : Default
17:17:46 T:1963515904  NOTICE:         m_displayName     : Default
17:17:46 T:1963515904  NOTICE:         m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
17:17:46 T:1963515904  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
17:17:46 T:1963515904  NOTICE:         m_channels        : FL,FR
17:17:46 T:1963515904  NOTICE:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
17:17:46 T:1963515904  NOTICE:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
17:17:46 T:1963515904  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
17:17:46 T:1963515904  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                            <advancedsettings>
                                              <showexitbutton>false</showexitbutton>
                                              <fanartres>720</fanartres>
                                              <imageres>540</imageres>
                                              <video>
                                                <busydialogdelayms>750</busydialogdelayms>
                                              </video>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <network>
                                                <readbufferfactor>4.0</readbufferfactor>
                                              </network>
                                            </advancedsettings>
17:17:46 T:1963515904  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
17:17:46 T:1963515904  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <network>
                                                <buffermode>1</buffermode>
                                                <cachemembuffersize>157286400</cachemembuffersize>
                                                <readbufferfactor>5</readbufferfactor>
                                              </network>
                                              <pvr>
                                                <minvideocachelevel>30</minvideocachelevel>
                                                <minaudiocachelevel>30</minaudiocachelevel>
                                              </pvr>
                                            </advancedsettings>
17:17:46 T:1963515904  NOTICE: Default DVD Player: dvdplayer
17:17:46 T:1963515904  NOTICE: Default Video Player: dvdplayer
17:17:46 T:1963515904  NOTICE: Default Audio Player: paplayer
17:17:46 T:1963515904  NOTICE: Disabled debug logging due to GUI setting. Level 0.
17:17:46 T:1963515904  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
17:17:46 T:1963515904  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
17:17:46 T:1963515904  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
17:17:46 T:1963515904  NOTICE: Loaded playercorefactory configuration
17:17:46 T:1963515904  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
17:17:46 T:1963515904  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
17:17:47 T:1963515904  NOTICE: Running database version Addons20
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.addonscriptorde-beta
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.johtru.zattoo
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.kodinerds
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.membrane
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.bromix
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.L0RErepo
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.xbmchub
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.m4x1m
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.xycl.addons
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.lost-and-found
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.KODI.Germany
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.xbmc.org
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.aeon.nox.silvo
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.lambda
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.laryloose.xbmc-addons
17:17:47 T:1963515904  NOTICE: ADDONS: Using repository repository.openelec.tv
17:17:47 T:1963515904  NOTICE: Raspberry PI firmware version: Dec  8 2015 14:44:44
                                            Copyright (c) 2012 Broadcom
                                            version e591b5eb05e2cdb1b5ae25512b27d33127d7bee9 (clean) (release)
17:17:47 T:1963515904  NOTICE: ARM mem: 688MB GPU mem: 320MB MPG2:0 WVC1:0
17:17:47 T:1963515904  NOTICE: Config:
                                            arm_freq=1000
                                            audio_pwm_mode=1
                                            audio_sdm_mod_order=2
                                            config_hdmi_boost=5
                                            core_freq=450
                                            disable_commandline_tags=2
                                            disable_l2cache=1
                                            emmc_pll_core=1
                                            force_eeprom_read=1
                                            force_pwm_open=1
                                            framebuffer_ignore_alpha=1
                                            framebuffer_swap=1
                                            hdmi_channel_map=8
                                            hdmi_force_cec_address=65535
                                            hdmi_ignore_cec_init=1
                                            lcd_framerate=60
                                            over_voltage=2
                                            over_voltage_avs=0x1b774
                                            overscan_bottom=48
                                            overscan_left=48
                                            overscan_right=48
                                            overscan_top=48
                                            pause_burst_frames=1
                                            program_serial_random=1
                                            sdram_freq=450
                                            temp_limit=85
17:17:47 T:1963515904  NOTICE: Config:
                                            device_tree=-
17:17:47 T:1963515904  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
17:17:47 T:1963515904  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 23.976025 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 30.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 29.970032 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 56.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 70.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 75.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1152 x 864 for display 0 with 1152 x 864 @ 75.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 800 for display 0 with 1280 x 800 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 800 for display 0 with 1280 x 800 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 960 for display 0 with 1280 x 960 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 960 for display 0 with 1280 x 960 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 75.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1440 x 900 for display 0 with 1440 x 900 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1440 x 900 for display 0 with 1440 x 900 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1440 x 900 for display 0 with 1440 x 900 @ 75.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1440 x 1080 for display 0 with 1600 x 1200 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1440 x 1080 for display 0 with 1600 x 1200 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1680 x 1050 for display 0 with 1680 x 1050 @ 60.000000 Hz
17:17:47 T:1963515904  NOTICE: Found resolution 1680 x 1050 for display 0 with 1680 x 1050 @ 59.940063 Hz
17:17:47 T:1963515904  NOTICE: Found ([email protected]) at 22, setting to RES_DESKTOP at 16
17:17:47 T:1963515904  NOTICE: Checking resolution 16
17:17:47 T:1963515904  NOTICE: GL_VENDOR = Broadcom
17:17:47 T:1963515904  NOTICE: GL_RENDERER = VideoCore IV HW
17:17:47 T:1963515904  NOTICE: GL_VERSION = OpenGL ES 2.0
17:17:47 T:1963515904  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
17:17:47 T:1963515904  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
17:17:48 T:1963515904  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
17:17:48 T:1963515904  NOTICE: Running database version Addons20
17:17:48 T:1963515904  NOTICE: Running database version ViewModes6
17:17:49 T:1963515904  NOTICE: Running database version Textures13
17:17:49 T:1963515904  NOTICE: Running database version MyMusic56
17:17:49 T:1963515904  NOTICE: Running database version MyVideos99
17:17:49 T:1963515904  NOTICE: Running database version TV29
17:17:49 T:1963515904  NOTICE: Running database version Epg11
17:17:49 T:1963515904  NOTICE: start dvd mediatype detection
17:17:52 T:1963515904 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
17:17:52 T:1759507360  NOTICE: PVRManager - starting up
17:17:52 T:1963515904  NOTICE: DVDPlayer: Opening: special://skin/extras/intro.mp4
17:17:52 T:1963515904 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
17:17:52 T:1712419744  NOTICE: Creating InputStream
17:17:52 T:1712419744  NOTICE: Creating Demuxer
17:17:52 T:1712419744  NOTICE: Opening stream: 0 source: 256
17:17:52 T:1712419744  NOTICE: Creating video codec with codec id: 28
17:17:52 T:1712419744  NOTICE: Creating video thread
17:17:52 T:1712419744  NOTICE: Opening stream: 1 source: 256
17:17:52 T:1594094496  NOTICE: running thread: video_thread
17:17:52 T:1712419744  NOTICE: Finding audio codec for: 86018
17:17:52 T:1712419744  NOTICE: Creating audio thread
17:17:52 T:1585705888  NOTICE: running thread: CDVDPlayerAudio::Process()
17:17:52 T:1963515904  NOTICE: ActiveAE DSP - starting
17:17:52 T:1585705888  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
17:17:52 T:1594094496  NOTICE:  fps: 30.000000, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
17:17:52 T:1594094496  NOTICE: Display resolution ADJUST : 1920x1080 (1920x1080) @ 60.00 - Full Screen (16) (weight: 0.000)
17:17:52 T:1963515904  NOTICE: initialize done
17:17:52 T:1963515904  NOTICE: Running the application...
17:17:52 T:1963515904  NOTICE: starting zeroconf publishing
17:17:52 T:1963515904  NOTICE: WebServer: Started the webserver
17:17:52 T:1963515904  NOTICE: starting upnp client
17:17:52 T:1452487584  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
17:17:52 T:1452487584  NOTICE: UDP: Listening on port 9777
17:17:52 T:1585705888  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 21
17:17:53 T:1759507360  NOTICE: Previous line repeats 1 times.
17:17:53 T:1759507360  NOTICE: Start - EPG thread started
17:17:55 T:1801450400  NOTICE: script.grab.fanart: Grab Fanart Service Started
17:17:55 T:1784673184  NOTICE: Skin Helper Service --> skin helper service version 1.0.60 started
17:17:55 T:1784673184  NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
17:17:56 T:1543762848  NOTICE: ## OpenELEC Addon ## 0.6.11
17:17:56 T:1543762848 WARNING: CSkinInfo: failed to load skin settings
17:17:57 T:1552151456  NOTICE: NewsCenter: Starting with Contentrefresh (180)
17:17:57 T:1552151456  NOTICE: NewsCenter: DEBUG true - true |
17:17:59 T:1811379104 WARNING: SetMenuLanguage - TV menu language set to unknown value 'deu'
17:18:04 T:1712419744  NOTICE: CDVDPlayer::OnExit()
17:18:04 T:1712419744  NOTICE: DVDPlayer: eof, waiting for queues to empty
17:18:04 T:1712419744  NOTICE: Closing stream player 1
17:18:04 T:1712419744  NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
17:18:04 T:1712419744  NOTICE: Waiting for audio thread to exit
17:18:04 T:1585705888  NOTICE: thread end: CDVDPlayerAudio::OnExit()
17:18:04 T:1712419744  NOTICE: Closing audio device
17:18:04 T:1712419744  NOTICE: Deleting audio codec
17:18:04 T:1712419744  NOTICE: Closing stream player 2
17:18:04 T:1712419744  NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
17:18:04 T:1712419744  NOTICE: waiting for video thread to exit
17:18:04 T:1594094496  NOTICE: thread end: video_thread
17:18:04 T:1712419744  NOTICE: deleting video codec
17:18:04 T:1963515904  NOTICE: CDVDPlayer::CloseFile()
17:18:04 T:1963515904  NOTICE: DVDPlayer: waiting for threads to exit
17:18:04 T:1963515904  NOTICE: DVDPlayer: finished waiting
17:18:04 T:1963515904  NOTICE: CDVDPlayer::CloseFile()
17:18:04 T:1963515904  NOTICE: DVDPlayer: waiting for threads to exit
17:18:04 T:1963515904  NOTICE: DVDPlayer: finished waiting
17:18:04 T:1784673184  NOTICE: Skin Helper Service --> Video database changed - type: movie - resetAll: False, refreshing widgets....
17:18:11 T:1625383840   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 downloader.external
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 4, in <module>
                                                import YoutubeDLWrapper
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
17:18:12 T:1494430624   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies
17:18:16 T:1625383840   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 downloader.external
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 4, in <module>
                                                import YoutubeDLWrapper
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/storage/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
17:18:17 T:1494430624   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies
17:22:50 T:1610871712 WARNING: CSkinInfo: failed to load skin settings
17:22:51 T:1963515904  NOTICE: DVDPlayer: Opening: /storage/downloads/Apple TV Screensaver/b3-2.mov
17:22:51 T:1963515904 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
17:22:51 T:1602483104  NOTICE: Creating InputStream
17:22:51 T:1602483104  NOTICE: Creating Demuxer
17:22:51 T:1602483104  NOTICE: Opening stream: 0 source: 256
17:22:51 T:1602483104  NOTICE: Creating video codec with codec id: 28
17:22:51 T:1602483104  NOTICE: Creating video thread
17:22:51 T:1602483104   ERROR: Get - failed to get stream
17:22:51 T:1666184096  NOTICE: running thread: video_thread
17:22:51 T:1602483104 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
17:22:51 T:1666184096 WARNING: Previous line repeats 1 times.
17:22:51 T:1666184096  NOTICE:  fps: 30.000000, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
17:22:51 T:1666184096  NOTICE: Display resolution ADJUST : 1920x1080 (1920x1080) @ 60.00 - Full Screen (16) (weight: 0.000)
17:22:52 T:1666184096 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
17:22:55 T:1963515904 WARNING: Previous line repeats 2 times.
17:22:55 T:1963515904   ERROR: CPythonInvoker(22, /storage/.kodi/addons/screensaver.atv4/atv.py): script didn't stop in 5 seconds - let's kill it
17:22:55 T:1963515904 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
17:22:55 T:1963515904  NOTICE: LoadJpeg: unable to load /storage/.kodi/addons/screensaver.atv4/resources/skins/default/media/black.jpg
17:23:36 T:1494430624   ERROR: CCurlFile::Open failed with code 404 for https://github.com/bromix/repository.bromix.storage/raw/master/addons.xml.md5
17:23:36 T:1494430624   ERROR: Open - failed to open source <https://github.com/bromix/repository.bromix.storage/raw/master/addons.xml.md5>
17:23:36 T:1494430624   ERROR: CRepositoryUpdateJob[repository.bromix] failed read checksum for directory 'https://github.com/bromix/repository.bromix.storage/raw/master/addons.xml'
17:23:49 T:1435710368  NOTICE: PVRManager - stopping
17:23:51 T:1759507360  NOTICE: PVRManager - starting up
17:23:54 T:1594094496  NOTICE: Start - EPG thread started
17:26:54 T:1602483104  NOTICE: CDVDPlayer::OnExit()
17:26:54 T:1602483104  NOTICE: DVDPlayer: eof, waiting for queues to empty
17:26:54 T:1602483104  NOTICE: Closing stream player 2
17:26:54 T:1602483104  NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
17:26:54 T:1602483104  NOTICE: waiting for video thread to exit
17:26:54 T:1666184096   ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
17:26:54 T:1666184096  NOTICE: thread end: video_thread
17:26:54 T:1602483104  NOTICE: deleting video codec
17:26:54 T:1784673184  NOTICE: Skin Helper Service --> Video database changed - type: movie - resetAll: False, refreshing widgets....
17:26:54 T:1963515904  NOTICE: CDVDPlayer::CloseFile()
17:26:54 T:1963515904  NOTICE: DVDPlayer: waiting for threads to exit
17:26:54 T:1963515904  NOTICE: DVDPlayer: finished waiting
17:26:54 T:1963515904  NOTICE: DVDPlayer: Opening: /storage/downloads/Apple TV Screensaver/b4-1.mov
17:26:54 T:1625383840  NOTICE: Creating InputStream
17:26:54 T:1625383840  NOTICE: Creating Demuxer
17:26:55 T:1625383840  NOTICE: Opening stream: 0 source: 256
17:26:55 T:1625383840  NOTICE: Creating video codec with codec id: 28
17:26:55 T:1625383840  NOTICE: Creating video thread
17:26:55 T:1625383840   ERROR: Get - failed to get stream
17:26:55 T:1666184096  NOTICE: running thread: video_thread
17:26:55 T:1625383840 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
17:26:55 T:1666184096 WARNING: Previous line repeats 1 times.
17:26:55 T:1666184096  NOTICE:  fps: 30.000000, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
17:26:55 T:1666184096  NOTICE: Display resolution ADJUST : 1920x1080 (1920x1080) @ 60.00 - Full Screen (16) (weight: 0.000)

############### END LOG FILE ################

############ END kodi CRASH LOG #############
HI! Got this error when trying get movie information "couldn't find valid content type"

http://pastebin.com/2pThp12c

LINUX Ubuntu Mate 15.10 + KODI 16.0 + MADNOX RC1
(2016-03-17, 12:20)Mika Kiviniitty Wrote: [ -> ]HI! Got this error when trying get movie information "couldn't find valid content type"

http://pastebin.com/2pThp12c

LINUX Ubuntu Mate 15.10 + KODI 16.0 + MADNOX RC1
Only complete debug logs please
(2016-03-17, 12:49)phil65 Wrote: [ -> ]
(2016-03-17, 12:20)Mika Kiviniitty Wrote: [ -> ]HI! Got this error when trying get movie information "couldn't find valid content type"

http://pastebin.com/2pThp12c

LINUX Ubuntu Mate 15.10 + KODI 16.0 + MADNOX RC1
Only complete debug logs please



http://pastebin.com/p02Lmw8K
(2016-03-17, 13:13)Mika Kiviniitty Wrote: [ -> ]
(2016-03-17, 12:49)phil65 Wrote: [ -> ]
(2016-03-17, 12:20)Mika Kiviniitty Wrote: [ -> ]HI! Got this error when trying get movie information "couldn't find valid content type"

http://pastebin.com/2pThp12c

LINUX Ubuntu Mate 15.10 + KODI 16.0 + MADNOX RC1
Only complete debug logs please



http://pastebin.com/p02Lmw8K
Well you're running fucked up piracy add-ons, I wouldn't expect things to work then either.
(2016-03-17, 13:22)phil65 Wrote: [ -> ]
(2016-03-17, 13:13)Mika Kiviniitty Wrote: [ -> ]
(2016-03-17, 12:49)phil65 Wrote: [ -> ]Only complete debug logs please



http://pastebin.com/p02Lmw8K
Well you're running fucked up piracy add-ons, I wouldn't expect things to work then either.

Sure! Hve to do another test without addons.