cubicle-vdo / xbmc-israel

XBMC Israeli streaming repo for streaming sites
89 stars 124 forks source link

Script Errors on Fresh OpenELEC Installation #281

Closed alkhimey closed 9 years ago

alkhimey commented 9 years ago

I moved from Kodi Ubuntu to a fresh install of OpenELEC.

I was really surprised that this plugin did not work out of the box.

IsraeLIVE plugin reports script errors. It seems that some python modules are missing (like dateutils - I attached python log as well), but there are application errors as well ( "Error Contents: name 'checkInterval' is not defined")

I hope all of these errors can be solved by the user by pip installing modules. But which modules should I install?

Please let me know if you need me to provide more info about OpenELEC.

pumpkin:~ # python
Python 2.7.3 (default, Mar 31 2015, 22:10:50) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dateutils
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named dateutils
>>> help('modules')

Please wait a moment while I gather a list of all available modules...

ArgImagePlugin      XVThumbImagePlugin  dircache            profile
BaseHTTPServer      XbmImagePlugin      dis                 pstats
Bastion             XpmImagePlugin      doctest             pty
BdfFontFile         _LWPCookieJar       dsextras            pwd
BmpImagePlugin      _MozillaCookieJar   dumbdbm             py_compile
BufrStubImagePlugin __builtin__         dummy_thread        pyclbr
CDROM               __future__          dummy_threading     pydoc
CGIHTTPServer       _abcoll             email               pyexpat
ConfigParser        _ast                encodings           pygtk
ContainerIO         _bisect             errno               quopri
Cookie              _codecs             exceptions          random
Crypto              _codecs_cn          fcntl               re
CurImagePlugin      _codecs_hk          filecmp             repr
DLFCN               _codecs_iso2022     fileinput           resource
DcxImagePlugin      _codecs_jp          fnmatch             rexec
DocXMLRPCServer     _codecs_kr          formatter           rfc822
EpsImagePlugin      _codecs_tw          fpformat            rlcompleter
ExifTags            _collections        fractions           robotparser
FitsStubImagePlugin _csv                ftplib              runpy
FliImagePlugin      _ctypes             functools           sched
FontFile            _ctypes_test        future_builtins     select
FpxImagePlugin      _dbus_bindings      gc                  sets
GbrImagePlugin      _dbus_glib_bindings genericpath         sgmllib
GdImageFile         _elementtree        getopt              sha
GifImagePlugin      _functools          getpass             shelve
GimpGradientFile    _hashlib            gettext             shlex
GimpPaletteFile     _heapq              gio                 shutil
GribStubImagePlugin _hotshot            glib                signal
HTMLParser          _imaging            glob                simplejson
Hdf5StubImagePlugin _imagingft          gobject             site
IN                  _imagingmath        grp                 smtpd
IcnsImagePlugin     _io                 gzip                smtplib
IcoImagePlugin      _json               hashlib             sndhdr
ImImagePlugin       _locale             heapq               socket
Image               _lsprof             hmac                spwd
ImageChops          _multibytecodec     hotshot             sqlite3
ImageCms            _multiprocessing    htmlentitydefs      sre
ImageColor          _pyio               htmllib             sre_compile
ImageDraw           _random             httplib             sre_constants
ImageDraw2          _socket             ihooks              sre_parse
ImageEnhance        _sqlite3            imaplib             ssl
ImageFile           _sre                imghdr              stat
ImageFileIO         _ssl                imp                 statvfs
ImageFilter         _strptime           importlib           string
ImageFont           _struct             imputil             stringold
ImageGL             _symtable           inspect             stringprep
ImageGrab           _testcapi           io                  strop
ImageMath           _threading_local    itertools           struct
ImageMode           _warnings           json                subprocess
ImageOps            _weakref            keyword             sunau
ImagePalette        _weakrefset         kodi                sunaudio
ImagePath           abc                 linecache           symbol
ImageQt             aifc                linuxaudiodev       symtable
ImageSequence       antigravity         locale              sys
ImageShow           anydbm              logging             sysconfig
ImageStat           argparse            macpath             syslog
ImageTk             array               macurl2path         tabnanny
ImageTransform      ast                 mailbox             tarfile
ImageWin            asynchat            mailcap             telnetlib
ImtImagePlugin      asyncore            markupbase          tempfile
IptcImagePlugin     atexit              marshal             termios
JpegImagePlugin     audiodev            math                textwrap
McIdasImagePlugin   audioop             md5                 this
MicImagePlugin      base64              mhlib               thread
MimeWriter          bdb                 mimetools           threading
MpegImagePlugin     binascii            mimetypes           time
MspImagePlugin      binhex              mimify              timeit
OleFileIO           bisect              mmap                toaiff
PIL                 bz2                 modulefinder        token
PSDraw              cPickle             multifile           tokenize
PaletteFile         cProfile            multiprocessing     trace
PalmImagePlugin     cStringIO           mutex               traceback
PcdImagePlugin      calendar            netrc               tty
PcfFontFile         cgi                 new                 types
PcxImagePlugin      cgitb               nntplib             unicodedata
PdfImagePlugin      chunk               ntpath              urllib
PixarImagePlugin    cmath               nturl2path          urllib2
PngImagePlugin      cmd                 numbers             urlparse
PpmImagePlugin      code                opcode              user
PsdImagePlugin      codecs              operator            uu
Queue               codeop              optparse            uuid
SgiImagePlugin      collections         os                  warnings
SimpleHTTPServer    colorsys            os2emxpath          wave
SimpleXMLRPCServer  commands            ossaudiodev         weakref
SocketServer        compileall          parser              webbrowser
SpiderImagePlugin   compiler            pdb                 whichdb
StringIO            contextlib          pickle              wsgiref
SunImagePlugin      cookielib           pickletools         xcbgen
TYPES               copy                pipes               xdrlib
TarIO               copy_reg            pkgutil             xml
TgaImagePlugin      crypt               platform            xmllib
TiffImagePlugin     csv                 plistlib            xmlrpclib
TiffTags            ctypes              popen2              xxsubtype
UserDict            datetime            poplib              zipfile
UserList            dbhash              posix               zipimport
UserString          dbus                posixfile           zlib
WalImageFile        decimal             posixpath           
WmfImagePlugin      difflib             pprint              

