kodi-czsk / plugin.video.sosac.ph

GNU General Public License v2.0
17 stars 31 forks source link

titulky nefunguju:( #58

Closed bodyguardroman closed 8 years ago

bodyguardroman commented 8 years ago

jednoducho kodi dole zobrazuje že su titulky aktivne,ale sa nezobrazuju. tento problem maju viaceri,lebo to pisali aj na google plus.

jose1711 commented 8 years ago

prosim o prestudovanie https://github.com/kodi-czsk/script.module.stream.resolver/issues/37 a potvrdenie, ci sa jedna o ten isty problem

bodyguardroman commented 8 years ago

ano,je to ten problem

jose1711 commented 8 years ago

testol si plz aj ten workaround. s akym vysledkom?

bodyguardroman commented 8 years ago

neviem vobec o co sa jedna,aky workaround?:D,sorry ja niesom vyvojar,takze nerozumiem tym veciam. mimochodm to može byť chyba aj v plugine sosac,a titulky.com/jednoducho nefunguje synchronizacia/ titulky iba stiahne,nezobrazi ich

jose1711 commented 8 years ago

workaround je spomenuty hned na zaciatku toho bugreportu. podla mna kazdy kto zvladne instalaciu kodi, dokaze aplikovat aj ten fix, konkretne teda:

zbyna commented 8 years ago

Workaround u mě nefunguje:

def save_to_file(url, file):
    try:
        f = open(compat_path(file), 'w')
        f.write(request(url))
        xbmc.sleep(1000)
        f.close()
        return True
    except:
        traceback.print_exc()

cesta k souboru: ..\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\xbmcutil.py externí titulky třeba u videacesky.cz se zobrazují OK

soubory *.srt stažené sosačem jsou uložené pod korektním jménem xbmc_subs1470341568.srt ale na rozdíl od srt pro videacesky.cz mají nulovou velikost log:

22:45:10 T:6512  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:45:10 T:6512  NOTICE: -----------------------------------------------------------------------
22:45:10 T:6512  NOTICE: Starting Kodi (16.1 Git:20160424-c327c53). Platform: Windows NT x86 32-bit
22:45:10 T:6512  NOTICE: Using Release Kodi x32 build
22:45:10 T:6512  NOTICE: Kodi compiled Apr 24 2016 by MSVC 180040629 for Windows NT x86 32-bit version 6.0 (0x06000000)
22:45:10 T:6512  NOTICE: Running on MSI MS-7681 with Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
22:45:10 T:6512  NOTICE: Host CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz, 4 cores available
22:45:10 T:6512  NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
22:45:10 T:6512  NOTICE: Running with administrator rights
22:45:10 T:6512  NOTICE: Aero is enabled
22:45:10 T:6512  NOTICE: special://xbmc/ is mapped to: E:\Program Files (x86)\Kodi
22:45:10 T:6512  NOTICE: special://xbmcbin/ is mapped to: E:\Program Files (x86)\Kodi
22:45:10 T:6512  NOTICE: special://masterprofile/ is mapped to: C:\Users\decak\AppData\Roaming\Kodi\userdata
22:45:10 T:6512  NOTICE: special://home/ is mapped to: C:\Users\decak\AppData\Roaming\Kodi\
22:45:10 T:6512  NOTICE: special://temp/ is mapped to: C:\Users\decak\AppData\Roaming\Kodi\cache
22:45:10 T:6512  NOTICE: The executable running is: E:\Program Files (x86)\Kodi\Kodi.exe
22:45:10 T:6512  NOTICE: Local hostname: decak-PC
22:45:10 T:6512  NOTICE: Log File is located: C:\Users\decak\AppData\Roaming\Kodi\kodi.log
22:45:10 T:6512  NOTICE: -----------------------------------------------------------------------
22:45:10 T:6512  NOTICE: load settings...
22:45:10 T:6512 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
22:45:10 T:6512 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
22:45:10 T:6512  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
22:45:10 T:6512  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
22:45:10 T:6512  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <video>
                                                <excludefromscan>
                                                  <regexp>-extras-</regexp>
                                                  <regexp>/Extras/</regexp>
                                                  <regexp>Extras</regexp>
                                                  <regexp>/extras/</regexp>
                                                  <regexp>extras</regexp>
                                                  <regexp>-trailer</regexp>
                                                  <regexp>[\\/]Extras[\\/]</regexp>
                                                  <regexp>[\\/]extras[\\/]</regexp>
                                                </excludefromscan>
                                                <excludetvshowsfromscan>
                                                  <regexp>-extras-</regexp>
                                                  <regexp>/Extras/</regexp>
                                                  <regexp>Extras</regexp>
                                                  <regexp>/extras/</regexp>
                                                  <regexp>extras</regexp>
                                                  <regexp>-trailer</regexp>
                                                  <regexp>[\\/]Extras[\\/]</regexp>
                                                  <regexp>[\\/]extras[\\/]</regexp>
                                                </excludetvshowsfromscan>
                                              </video>
                                            </advancedsettings>
22:45:10 T:6512  NOTICE: Default DVD Player: dvdplayer
22:45:10 T:6512  NOTICE: Default Video Player: dvdplayer
22:45:10 T:6512  NOTICE: Default Audio Player: paplayer
22:45:10 T:6512  NOTICE: Disabled debug logging due to GUI setting. Level 0.
22:45:10 T:6512  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
22:45:10 T:6512  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
22:45:10 T:6512  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:45:10 T:6512  NOTICE: Loaded playercorefactory configuration
22:45:10 T:6512  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:45:10 T:6512  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:45:10 T:6508  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "LG-BDHT-1 (NVIDIA High Definition Audio)" seems to be not supported.
22:45:10 T:6508  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "LG-BDHT-1 (NVIDIA High Definition Audio)" seems to be not supported.
22:45:10 T:6508  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "LG-BDHT-1 (NVIDIA High Definition Audio)" seems to be not supported.
22:45:10 T:6508  NOTICE: Found 2 Lists of Devices
22:45:10 T:6508  NOTICE: Enumerated DIRECTSOUND devices:
22:45:10 T:6508  NOTICE:     Device 1
22:45:10 T:6508  NOTICE:         m_deviceName      : {6BC9EFF2-7A9C-4854-AA73-69F648A20075}
22:45:10 T:6508  NOTICE:         m_displayName     : Speakers - Reproduktory (Logitech Wireless Headset)
22:45:10 T:6508  NOTICE:         m_displayNameExtra: DIRECTSOUND: Reproduktory (Logitech Wireless Headset)
22:45:10 T:6508  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:45:10 T:6508  NOTICE:         m_channels        : FL,FR
22:45:10 T:6508  NOTICE:         m_sampleRates     : 48000
22:45:10 T:6508  NOTICE:         m_dataFormats     : AE_FMT_FLOAT
22:45:10 T:6508  NOTICE:     Device 2
22:45:10 T:6508  NOTICE:         m_deviceName      : {8695600D-7A1C-4A49-851F-2D58D7093D8F}
22:45:10 T:6508  NOTICE:         m_displayName     : HDMI - LG-BDHT-1 (NVIDIA High Definition Audio)
22:45:10 T:6508  NOTICE:         m_displayNameExtra: DIRECTSOUND: LG-BDHT-1 (NVIDIA High Definition Audio)
22:45:10 T:6508  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:45:10 T:6508  NOTICE:         m_channels        : FL,FR
22:45:10 T:6508  NOTICE:         m_sampleRates     : 48000
22:45:10 T:6508  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
22:45:10 T:6508  NOTICE:     Device 3
22:45:10 T:6508  NOTICE:         m_deviceName      : default
22:45:10 T:6508  NOTICE:         m_displayName     : default
22:45:10 T:6508  NOTICE:         m_displayNameExtra:
22:45:10 T:6508  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:45:10 T:6508  NOTICE:         m_channels        : FL,FR
22:45:10 T:6508  NOTICE:         m_sampleRates     : 48000
22:45:10 T:6508  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
22:45:10 T:6508  NOTICE: Enumerated WASAPI devices:
22:45:10 T:6508  NOTICE:     Device 1
22:45:10 T:6508  NOTICE:         m_deviceName      : {6BC9EFF2-7A9C-4854-AA73-69F648A20075}
22:45:10 T:6508  NOTICE:         m_displayName     : Speakers - Reproduktory (Logitech Wireless Headset)
22:45:10 T:6508  NOTICE:         m_displayNameExtra: WASAPI: Reproduktory (Logitech Wireless Headset)
22:45:10 T:6508  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:45:10 T:6508  NOTICE:         m_channels        : FL,FR
22:45:10 T:6508  NOTICE:         m_sampleRates     : 48000
22:45:10 T:6508  NOTICE:         m_dataFormats     : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
22:45:10 T:6508  NOTICE:     Device 2
22:45:10 T:6508  NOTICE:         m_deviceName      : {8695600D-7A1C-4A49-851F-2D58D7093D8F}
22:45:10 T:6508  NOTICE:         m_displayName     : HDMI - LG-BDHT-1 (NVIDIA High Definition Audio)
22:45:10 T:6508  NOTICE:         m_displayNameExtra: WASAPI: LG-BDHT-1 (NVIDIA High Definition Audio)
22:45:10 T:6508  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:45:10 T:6508  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR
22:45:10 T:6508  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
22:45:10 T:6508  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
22:45:10 T:6508  NOTICE:     Device 3
22:45:10 T:6508  NOTICE:         m_deviceName      : default
22:45:10 T:6508  NOTICE:         m_displayName     : default
22:45:10 T:6508  NOTICE:         m_displayNameExtra:
22:45:10 T:6508  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:45:10 T:6508  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR
22:45:10 T:6508  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
22:45:10 T:6508  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
22:45:10 T:6512  NOTICE: Running database version Addons20
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.exodus
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.xbmcadult
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.xbmchub
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.kodi-czsk
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.tva.common
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.xbmc.org
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.spoyser
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.lambda
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.Dixie-Deans-XBMC-Repo
22:45:10 T:6512  NOTICE: ADDONS: Using repository superrepo.kodi.jarvis.all
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.metalkettle
22:45:10 T:6512  NOTICE: ADDONS: Using repository repository.whitecream
22:45:10 T:6512  NOTICE: Found screen: Obecný monitor PnP on NVIDIA GeForce GTX 570, adapter 0.
22:45:10 T:6512  NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
22:45:10 T:6512  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
22:45:10 T:6512  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
22:45:10 T:6512  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
22:45:10 T:6512  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
22:45:10 T:6512  NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
22:45:10 T:6512  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 800x600@ 50.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 30.00i - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 29.97i - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 25.00i - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 50.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 24.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1024x768@ 23.98 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 30.00i - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 29.97i - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 25.00i - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 59.94 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 50.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 24.00 - Full Screen
22:45:10 T:6512  NOTICE: Previous line repeats 2 times.
22:45:10 T:6512  NOTICE: Additional mode: 1152x864@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1176x664@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1176x664@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1176x664@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x768@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x800@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x960@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1280x1024@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1360x768@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1366x768@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x900@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1600x1024@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1768x992@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1768x992@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1768x992@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Previous line repeats 2 times.
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
22:45:11 T:6512  NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
22:45:11 T:6512  NOTICE: Checking resolution 16
22:45:12 T:6512  NOTICE: Problematic iMON hardware detected. Joystick usage: disabled.
22:45:12 T:6512  NOTICE: PERIPHERALS::CPeripheralBus::Register - new imon device registered on usb->\\?\usb#vid_15c2&pid_0043#6&6bfa19d&0&6#{a5dcbf10-6530-11d2-901f-00c04fb951ed}: iMON HID device (15C2:0043)
22:45:12 T:6512  NOTICE: Running database version Addons20
22:45:12 T:6512  NOTICE: Running database version ViewModes6
22:45:12 T:6512  NOTICE: Running database version Textures13
22:45:12 T:6512  NOTICE: Running database version MyMusic56
22:45:12 T:6512  NOTICE: Running database version MyVideos99
22:45:12 T:6512  NOTICE: Running database version TV29
22:45:12 T:6512  NOTICE: Running database version Epg11
22:45:12 T:6512 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
22:45:12 T:7072  NOTICE: PVRManager - starting up
22:45:12 T:6512  NOTICE: ActiveAE DSP - starting
22:45:12 T:6512  NOTICE: CApplication::UpdateLibraries: Starting video library startup scan
22:45:12 T:6512  NOTICE: initialize done
22:45:12 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:45:12 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:45:12 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:45:12 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:45:12 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:45:12 T:6512  NOTICE: Running the application...
22:45:12 T:6512  NOTICE: starting upnp client
22:45:12 T:5036  NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
22:45:12 T:5036  NOTICE: UDP: Listening on port 9777
22:45:12 T:7072  NOTICE: VideoInfoScanner: Starting scan ..
22:45:13 T:7092  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.15)
22:45:13 T:6516  NOTICE: service.libraryautoupdate-0.9.8 : Update Library Service starting...
22:45:13 T:6516  NOTICE: service.libraryautoupdate-0.9.8 : update timers
22:45:13 T:6516  NOTICE: service.libraryautoupdate-0.9.8 : Creating timer for Video Library
22:45:14 T:2772  NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.06.27
22:45:14 T:2772  NOTICE: version 4.6.1 started
22:45:14 T:2772  NOTICE: finished
22:45:14 T:716  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> Starting NextUp Service
22:45:14 T:716  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> ========  START NEXTUP SERVICE NOTIFICATION  ========
22:45:14 T:716  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> KODI Version: 16.1 Git:20160424-c327c53
22:45:14 T:716  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> NEXTUP SERVICE NOTIFICATION Version: 1.0.25
22:45:14 T:716  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> Platform: Windows
22:45:15 T:4248  NOTICE: Skin Helper Service --> skin helper service version 1.0.90 started
22:45:15 T:4248  NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
22:45:15 T:3600  NOTICE: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '0', 'subs': True}"]
22:45:15 T:2796  NOTICE: script.grab.fanart: Grab Fanart Service Started
22:45:15 T:3600  NOTICE: ['SOSAC Service Started']
22:45:20 T:7072 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive smb://KOPOLOTO-PC/F/Filmy/Life of Pi (2012)/Subs/cb_lifeofpi.2012.720-sub.rar, likely corrupt
22:45:20 T:7072   ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://smb%3a%2f%2fKOPOLOTO-PC%2fF%2fFilmy%2fLife%20of%20Pi%20(2012)%2fSubs%2fcb_lifeofpi.2012.720-sub.rar/
22:45:20 T:7072 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive smb://KOPOLOTO-PC/F/Filmy/Life of Pi (2012)/Subs/cb_lifeofpi.2012.720-subs.rar, likely corrupt
22:45:20 T:7072   ERROR: XFILE::CDirectory::GetDirectory - Error getting rar://smb%3a%2f%2fKOPOLOTO-PC%2fF%2fFilmy%2fLife%20of%20Pi%20(2012)%2fSubs%2fcb_lifeofpi.2012.720-subs.rar/
22:45:21 T:7072 WARNING: No information found for item 'smb://KOPOLOTO-PC/F/TV serie/Králův korzár/', it won't be added to the library.
22:45:22 T:7072  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:09
22:45:23 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:45:23 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:45:23 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:45:23 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:45:23 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:45:23 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:45:23 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:45:23 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:45:23 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:45:23 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:45:23 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:45:23 T:2132   ERROR: XFILE::CDirectory::GetDirectory - Error getting
22:45:24 T:7072   ERROR: Previous line repeats 1 times.
22:45:24 T:7072   ERROR: XFILE::CDirectory::GetDirectory - Error getting pvr://channels/tv/All&channels/
22:45:25 T:2788   ERROR: XFILE::CDirectory::GetDirectory - Error getting
22:45:32 T:2636   ERROR: CImageLoader::DoWork - Direct texture file loading failed for special://skin/backgrounds/default.jpg
22:45:33 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:45:33 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:45:33 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:45:33 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:45:33 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:45:33 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:45:33 T:6612  NOTICE: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '0', 'subs': True}"]
22:45:34 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:45:34 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:45:34 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:45:34 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:45:34 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:45:36 T:5320  NOTICE: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '0', 'subs': True}"]
22:45:44 T:928  NOTICE: Previous line repeats 1 times.
22:45:44 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:45:44 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:45:44 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:45:44 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:45:44 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:45:44 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:45:45 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:45:45 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:45:45 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:45:45 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:45:45 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:45:45 T:1208  NOTICE: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '0', 'subs': True}"]
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653032&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653034&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653035&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653039&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653130&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653132&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653038&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653032&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653037&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653036&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653034&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653035&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653033&cp=736f7361632e7068&
22:45:45 T:7072 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653039&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653130&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653131&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653132&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653133&cp=736f7361632e7068&
22:45:45 T:7072 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653134&cp=736f7361632e7068&
22:45:45 T:7072 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653135&cp=736f7361632e7068&
22:45:45 T:2788 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653034&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653036&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653037&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653038&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653039&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653130&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653131&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653132&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653133&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653134&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653135&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653136&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653031&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653032&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653033&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653034&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653035&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653036&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653037&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653038&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653039&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653130&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653131&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653132&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653134&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653135&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653136&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653031&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653032&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653033&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653034&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653035&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653038&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653039&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653130&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653131&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653132&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653133&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653134&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653135&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653136&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653031&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653032&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653034&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653035&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653036&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653037&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653038&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653033&cp=736f7361632e7068&
22:45:45 T:2132 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653037&cp=736f7361632e7068&
22:45:45 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653036&cp=736f7361632e7068&
22:45:45 T:2788 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653133&cp=736f7361632e7068&
22:45:51 T:4820  NOTICE: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '0', 'subs': True}"]
22:45:52 T:4820  NOTICE: ['Found resolvable http://www.streamuj.tv/video/4d476b901ee4f9838dd9?remote=1&affid=0&width=960&height=525']
22:45:52 T:4820  NOTICE: [u'Resolving http://www.streamuj.tv/video/4d476b901ee4f9838dd9?remote=1&affid=0&width=960&height=525']
22:45:52 T:4820  NOTICE: ["Using resolver 'streamujtv'"]
22:45:54 T:4820  NOTICE: ['filtering by quality setting 0']
22:45:55 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:45:55 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:45:55 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:45:55 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:45:55 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:45:55 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:45:56 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:45:56 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:45:56 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:45:56 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:45:56 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:45:57 T:6512  NOTICE: DVDPlayer: Opening: http://www.streamuj.tv/video/4d476b901ee4f9838dd9?streamuj=hd&authorize=8a5db0da5c98351877728e507af2db36|Referer=http%3A%2F%2Fwww.streamuj.tv%2Fmediaplayer%2Fplayer.swf&User-Agent=Mozilla%2F5.0+%28X11%3B+Linux+x86_64%3B+rv%3A30.0%29+Gecko%2F20100101+Firefox%2F30.0
22:45:57 T:6512 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
22:45:57 T:6512 WARNING: DXVA::CProcessorHD::PreInit - failed to get video devices.
22:45:57 T:6512  NOTICE: CWinRenderer::Preinit - could not init DXVA processor - skipping
22:45:57 T:2476  NOTICE: Creating InputStream
22:45:57 T:2476  NOTICE: Creating Demuxer
22:45:58 T:2476  NOTICE: Opening stream: 0 source: 256
22:45:58 T:2476  NOTICE: Creating video codec with codec id: 28
22:45:58 T:2476  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
22:45:58 T:2476  NOTICE: Creating video thread
22:45:58 T:2476  NOTICE: Opening stream: 1 source: 256
22:45:58 T:2476  NOTICE: Finding audio codec for: 86018
22:45:58 T:6480  NOTICE: running thread: video_thread
22:45:58 T:2476  NOTICE: Creating audio thread
22:45:58 T:6596  NOTICE: running thread: CDVDPlayerAudio::Process()
22:45:58 T:2476  NOTICE: Opening stream: 0 source: 1024
22:45:58 T:2476   ERROR: CDVDPlayerSubtitle::OpenStream - Unable to create subtitle parser
22:45:58 T:6480  NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x720)
22:45:58 T:6480 WARNING: DXVA::CDXVAContext::CreateContext - failed to get Video Device and Context.
22:45:58 T:6596  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
22:45:58 T:6480  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
22:45:58 T:6480  NOTICE:  fps: 23.976024, pwidth: 1280, pheight: 720, dwidth: 1280, dheight: 720
22:45:58 T:6480  NOTICE: Display resolution ADJUST : 1920x1080@ 23.98 - Full Screen (128) (weight: 0.000)
22:46:06 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:46:06 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:46:06 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:46:06 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:46:06 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:46:06 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:46:07 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:46:07 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:46:07 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:46:07 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:46:07 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:46:17 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:46:17 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:46:17 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:46:17 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:46:17 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:46:17 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:46:18 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:46:18 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:46:18 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:46:18 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:46:18 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:46:28 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:46:28 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:46:28 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:46:28 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:46:28 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:46:28 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:46:29 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:46:29 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:46:29 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:46:29 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:46:29 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:46:39 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:46:39 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:46:39 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:46:39 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:46:39 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:46:39 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:46:40 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:46:40 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:46:40 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:46:40 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:46:40 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:46:50 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:46:50 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:46:50 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:46:50 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:46:50 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:46:50 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:46:51 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:46:51 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:46:51 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:46:51 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:46:51 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:47:01 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:47:01 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:47:01 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:47:01 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:47:01 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:47:01 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:47:03 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:47:03 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:47:03 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:47:03 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:47:03 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:47:13 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:47:13 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:47:13 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:47:13 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:47:13 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:47:13 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:47:14 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:47:14 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:47:14 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:47:14 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:47:14 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:47:24 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:47:24 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:47:24 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:47:24 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:47:24 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:47:24 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:47:25 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:47:25 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:47:25 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:47:25 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:47:25 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:47:27 T:6512  NOTICE: CDVDPlayer::CloseFile()
22:47:27 T:6512  NOTICE: DVDPlayer: waiting for threads to exit
22:47:27 T:2476  NOTICE: CDVDPlayer::OnExit()
22:47:27 T:2476  NOTICE: Closing stream player 1
22:47:27 T:2476  NOTICE: Waiting for audio thread to exit
22:47:27 T:6596  NOTICE: thread end: CDVDPlayerAudio::OnExit()
22:47:27 T:2476  NOTICE: Closing audio device
22:47:27 T:2476  NOTICE: Deleting audio codec
22:47:27 T:2476  NOTICE: Closing stream player 2
22:47:27 T:2476  NOTICE: waiting for video thread to exit
22:47:27 T:6480  NOTICE: thread end: video_thread
22:47:27 T:2476  NOTICE: deleting video codec
22:47:27 T:6512  NOTICE: DVDPlayer: finished waiting
22:47:28 T:6512  NOTICE: CDVDPlayer::CloseFile()
22:47:28 T:6512  NOTICE: DVDPlayer: waiting for threads to exit
22:47:28 T:6512  NOTICE: DVDPlayer: finished waiting
22:47:28 T:6512  NOTICE: CDVDPlayer::CloseFile()
22:47:28 T:6512  NOTICE: DVDPlayer: waiting for threads to exit
22:47:28 T:6512  NOTICE: DVDPlayer: finished waiting
22:47:28 T:6512   ERROR: Control 51 in window 10025 has been asked to focus, but it can't
22:47:28 T:3588  NOTICE: ["Initializing provider sosac.ph with settings {'downloads': '', 'quality': '0', 'subs': True}"]
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653032&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653033&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653034&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653035&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653036&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653038&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653039&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653130&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653037&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73312d653132&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653032&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653034&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653035&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653039&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653130&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653131&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653133&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653134&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653135&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73322d653132&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653034&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653036&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653037&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653038&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653039&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653130&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653131&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653132&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653134&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653135&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653136&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653032&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653033&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653034&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653035&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653036&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653037&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653038&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653039&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653130&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653131&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653132&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653134&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653135&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653136&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653031&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653032&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653034&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653035&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653036&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653037&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653038&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653039&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653130&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653131&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653132&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653133&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653135&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653136&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653032&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653033&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653034&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653036&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653037&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653038&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653035&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73362d653031&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653134&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73352d653033&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653133&cp=736f7361632e7068&
22:47:28 T:2636 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73342d653031&cp=736f7361632e7068&
22:47:28 T:6984 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.sosac.ph/?play=687474703a2f2f74762e7072656872616a2e6d652f63732f706c617965722f6b72617661746163692d73332d653133&cp=736f7361632e7068&
22:47:34 T:6512   ERROR: Unable to activate the previous window
22:47:35 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:47:35 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:47:35 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:47:35 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:47:35 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:47:35 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:47:36 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - VU+ Addon Configuration options
22:47:36 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - Hostname: '192.168.1.6'
22:47:36 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - WebPort: '80'
22:47:36 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open - StreamPort: '8001'
22:47:36 T:928  NOTICE: AddOnLog: VU+ / Enigma2 Client: Vu::Open Use HTTPS: 'false'
22:47:41 T:6512  NOTICE: Storing total System Uptime
22:47:41 T:6512  NOTICE: Saving settings
22:47:41 T:6512  NOTICE: stop all
22:47:41 T:6512  NOTICE: stop player
22:47:41 T:6512  NOTICE: PVRManager - stopping
22:47:42 T:4248  NOTICE: Skin Helper Service --> Shutdown requested !
22:47:42 T:4248  NOTICE: Skin Helper Service --> BackgroundsUpdater - stop called
22:47:42 T:4248  NOTICE: Skin Helper Service --> ListItemMonitor - stop called
22:47:42 T:4248  NOTICE: Skin Helper Service --> WebService - stop called
22:47:42 T:4248  NOTICE: Skin Helper Service --> skin helper service version 1.0.90 stopped
22:47:46 T:928   ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
22:47:46 T:928   ERROR: CCurlFile::Open failed with code 0 for http://192.168.1.6:80/web/deviceinfo
22:47:46 T:928   ERROR: XFILE::CFileCache::Open - failed to open source <http://192.168.1.6:80/web/deviceinfo>
22:47:46 T:928   ERROR: AddOnLog: VU+ / Enigma2 Client: Vu::Open It seem's that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!
22:47:46 T:928   ERROR: ADDON: Dll VU+ / Enigma2 Client - Client returned bad status (1) from Create and is not usable
22:47:46 T:928 WARNING: PVR::CPVRClients::UpdateAndInitialiseClients - failed to create add-on VU+ / Enigma2 Client, status = 1
22:47:46 T:6512  NOTICE: ES: Stopping event server
22:47:46 T:6512  NOTICE: stopping upnp
22:47:47 T:5036  NOTICE: ES: UDP Event server stopped
22:47:47 T:6512  NOTICE: stop sap announcement listener
22:47:47 T:6512  NOTICE: clean cached files!
22:47:47 T:6512  NOTICE: unload skin
22:47:47 T:6512 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture thumb_reflect.png
22:47:47 T:6512 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture dialogs_context_focus.png
22:47:47 T:6512 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture dialogs_context_nofocus.png
22:47:48 T:716  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> ======== STOP NEXTUP SERVICE NOTIFICATION ========
22:47:48 T:716 WARNING: CPythonInvoker(2, C:\Users\decak\AppData\Roaming\Kodi\addons\service.nextup.notification\service.py): the python script "C:\Users\decak\AppData\Roaming\Kodi\addons\service.nextup.notification\service.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmc::Player
22:47:49 T:7092  NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
22:47:52 T:3600  NOTICE: ['SOSAC Shutdown']
22:47:52 T:3600 WARNING: CPythonInvoker(20, C:\Users\decak\AppData\Roaming\Kodi\addons\plugin.video.sosac.ph\service.py): the python script "C:\Users\decak\AppData\Roaming\Kodi\addons\plugin.video.sosac.ph\service.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcgui::DialogProgress
22:47:53 T:6512  NOTICE: stopped
22:47:53 T:6512  NOTICE: destroy
22:47:53 T:6512  NOTICE: closing down remote control service
22:47:53 T:6512  NOTICE: unload sections
22:47:53 T:6512  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:47:54 T:6512  NOTICE: destroy
22:47:54 T:6512 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
22:47:54 T:6512 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
22:47:54 T:6512  NOTICE: closing down remote control service
22:47:54 T:6512  NOTICE: unload sections
22:47:54 T:6512  NOTICE: application stopped...
22:47:54 T:6512   ERROR: dllFreeLibrary - Invalid hModule specified
lubo commented 8 years ago

@jose1711 Told ya...

jose1711 commented 8 years ago

nerozumiem, toto vyzera na uplne iny problem

zbyna commented 8 years ago

fileImages

zbyna commented 8 years ago

Problém vyřešen updatem stream resolveru (1.6.42). Díky moc !