Enter any module name to get more help.  Or, type "modules spam" to search
for modules whose descriptions contain the word "spam".

>>> 
################################################################################
# ... output of cat /storage/.kodi/temp/kodi.old.log
# OpenELEC release: Generic.x86_64-5.0.8
# 
################################################################################
22:28:59 T:139676918200192  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:28:59 T:139676918200192  NOTICE: -----------------------------------------------------------------------
22:28:59 T:139676918200192  NOTICE: Starting Kodi (14.2 Git:7cc53a9). Platform: Linux x86 64-bit
22:28:59 T:139676918200192  NOTICE: Using Release Kodi x64 build
22:28:59 T:139676918200192  NOTICE: Kodi compiled Mar 31 2015 by GCC 4.9.2 for Linux x86 64-bit version 3.17.8 (200968)
22:28:59 T:139676918200192  NOTICE: Running on OpenELEC (official) - Version: 5.0.8, kernel: Linux x86 64-bit version 3.17.8
22:28:59 T:139676918200192  NOTICE: FFmpeg version: 2.4.6
22:28:59 T:139676918200192  NOTICE: WARNING: unsupported ffmpeg version detected
22:28:59 T:139676918200192  NOTICE: Host CPU: AMD Athlon(tm) 5350 APU with Radeon(tm) R3, 4 cores available
22:28:59 T:139676918200192  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
22:28:59 T:139676918200192  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
22:28:59 T:139676918200192  NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
22:28:59 T:139676918200192  NOTICE: special://home/ is mapped to: /storage/.kodi
22:28:59 T:139676918200192  NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
22:28:59 T:139676918200192  NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
22:28:59 T:139676918200192  NOTICE: Local hostname: pumpkin
22:28:59 T:139676918200192  NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
22:28:59 T:139676918200192  NOTICE: -----------------------------------------------------------------------
22:28:59 T:139676918200192   ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
22:28:59 T:139676918200192  NOTICE: load settings...
22:28:59 T:139676918183680  NOTICE: Thread FDEventMonitor start, auto delete: false
22:28:59 T:139676918200192  NOTICE: Found 1 Lists of Devices
22:28:59 T:139676918200192  NOTICE: Enumerated ALSA devices:
22:28:59 T:139676918200192  NOTICE:     Device 1
22:28:59 T:139676918200192  NOTICE:         m_deviceName      : hdmi:CARD=Generic,DEV=0
22:28:59 T:139676918200192  NOTICE:         m_displayName     : HD-Audio Generic
22:28:59 T:139676918200192  NOTICE:         m_displayNameExtra: @@@
22:28:59 T:139676918200192  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:28:59 T:139676918200192  NOTICE:         m_channels        : FL,FR,FC
22:28:59 T:139676918200192  NOTICE:         m_sampleRates     : 32000,44100,48000
22:28:59 T:139676918200192  NOTICE:         m_dataFormats     : AE_FMT_LPCM,AE_FMT_AC3,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AAC
22:28:59 T:139676918200192  NOTICE:     Device 2
22:28:59 T:139676918200192  NOTICE:         m_deviceName      : @:CARD=Generic_1,DEV=0
22:28:59 T:139676918200192  NOTICE:         m_displayName     : HD-Audio Generic
22:28:59 T:139676918200192  NOTICE:         m_displayNameExtra: ALC887-VD Analog
22:28:59 T:139676918200192  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:28:59 T:139676918200192  NOTICE:         m_channels        : FL,FR
22:28:59 T:139676918200192  NOTICE:         m_sampleRates     : 48000
22:28:59 T:139676918200192  NOTICE:         m_dataFormats     : AE_FMT_S32NE
22:28:59 T:139676918200192  NOTICE:     Device 3
22:28:59 T:139676918200192  NOTICE:         m_deviceName      : iec958:CARD=Generic_1,DEV=0
22:28:59 T:139676918200192  NOTICE:         m_displayName     : HD-Audio Generic
22:28:59 T:139676918200192  NOTICE:         m_displayNameExtra: ALC887-VD Digital S/PDIF
22:28:59 T:139676918200192  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
22:28:59 T:139676918200192  NOTICE:         m_channels        : FL,FR
22:28:59 T:139676918200192  NOTICE:         m_sampleRates     : 32000,44100,48000,88200,96000,192000
22:28:59 T:139676918200192  NOTICE:         m_dataFormats     : AE_FMT_AC3,AE_FMT_DTS,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
22:28:59 T:139676918200192  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
22:28:59 T:139676918200192  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                            <advancedsettings>
                                              <showexitbutton>false</showexitbutton>
                                              <cputempcommand>cputemp</cputempcommand>
                                              <gputempcommand>gputemp</gputempcommand>
                                              <video>
                                                <latency>
                                                  <delay>0</delay>
                                                  <refresh>
                                                    <min>23</min>
                                                    <max>24</max>
                                                    <delay>175</delay>
                                                  </refresh>
                                                </latency>
                                                <busydialogdelayms>750</busydialogdelayms>
                                              </video>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <network>
                                                <readbufferfactor>4.0</readbufferfactor>
                                              </network>
                                            </advancedsettings>
22:28:59 T:139676918200192  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
22:28:59 T:139676918200192  NOTICE: Default DVD Player: dvdplayer
22:28:59 T:139676918200192  NOTICE: Default Video Player: dvdplayer
22:28:59 T:139676918200192  NOTICE: Default Audio Player: paplayer
22:28:59 T:139676918200192  NOTICE: Disabled debug logging due to GUI setting. Level 0.
22:28:59 T:139676918200192  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
22:28:59 T:139676918200192  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
22:28:59 T:139676918200192  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:28:59 T:139676918200192  NOTICE: Loaded playercorefactory configuration
22:28:59 T:139676918200192  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:28:59 T:139676918200192  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:28:59 T:139676832757504  NOTICE: Thread ActiveAE start, auto delete: false
22:28:59 T:139676824364800  NOTICE: Thread AESink start, auto delete: false
22:29:00 T:139676918200192  NOTICE: Running database version Addons16
22:29:00 T:139676918200192  NOTICE: ADDONS: Using repository repository.xbmc.org
22:29:00 T:139676918200192  NOTICE: ADDONS: Using repository repository.xbmc-israel
22:29:00 T:139676918200192  NOTICE: ADDONS: Using repository repository.openelec.tv
22:29:00 T:139676918200192  NOTICE: ADDONS: Using repository repository.unofficial.addon.pro
22:29:00 T:139676815972096  NOTICE: Thread PeripBusCEC start, auto delete: false
22:29:00 T:139676807579392  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
22:29:00 T:139676918200192  NOTICE: Setup SDL
22:29:00 T:139676918200192  NOTICE: Checking resolution 16
22:29:00 T:139676918200192  NOTICE: Using visual 0x1f0
22:29:00 T:139676918200192  NOTICE: GL_VENDOR = X.Org
22:29:00 T:139676918200192  NOTICE: GL_RENDERER = Gallium 0.4 on AMD KABINI
22:29:00 T:139676918200192  NOTICE: GL_VERSION = 3.0 Mesa 10.3.7
22:29:00 T:139676918200192  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30
22:29:00 T:139676918200192  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_texture_barrier GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_NV_vdpau_interop GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_stencil_texturing GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_ARB_texture_barrier
22:29:00 T:139676918200192  NOTICE: Running database version Addons16
22:29:00 T:139676918200192  NOTICE: Running database version ViewModes6
22:29:00 T:139676918200192  NOTICE: Running database version Textures13
22:29:00 T:139676918200192  NOTICE: Running database version MyMusic48
22:29:00 T:139676918200192  NOTICE: Running database version MyVideos90
22:29:00 T:139676918200192  NOTICE: Running database version TV26
22:29:00 T:139676918200192  NOTICE: Running database version Epg8
22:29:00 T:139676918200192  NOTICE: start dvd mediatype detection
22:29:00 T:139676903331584  NOTICE: Thread DetectDVDMedia start, auto delete: false
22:29:01 T:139676918200192 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
22:29:01 T:139676918200192 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
22:29:01 T:139676918200192 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
22:29:01 T:139676918200192 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
22:29:01 T:139676427994880  NOTICE: Thread LanguageInvoker start, auto delete: false
22:29:01 T:139676918200192  NOTICE: Previous line repeats 1 times.
22:29:01 T:139676918200192  NOTICE: initialize done
22:29:01 T:139676411209472  NOTICE: Thread LanguageInvoker start, auto delete: false
22:29:01 T:139676918200192  NOTICE: Running the application...
22:29:01 T:139676427994880  NOTICE: -->Python Interpreter Initialized<--
22:29:01 T:139676386223872  NOTICE: Thread JobWorker start, auto delete: true
22:29:01 T:139676918200192  NOTICE: starting zeroconf publishing
22:29:01 T:139676918200192  NOTICE: Webserver: Starting...
22:29:01 T:139676918200192  NOTICE: WebServer: Started the webserver
22:29:01 T:139676918200192  NOTICE: ES: Starting event server
22:29:01 T:139676136490752  NOTICE: Thread EventServer start, auto delete: false
22:29:01 T:139676136490752  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
22:29:01 T:139676136490752  NOTICE: UDP: Listening on port 9777
22:29:01 T:139676128098048  NOTICE: Thread TCPServer start, auto delete: false
22:29:01 T:139676161668864  NOTICE: Thread JobWorker start, auto delete: true
22:29:01 T:139675893233408  NOTICE: Thread AirPlayServer start, auto delete: false
22:29:01 T:139676419602176  NOTICE: -->Python Interpreter Initialized<--
22:29:01 T:139676111312640  NOTICE: Thread JobWorker start, auto delete: true
22:29:01 T:139676903331584  NOTICE: Thread RSSReader start, auto delete: false
22:29:01 T:139675876448000  NOTICE: Thread LanguageInvoker start, auto delete: false
22:29:01 T:139676411209472  NOTICE: Previous line repeats 1 times.
22:29:01 T:139676411209472  NOTICE: -->Python Interpreter Initialized<--
22:29:01 T:139676419602176  NOTICE: Thread LanguageInvoker start, auto delete: false
22:29:01 T:139676427994880  NOTICE: Thread AlarmClock start, auto delete: false
22:29:01 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:01 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:01 T:139676411209472  NOTICE: ## OpenELEC Addon ## 0.5.8
22:29:01 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:01 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:01 T:139675876448000  NOTICE: -->Python Interpreter Initialized<--
22:29:01 T:139675876448000 WARNING: CPythonInvoker(3): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
22:29:01 T:139675868055296  NOTICE: -->Python Interpreter Initialized<--
22:29:01 T:139675868055296 WARNING: CPythonInvoker(4): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
22:29:01 T:139676419602176  NOTICE: -->Python Interpreter Initialized<--
22:29:01 T:139676419602176 WARNING: CPythonInvoker(5): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
22:29:01 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:01 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:02 T:139675868055296   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 livestreamer
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/livestreamersrv.py", line 10, in <module>
                                                from livestreamer import Livestreamer
                                            ImportError: No module named livestreamer
                                            -->End of Python script error report<--
22:29:02 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:02 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:02 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:02 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:02 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:02 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:02 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:02 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:02 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:02 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:03 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:03 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:03 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:03 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:03 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:03 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:03 T:139676903331584   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:29:03 T:139676903331584   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:29:21 T:139676419602176  NOTICE: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/addon_data/plugin.video.israelive/remoteSettings.txt'
22:29:22 T:139676419602176  NOTICE: HTTP Error 429: Bandwidth Error
22:29:22 T:139676419602176  NOTICE: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/addon_data/plugin.video.israelive/remoteSettings.txt'
22:29:22 T:139676419602176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: name 'checkInterval' is not defined
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/checkUpdates.py", line 85, in <module>
                                                xbmc.executebuiltin("XBMC.AlarmClock({0},XBMC.RunScript({1}),{2},silent)".format("IsraeLiveUpdates", os.path.join(libDir, "checkUpdates.py"), checkInterval))
                                            NameError: name 'checkInterval' is not defined
                                            -->End of Python script error report<--
22:31:38 T:139676918200192  NOTICE: Storing total System Uptime
22:31:38 T:139676918200192  NOTICE: Saving settings
22:31:38 T:139676918200192  NOTICE: stop all
22:31:38 T:139676918200192  NOTICE: stop player
22:31:38 T:139676918200192  NOTICE: ES: Stopping event server
22:31:38 T:139676918200192  NOTICE: stopping zeroconf publishing
22:31:38 T:139676918200192  NOTICE: Webserver: Stopping...
22:31:38 T:139676918200192  NOTICE: WebServer: Stopped the webserver
22:31:38 T:139676918200192  NOTICE: Webserver: Stopped...
22:31:38 T:139676136490752  NOTICE: ES: UDP Event server stopped
22:31:38 T:139676918200192  NOTICE: stop dvd detect media
22:31:38 T:139676918200192  NOTICE: stop sap announcement listener
22:31:38 T:139676918200192  NOTICE: clean cached files!
22:31:38 T:139676918200192  NOTICE: unload skin
22:31:39 T:139676411209472  NOTICE: ## OpenELEC Addon ## STOP SERVICE DONE !

################################################################################
# ... output of cat /storage/.kodi/temp/kodi.log
# OpenELEC release: Generic.x86_64-5.0.8
# 
################################################################################
22:31:56 T:139952490141568  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:31:56 T:139952490141568  NOTICE: -----------------------------------------------------------------------
22:31:56 T:139952490141568  NOTICE: Starting Kodi (14.2 Git:7cc53a9). Platform: Linux x86 64-bit
22:31:56 T:139952490141568  NOTICE: Using Release Kodi x64 build
22:31:56 T:139952490141568  NOTICE: Kodi compiled Mar 31 2015 by GCC 4.9.2 for Linux x86 64-bit version 3.17.8 (200968)
22:31:56 T:139952490141568  NOTICE: Running on OpenELEC (official) - Version: 5.0.8, kernel: Linux x86 64-bit version 3.17.8
22:31:56 T:139952490141568  NOTICE: FFmpeg version: 2.4.6
22:31:56 T:139952490141568  NOTICE: WARNING: unsupported ffmpeg version detected
22:31:56 T:139952490141568  NOTICE: Host CPU: AMD Athlon(tm) 5350 APU with Radeon(tm) R3, 4 cores available
22:31:56 T:139952490141568  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
22:31:56 T:139952490141568  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
22:31:56 T:139952490141568  NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
22:31:56 T:139952490141568  NOTICE: special://home/ is mapped to: /storage/.kodi
22:31:56 T:139952490141568  NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
22:31:56 T:139952490141568  NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
22:31:56 T:139952490141568  NOTICE: Local hostname: pumpkin
22:31:56 T:139952490141568  NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
22:31:56 T:139952490141568  NOTICE: -----------------------------------------------------------------------
22:31:56 T:139952490141568   ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
22:31:56 T:139952490141568  NOTICE: load settings...
22:31:56 T:139952490125056  NOTICE: Thread FDEventMonitor start, auto delete: false
22:31:56 T:139952490141568  NOTICE: Found 1 Lists of Devices
22:31:56 T:139952490141568  NOTICE: Enumerated ALSA devices:
22:31:56 T:139952490141568  NOTICE:     Device 1
22:31:56 T:139952490141568  NOTICE:         m_deviceName      : hdmi:CARD=Generic,DEV=0
22:31:56 T:139952490141568  NOTICE:         m_displayName     : HD-Audio Generic
22:31:56 T:139952490141568  NOTICE:         m_displayNameExtra: @@@
22:31:56 T:139952490141568  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:31:56 T:139952490141568  NOTICE:         m_channels        : FL,FR,FC
22:31:56 T:139952490141568  NOTICE:         m_sampleRates     : 32000,44100,48000
22:31:56 T:139952490141568  NOTICE:         m_dataFormats     : AE_FMT_LPCM,AE_FMT_AC3,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AAC
22:31:56 T:139952490141568  NOTICE:     Device 2
22:31:56 T:139952490141568  NOTICE:         m_deviceName      : @:CARD=Generic_1,DEV=0
22:31:56 T:139952490141568  NOTICE:         m_displayName     : HD-Audio Generic
22:31:56 T:139952490141568  NOTICE:         m_displayNameExtra: ALC887-VD Analog
22:31:56 T:139952490141568  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:31:56 T:139952490141568  NOTICE:         m_channels        : FL,FR
22:31:56 T:139952490141568  NOTICE:         m_sampleRates     : 48000
22:31:56 T:139952490141568  NOTICE:         m_dataFormats     : AE_FMT_S32NE
22:31:56 T:139952490141568  NOTICE:     Device 3
22:31:56 T:139952490141568  NOTICE:         m_deviceName      : iec958:CARD=Generic_1,DEV=0
22:31:56 T:139952490141568  NOTICE:         m_displayName     : HD-Audio Generic
22:31:56 T:139952490141568  NOTICE:         m_displayNameExtra: ALC887-VD Digital S/PDIF
22:31:56 T:139952490141568  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
22:31:56 T:139952490141568  NOTICE:         m_channels        : FL,FR
22:31:56 T:139952490141568  NOTICE:         m_sampleRates     : 32000,44100,48000,88200,96000,192000
22:31:56 T:139952490141568  NOTICE:         m_dataFormats     : AE_FMT_AC3,AE_FMT_DTS,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
22:31:56 T:139952490141568  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
22:31:56 T:139952490141568  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                            <advancedsettings>
                                              <showexitbutton>false</showexitbutton>
                                              <cputempcommand>cputemp</cputempcommand>
                                              <gputempcommand>gputemp</gputempcommand>
                                              <video>
                                                <latency>
                                                  <delay>0</delay>
                                                  <refresh>
                                                    <min>23</min>
                                                    <max>24</max>
                                                    <delay>175</delay>
                                                  </refresh>
                                                </latency>
                                                <busydialogdelayms>750</busydialogdelayms>
                                              </video>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <network>
                                                <readbufferfactor>4.0</readbufferfactor>
                                              </network>
                                            </advancedsettings>
22:31:56 T:139952490141568  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
22:31:56 T:139952490141568  NOTICE: Default DVD Player: dvdplayer
22:31:56 T:139952490141568  NOTICE: Default Video Player: dvdplayer
22:31:56 T:139952490141568  NOTICE: Default Audio Player: paplayer
22:31:56 T:139952490141568  NOTICE: Disabled debug logging due to GUI setting. Level 0.
22:31:56 T:139952490141568  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
22:31:56 T:139952490141568  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
22:31:56 T:139952490141568  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:31:56 T:139952490141568  NOTICE: Loaded playercorefactory configuration
22:31:56 T:139952490141568  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:31:56 T:139952490141568  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:31:56 T:139952479586048  NOTICE: Thread ActiveAE start, auto delete: false
22:31:56 T:139952471193344  NOTICE: Thread AESink start, auto delete: false
22:31:57 T:139952490141568  NOTICE: Running database version Addons16
22:31:57 T:139952490141568  NOTICE: ADDONS: Using repository repository.xbmc.org
22:31:57 T:139952490141568  NOTICE: ADDONS: Using repository repository.xbmc-israel
22:31:57 T:139952490141568  NOTICE: ADDONS: Using repository repository.openelec.tv
22:31:57 T:139952490141568  NOTICE: ADDONS: Using repository repository.unofficial.addon.pro
22:31:57 T:139952461555456  NOTICE: Thread PeripBusCEC start, auto delete: false
22:31:57 T:139952247535360  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
22:31:57 T:139952490141568  NOTICE: Setup SDL
22:31:57 T:139952490141568  NOTICE: Checking resolution 16
22:31:57 T:139952490141568  NOTICE: Using visual 0x1f0
22:31:57 T:139952490141568  NOTICE: GL_VENDOR = X.Org
22:31:57 T:139952490141568  NOTICE: GL_RENDERER = Gallium 0.4 on AMD KABINI
22:31:57 T:139952490141568  NOTICE: GL_VERSION = 3.0 Mesa 10.3.7
22:31:57 T:139952490141568  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30
22:31:57 T:139952490141568  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_texture_barrier GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_NV_vdpau_interop GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_stencil_texturing GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_ARB_texture_barrier
22:31:57 T:139952490141568  NOTICE: Running database version Addons16
22:31:57 T:139952490141568  NOTICE: Running database version ViewModes6
22:31:57 T:139952490141568  NOTICE: Running database version Textures13
22:31:57 T:139952490141568  NOTICE: Running database version MyMusic48
22:31:57 T:139952490141568  NOTICE: Running database version MyVideos90
22:31:57 T:139952490141568  NOTICE: Running database version TV26
22:31:57 T:139952490141568  NOTICE: Running database version Epg8
22:31:57 T:139952490141568  NOTICE: start dvd mediatype detection
22:31:57 T:139952206231296  NOTICE: Thread DetectDVDMedia start, auto delete: false
22:31:58 T:139952490141568 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
22:31:58 T:139952490141568 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
22:31:58 T:139952490141568 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
22:31:58 T:139952490141568 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
22:31:58 T:139952203994880  NOTICE: Thread LanguageInvoker start, auto delete: false
22:31:58 T:139952490141568  NOTICE: Previous line repeats 1 times.
22:31:58 T:139952490141568  NOTICE: initialize done
22:31:58 T:139951911991040  NOTICE: Thread LanguageInvoker start, auto delete: false
22:31:58 T:139952490141568  NOTICE: Running the application...
22:31:58 T:139952203994880  NOTICE: -->Python Interpreter Initialized<--
22:31:58 T:139951887005440  NOTICE: Thread JobWorker start, auto delete: true
22:31:58 T:139952490141568  NOTICE: starting zeroconf publishing
22:31:58 T:139952490141568  NOTICE: Webserver: Starting...
22:31:58 T:139952490141568  NOTICE: WebServer: Started the webserver
22:31:58 T:139952490141568  NOTICE: ES: Starting event server
22:31:58 T:139951643555584  NOTICE: Thread EventServer start, auto delete: false
22:31:58 T:139951643555584  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
22:31:58 T:139951643555584  NOTICE: UDP: Listening on port 9777
22:31:58 T:139951635162880  NOTICE: Thread TCPServer start, auto delete: false
22:31:58 T:139951618377472  NOTICE: Thread AirPlayServer start, auto delete: false
22:31:58 T:139951870220032  NOTICE: Thread JobWorker start, auto delete: true
22:31:58 T:139951911991040  NOTICE: -->Python Interpreter Initialized<--
22:31:58 T:139952206231296  NOTICE: Thread RSSReader start, auto delete: false
22:31:58 T:139951601592064  NOTICE: Thread LanguageInvoker start, auto delete: false
22:31:58 T:139952195602176  NOTICE: Previous line repeats 1 times.
22:31:58 T:139952195602176  NOTICE: -->Python Interpreter Initialized<--
22:31:58 T:139951106684672  NOTICE: Thread LanguageInvoker start, auto delete: false
22:31:58 T:139950964074240  NOTICE: Thread AlarmClock start, auto delete: false
22:31:58 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:58 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:58 T:139951911991040  NOTICE: ## OpenELEC Addon ## 0.5.8
22:31:58 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:58 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:58 T:139951593199360  NOTICE: -->Python Interpreter Initialized<--
22:31:58 T:139951593199360 WARNING: CPythonInvoker(4): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
22:31:58 T:139951601592064  NOTICE: -->Python Interpreter Initialized<--
22:31:58 T:139951601592064 WARNING: CPythonInvoker(3): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
22:31:58 T:139951106684672  NOTICE: -->Python Interpreter Initialized<--
22:31:58 T:139951106684672 WARNING: CPythonInvoker(5): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
22:31:58 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:58 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:58 T:139951593199360   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 livestreamer
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/livestreamersrv.py", line 10, in <module>
                                                from livestreamer import Livestreamer
                                            ImportError: No module named livestreamer
                                            -->End of Python script error report<--
22:31:59 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:59 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:59 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:59 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:59 T:139951106684672  NOTICE: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/addon_data/plugin.video.israelive/remoteSettings.txt'
22:31:59 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:59 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:59 T:139951106684672  NOTICE: <urlopen error [Errno -3] Temporary failure in name resolution>
22:31:59 T:139951106684672  NOTICE: [Errno 2] No such file or directory: u'/storage/.kodi/userdata/addon_data/plugin.video.israelive/remoteSettings.txt'
22:31:59 T:139951106684672   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: name 'checkInterval' is not defined
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/checkUpdates.py", line 85, in <module>
                                                xbmc.executebuiltin("XBMC.AlarmClock({0},XBMC.RunScript({1}),{2},silent)".format("IsraeLiveUpdates", os.path.join(libDir, "checkUpdates.py"), checkInterval))
                                            NameError: name 'checkInterval' is not defined
                                            -->End of Python script error report<--
22:31:59 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:59 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:31:59 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:31:59 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:32:00 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:32:00 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:32:00 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:32:00 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:32:00 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:32:00 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:32:00 T:139952206231296   ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
22:32:00 T:139952206231296   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:32:24 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:28 T:139951609984768  NOTICE: Previous line repeats 1 times.
22:32:28 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:28 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:28 T:139951609984768   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 dateutil
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/default.py", line 12, in <module>
                                                import common, myIPTV
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/myIPTV.py", line 6, in <module>
                                                from dateutil import tz
                                            ImportError: No module named dateutil
                                            -->End of Python script error report<--
22:32:28 T:139952490141568   ERROR: GetDirectory - Error getting plugin://plugin.video.israelive/
22:32:28 T:139952490141568   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.israelive/) failed
22:32:28 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:30 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:30 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:30 T:139951609984768   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 dateutil
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/default.py", line 12, in <module>
                                                import common, myIPTV
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/myIPTV.py", line 6, in <module>
                                                from dateutil import tz
                                            ImportError: No module named dateutil
                                            -->End of Python script error report<--
22:32:30 T:139952490141568   ERROR: GetDirectory - Error getting plugin://plugin.video.israelive/
22:32:30 T:139952490141568   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.israelive/) failed
22:32:30 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:33 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:33 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:33 T:139951609984768  NOTICE: <urlopen error [Errno -2] Name or service not known>
22:32:33 T:139951609984768  NOTICE: Previous line repeats 1 times.
22:32:33 T:139951609984768   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: expected string or buffer
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.sdarot.tv/sdarottv.py", line 271, in <module>
                                                MAIN_MENU()
                                              File "/storage/.kodi/addons/plugin.video.sdarot.tv/sdarottv.py", line 60, in MAIN_MENU
                                                matches = re.compile('<li><a href="/series/genre/(.*?)">').findall(page)
                                            TypeError: expected string or buffer
                                            -->End of Python script error report<--
22:32:33 T:139952490141568   ERROR: GetDirectory - Error getting plugin://plugin.video.sdarot.tv/
22:32:33 T:139952490141568   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.sdarot.tv/) failed
22:32:33 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:36 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:36 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:36 T:139951609984768  NOTICE: URLResolver: Initializing URLResolver version: 2.10.0
22:32:37 T:139951609984768  NOTICE: checkMode: None
22:32:37 T:139951609984768  NOTICE: URL: None
22:32:37 T:139951609984768  NOTICE: Name: None
22:32:37 T:139952195602176  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:41 T:139951609984768  NOTICE: Previous line repeats 1 times.
22:32:41 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:41 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:41 T:139951609984768  NOTICE: <urlopen error [Errno -2] Name or service not known>
22:32:41 T:139951609984768  NOTICE: Previous line repeats 1 times.
22:32:41 T:139951609984768   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: expected string or buffer
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.sdarot.tv/sdarottv.py", line 271, in <module>
                                                MAIN_MENU()
                                              File "/storage/.kodi/addons/plugin.video.sdarot.tv/sdarottv.py", line 60, in MAIN_MENU
                                                matches = re.compile('<li><a href="/series/genre/(.*?)">').findall(page)
                                            TypeError: expected string or buffer
                                            -->End of Python script error report<--
22:32:41 T:139952490141568   ERROR: GetDirectory - Error getting plugin://plugin.video.sdarot.tv/
22:32:41 T:139952490141568   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.sdarot.tv/) failed
22:32:41 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:43 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:43 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:43 T:139951609984768  NOTICE: <urlopen error [Errno -2] Name or service not known>
22:32:43 T:139951609984768  NOTICE: Previous line repeats 1 times.
22:32:43 T:139951609984768   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: expected string or buffer
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.sdarot.tv/sdarottv.py", line 271, in <module>
                                                MAIN_MENU()
                                              File "/storage/.kodi/addons/plugin.video.sdarot.tv/sdarottv.py", line 60, in MAIN_MENU
                                                matches = re.compile('<li><a href="/series/genre/(.*?)">').findall(page)
                                            TypeError: expected string or buffer
                                            -->End of Python script error report<--
22:32:43 T:139952490141568   ERROR: GetDirectory - Error getting plugin://plugin.video.sdarot.tv/
22:32:43 T:139952490141568   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.sdarot.tv/) failed
22:32:43 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
22:32:56 T:139951609984768  NOTICE: Previous line repeats 1 times.
22:32:56 T:139951609984768  NOTICE: Thread LanguageInvoker start, auto delete: false
22:32:56 T:139951609984768  NOTICE: -->Python Interpreter Initialized<--
22:32:56 T:139951609984768   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 dateutil
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.israelive/default.py", line 12, in <module>
                                                import common, myIPTV
                                              File "/storage/.kodi/addons/plugin.video.israelive/resources/lib/myIPTV.py", line 6, in <module>
                                                from dateutil import tz
                                            ImportError: No module named dateutil
                                            -->End of Python script error report<--
22:32:56 T:139952490141568   ERROR: GetDirectory - Error getting plugin://plugin.video.israelive/
22:32:56 T:139952490141568   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.israelive/) failed
22:32:56 T:139951609984768  NOTICE: Thread BackgroundLoader start, auto delete: false
ghost commented 9 years ago

Hi, Please try ver 4.6.1

alkhimey commented 9 years ago

These changes fixed it. Great!

ghost commented 9 years ago

:-)