Advertisement
Guest User

XBMC crash after pauseing video over libnfs

a guest
Jun 6th, 2012
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 194.72 KB | None | 0 0
  1. 22:06:37 T:3008874304 NOTICE: -----------------------------------------------------------------------
  2. 22:06:37 T:3008874304 NOTICE: Starting XBMC (12.0-ALPHA3 Git:20120601-cdbea16), Platform: Linux (Ubuntu 12.04 LTS, 3.2.0-24-generic-pae i686). Built on Jun 6 2012
  3. 22:06:37 T:3008874304 NOTICE: special://xbmc/ is mapped to: /usr/local/share/xbmc
  4. 22:06:37 T:3008874304 NOTICE: special://xbmcbin/ is mapped to: /usr/local/lib/xbmc
  5. 22:06:37 T:3008874304 NOTICE: special://masterprofile/ is mapped to: /home/xbmc/.xbmc/userdata
  6. 22:06:37 T:3008874304 NOTICE: special://home/ is mapped to: /home/xbmc/.xbmc
  7. 22:06:37 T:3008874304 NOTICE: special://temp/ is mapped to: /home/xbmc/.xbmc/temp
  8. 22:06:37 T:3008874304 NOTICE: The executable running is: /usr/local/lib/xbmc/xbmc.bin
  9. 22:06:37 T:3008874304 NOTICE: Local hostname: xbmc
  10. 22:06:37 T:3008874304 NOTICE: Log File is located: /home/xbmc/.xbmc/temp/xbmc.log
  11. 22:06:37 T:3008874304 NOTICE: -----------------------------------------------------------------------
  12. 22:06:37 T:3008874304 NOTICE: Setup SDL
  13. 22:06:37 T:3008874304 NOTICE: load settings...
  14. 22:06:37 T:3008874304 NOTICE: special://profile/ is mapped to: special://masterprofile/
  15. 22:06:37 T:3008874304 NOTICE: loading special://masterprofile/guisettings.xml
  16. 22:06:37 T:3008874304 NOTICE: Getting hardware information now...
  17. 22:06:37 T:3008874304 NOTICE: Checking resolution 12
  18. 22:06:37 T:3008874304 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  19. 22:06:37 T:3008874304 NOTICE: Loaded playercorefactory configuration
  20. 22:06:37 T:3008874304 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  21. 22:06:37 T:3008874304 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  22. 22:06:37 T:3008874304 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
  23. 22:06:37 T:3008874304 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  24. 22:06:37 T:3008874304 NOTICE: Contents of special://profile/advancedsettings.xml are...
  25. <advancedsettings>
  26. <network>
  27. <disableipv6>true</disableipv6>
  28. </network>
  29. <gputempcommand>echo &quot;$(nvidia-settings -c :0 -tq gpuCoreTemp) C&quot;</gputempcommand>
  30. <cputempcommand>echo &quot;$(sensors | grep &quot;Core0&quot; | awk &apos;{ print $3 }&apos; | cut -d &apos;.&apos; -f 1 | cut -d &apos;+&apos; -f 2 ) C&quot;</cputempcommand>
  31. <videolibrary>
  32. <hideallitems>true</hideallitems>
  33. </videolibrary>
  34. <videodatabase>
  35. <type>mysql</type>
  36. <host>192.168.178.10</host>
  37. <port>3306</port>
  38. <user>xbmc</user>
  39. <pass>xbmcleonheart</pass>
  40. <name>xbmc_video</name>
  41. </videodatabase>
  42. <videoscanner>
  43. <ignoreerrors>true</ignoreerrors>
  44. <!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.-->
  45. </videoscanner>
  46. <musicdatabase>
  47. <type>mysql</type>
  48. <host>192.168.178.10</host>
  49. <port>3306</port>
  50. <user>xbmc</user>
  51. <pass>xbmcleonheart</pass>
  52. <name>xbmc_music</name>
  53. </musicdatabase>
  54. <tvdatabase>
  55. <type>mysql</type>
  56. <host>192.168.178.10</host>
  57. <port>3306</port>
  58. <user>xbmc</user>
  59. <pass>xbmcleonheart</pass>
  60. <name>xbmc_tv</name>
  61. </tvdatabase>
  62. <epgdatabase>
  63. <type>mysql</type>
  64. <host>192.168.178.10</host>
  65. <port>3306</port>
  66. <user>xbmc</user>
  67. <pass>xbmcleonheart</pass>
  68. <name>xbmc_epg</name>
  69. </epgdatabase>
  70. <pathsubstitution>
  71. <substitute>
  72. <from>special://masterprofile/Thumbnails/</from>
  73. <to>nfs://192.168.178.10/media/NAS/Thumbnails/</to>
  74. </substitute>
  75. </pathsubstitution>
  76. </advancedsettings>
  77. 22:06:37 T:3008874304 WARNING: VIDEO database configuration is experimental.
  78. 22:06:37 T:3008874304 NOTICE: Getting hardware information now...
  79. 22:06:37 T:3008874304 NOTICE: Checking resolution 12
  80. 22:06:37 T:3008874304 NOTICE: Default DVD Player: dvdplayer
  81. 22:06:37 T:3008874304 NOTICE: Default Video Player: dvdplayer
  82. 22:06:37 T:3008874304 NOTICE: Default Audio Player: paplayer
  83. 22:06:37 T:3008874304 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  84. 22:06:37 T:3008874304 NOTICE: Log level changed to 0
  85. 22:06:37 T:3008874304 NOTICE: Loading media sources from special://masterprofile/sources.xml
  86. 22:06:38 T:2928671552 NOTICE: Thread XBMC Peripherals start, auto delete: false
  87. 22:06:38 T:3008874304 NOTICE: Using visual 0x42
  88. 22:06:38 T:3008874304 NOTICE: GL_VENDOR = NVIDIA Corporation
  89. 22:06:38 T:3008874304 NOTICE: GL_RENDERER = ION/PCI/SSE2
  90. 22:06:38 T:3008874304 NOTICE: GL_VERSION = 3.3.0 NVIDIA 290.10
  91. 22:06:38 T:3008874304 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
  92. 22:06:38 T:3008874304 NOTICE: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 524288
  93. 22:06:38 T:3008874304 NOTICE: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 524288
  94. 22:06:38 T:3008874304 NOTICE: GL_EXTENSIONS = GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback_instanced GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_alpha_test GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_gpu_program4_1 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_buffer_load GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
  95. 22:06:38 T:3008874304 ERROR: GLX: Same window as before, refreshing context
  96. 22:06:38 T:3008874304 ERROR: Keymapping error: no such action 'language' defined
  97. 22:06:38 T:3008874304 ERROR: Keyboard Translator: Can't find button power
  98. 22:06:38 T:3008874304 ERROR: special://masterprofile/keymaps/keyboard.xml Doesn't contain <keymap>
  99. 22:06:38 T:3008874304 ERROR: Keyboard Translator: Can't find button power
  100. 22:06:38 T:3008874304 ERROR: Remote Translator: Can't find button eject
  101. 22:06:38 T:3008874304 ERROR: Window Translator: Can't find window scriptsdebuginfo
  102. 22:06:38 T:3008874304 ERROR: Keyboard Translator: Can't find button power
  103. 22:06:38 T:3008874304 ERROR: special://profile/keymaps/keyboard.xml Doesn't contain <keymap>
  104. 22:06:38 T:3008874304 ERROR: Keyboard Translator: Can't find button power
  105. 22:06:38 T:3008874304 ERROR: Remote Translator: Can't find button eject
  106. 22:06:38 T:3008874304 ERROR: Window Translator: Can't find window scriptsdebuginfo
  107. 22:06:38 T:3008874304 NOTICE: start dvd mediatype detection
  108. 22:06:38 T:3008874304 NOTICE: initializing playlistplayer
  109. 22:06:38 T:3008874304 NOTICE: DONE initializing playlistplayer
  110. 22:06:38 T:2912152384 NOTICE: Thread CDetectDVDMedia start, auto delete: false
  111. 22:06:38 T:3008874304 ERROR: Couldn't load font name: font13(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  112. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold16(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  113. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_OSDSeek2(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  114. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold19(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  115. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold20(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  116. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold22(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  117. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold24(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  118. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold25(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  119. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold28(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  120. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold30(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  121. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold35(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  122. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_OSDTitle2(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  123. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_MainMenu(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  124. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_MainClassic(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  125. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_OSDClassic(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  126. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_OSDClassic2(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  127. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_BigPause(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  128. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg10(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  129. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg12(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  130. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg14(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  131. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg15(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  132. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Info(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  133. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg17(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  134. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg18(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  135. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg19(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  136. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg20(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  137. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg21(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  138. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg22(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  139. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg24(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  140. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg25(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  141. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_ShowcaseMainLabel2(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  142. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg38(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  143. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold16_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  144. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold20_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  145. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold22_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  146. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold25_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  147. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold28_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  148. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Bold30_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  149. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_OSDTitle2_Caps(Ubuntu-B_KOR.ttf), trying to substitute arial.ttf
  150. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg10_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  151. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg15_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  152. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Info_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  153. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg17_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  154. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg18_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  155. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg19_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  156. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg20_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  157. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg21_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  158. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg22_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  159. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg24_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  160. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg25_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  161. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_ShowcaseMainLabel2_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  162. 22:06:38 T:3008874304 ERROR: Couldn't load font name: Font_Reg38_Caps(Ubuntu-R_KOR.ttf), trying to substitute arial.ttf
  163. 22:06:42 T:2804316992 NOTICE: Thread EPG updater start, auto delete: false
  164. 22:06:42 T:3008874304 NOTICE: Start - EPG thread started
  165. 22:06:42 T:2795924288 NOTICE: Thread XBPyThread start, auto delete: false
  166. 22:06:42 T:3008874304 NOTICE: Previous line repeats 4 times.
  167. 22:06:42 T:3008874304 NOTICE: initialize done
  168. 22:06:42 T:3008874304 NOTICE: Running the application...
  169. 22:06:42 T:2746215232 NOTICE: Thread XBPyThread start, auto delete: false
  170. 22:06:42 T:3008874304 NOTICE: Webserver: Starting...
  171. 22:06:42 T:3008874304 NOTICE: WebServer: Started the webserver
  172. 22:06:42 T:3008874304 NOTICE: ES: Starting event server
  173. 22:06:42 T:2695859008 NOTICE: Thread CEventServer start, auto delete: false
  174. 22:06:42 T:2695859008 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
  175. 22:06:42 T:2695859008 NOTICE: UDP: Listening on port 9777
  176. 22:06:42 T:3008874304 NOTICE: starting zeroconf publishing
  177. 22:06:42 T:2687466304 NOTICE: Thread CTCPServer start, auto delete: false
  178. 22:06:42 T:2670680896 NOTICE: Thread AirPlayServer start, auto delete: false
  179. 22:06:42 T:2662288192 NOTICE: Thread AirTunesServer start, auto delete: false
  180. 22:06:42 T:2679073600 NOTICE: Thread Jobworker start, auto delete: true
  181. 22:06:42 T:2795924288 NOTICE: -->Python Interpreter Initialized<--
  182. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'egoFM'.
  183. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'JAM FM'.
  184. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'domradio'.
  185. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ROCK ANTENNE'.
  186. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANTENNE BAYERN'.
  187. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table '1 Live digi'.
  188. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'MDR SPUTNIK'.
  189. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 90,3'.
  190. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Nordwestradio'.
  191. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table '1 Live'.
  192. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'YOU FM'.
  193. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'KIRAKA'.
  194. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 1'.
  195. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR1 Welle Nord'.
  196. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 3'.
  197. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 2'.
  198. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Kulturradio'.
  199. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Bremen Eins'.
  200. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'N-JOY'.
  201. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR Event'.
  202. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 5'.
  203. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 2'.
  204. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANTENNE BRANDENBURG'.
  205. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Bremen Vier'.
  206. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VOLTAGE'.
  207. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'JAZZ RADIO'.
  208. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NOVA'.
  209. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RADIO NOTRE DAME'.
  210. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ADO'.
  211. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'FUN RADIO'.
  212. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NRJ'.
  213. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'SkyROCK'.
  214. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VIBRATION'.
  215. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NOSTALGIE'.
  216. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VIRGIN RADIO'.
  217. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL 2'.
  218. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arrow Jazz'.
  219. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Pure FM'.
  220. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL 1440'.
  221. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arrow Classic Rock'.
  222. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TEDDY'.
  223. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Radio Regenbogen'.
  224. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'planet radio'.
  225. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'harmony.fm'.
  226. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ffn digital'.
  227. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Inselradio'.
  228. 22:06:42 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'HIT RADIO FFN'.
  229. 22:06:43 T:2775579456 NOTICE: -->Python Interpreter Initialized<--
  230. 22:06:43 T:2795924288 NOTICE: downloader ARGV: ['']
  231. 22:06:43 T:2765093696 NOTICE: -->Python Interpreter Initialized<--
  232. 22:06:43 T:2746215232 NOTICE: -->Python Interpreter Initialized<--
  233. 22:06:43 T:2786065216 NOTICE: -->Python Interpreter Initialized<--
  234. 22:06:43 T:2754607936 NOTICE: -->Python Interpreter Initialized<--
  235. 22:06:43 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sat.1 Comedy'.
  236. 22:06:43 T:2795924288 NOTICE: Thread CAlarmClock start, auto delete: false
  237. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select Event A'.
  238. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TNT HD'.
  239. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'egoFM'.
  240. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'JAM FM'.
  241. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'domradio'.
  242. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ROCK ANTENNE'.
  243. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANTENNE BAYERN'.
  244. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table '1 Live digi'.
  245. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'MDR SPUTNIK'.
  246. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 90,3'.
  247. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Nordwestradio'.
  248. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table '1 Live'.
  249. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'YOU FM'.
  250. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'KIRAKA'.
  251. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 1'.
  252. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR1 Welle Nord'.
  253. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 3'.
  254. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 2'.
  255. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Kulturradio'.
  256. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Bremen Eins'.
  257. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'N-JOY'.
  258. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR Event'.
  259. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 5'.
  260. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 2'.
  261. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANTENNE BRANDENBURG'.
  262. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Bremen Vier'.
  263. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VOLTAGE'.
  264. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'JAZZ RADIO'.
  265. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NOVA'.
  266. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RADIO NOTRE DAME'.
  267. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ADO'.
  268. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'FUN RADIO'.
  269. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NRJ'.
  270. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'SkyROCK'.
  271. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VIBRATION'.
  272. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NOSTALGIE'.
  273. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VIRGIN RADIO'.
  274. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL 2'.
  275. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arrow Jazz'.
  276. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Pure FM'.
  277. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL 1440'.
  278. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arrow Classic Rock'.
  279. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TEDDY'.
  280. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Radio Regenbogen'.
  281. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'planet radio'.
  282. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'harmony.fm'.
  283. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ffn digital'.
  284. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Inselradio'.
  285. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'HIT RADIO FFN'.
  286. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL Nitro'.
  287. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Atlantic HD'.
  288. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Programm 335'.
  289. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'egoFM'.
  290. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'JAM FM'.
  291. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'domradio'.
  292. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ROCK ANTENNE'.
  293. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANTENNE BAYERN'.
  294. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table '1 Live digi'.
  295. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'MDR SPUTNIK'.
  296. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 90,3'.
  297. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Nordwestradio'.
  298. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table '1 Live'.
  299. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'YOU FM'.
  300. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'KIRAKA'.
  301. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 1'.
  302. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR1 Welle Nord'.
  303. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 3'.
  304. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR 2'.
  305. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Kulturradio'.
  306. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Bremen Eins'.
  307. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'N-JOY'.
  308. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR Event'.
  309. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 5'.
  310. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR 2'.
  311. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANTENNE BRANDENBURG'.
  312. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Bremen Vier'.
  313. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VOLTAGE'.
  314. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'JAZZ RADIO'.
  315. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NOVA'.
  316. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RADIO NOTRE DAME'.
  317. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ADO'.
  318. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'FUN RADIO'.
  319. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NRJ'.
  320. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'SkyROCK'.
  321. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VIBRATION'.
  322. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NOSTALGIE'.
  323. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'VIRGIN RADIO'.
  324. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL 2'.
  325. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arrow Jazz'.
  326. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Pure FM'.
  327. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL 1440'.
  328. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arrow Classic Rock'.
  329. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TEDDY'.
  330. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Radio Regenbogen'.
  331. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'planet radio'.
  332. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'harmony.fm'.
  333. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ffn digital'.
  334. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Inselradio'.
  335. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'HIT RADIO FFN'.
  336. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Das Erste'.
  337. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ZDF'.
  338. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'WDR'.
  339. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL'.
  340. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL2 HD'.
  341. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sat.1 HD'.
  342. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Pro Sieben HD'.
  343. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Vox'.
  344. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Kabel Eins HD'.
  345. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Super RTL'.
  346. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'SIXX HD'.
  347. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Das Vierte'.
  348. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'FOX HD'.
  349. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'SyFy'.
  350. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL Crime'.
  351. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RTL Passion'.
  352. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sat.1 Comedy'.
  353. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Kabel Eins Classics'.
  354. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Cinema HD'.
  355. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Hits HD'.
  356. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Action HD'.
  357. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Emotion'.
  358. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Krimi'.
  359. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Nostalgie'.
  360. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Comedy'.
  361. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Romance TV'.
  362. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Kinowelt TV'.
  363. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NAT GEO WILD HD'.
  364. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NAT GEO HD'.
  365. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Discovery HD'.
  366. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Discovery Channel'.
  367. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Spiegel Geschichte'.
  368. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TELE 5 HD'.
  369. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Cartoon Network'.
  370. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Boomerang'.
  371. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table '13 th Street'.
  372. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Disney Cinemagic HD'.
  373. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Disney Channel HD'.
  374. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Disney Junior'.
  375. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Disney XD'.
  376. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Junior'.
  377. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Ki.Ka'.
  378. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NICK/COMEDY HD'.
  379. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'NDR'.
  380. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'MDR'.
  381. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table '3 Sat'.
  382. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'SWR'.
  383. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'History HD'.
  384. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'History'.
  385. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Arte'.
  386. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Biography Channel'.
  387. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'DMAX'.
  388. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ANIXE'.
  389. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'n-tv'.
  390. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Eins Extra'.
  391. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Eins Festival'.
  392. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Eins Plus'.
  393. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ZDF Info'.
  394. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ZDF Kultur'.
  395. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'ZDF Neo'.
  396. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'N24 HD'.
  397. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Phoenix'.
  398. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'RBB'.
  399. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'MGM'.
  400. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'EuroNews'.
  401. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Cinema +1'.
  402. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Cinema +24'.
  403. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select HD'.
  404. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select'.
  405. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 1'.
  406. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 2'.
  407. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 3'.
  408. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 4'.
  409. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 5'.
  410. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 6'.
  411. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 7'.
  412. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 8'.
  413. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select 9'.
  414. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select Event A'.
  415. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Sky Select Event B'.
  416. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'AXN ACTION'.
  417. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Goldstar TV'.
  418. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TNT Film'.
  419. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'TNT HD'.
  420. 22:06:44 T:2804316992 NOTICE: Epg - Load - no database entries found for table 'Programm 286'.
  421. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  422. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  423. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  424. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  425. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  426. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  427. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  428. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  429. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  430. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  431. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  432. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  433. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  434. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  435. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  436. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  437. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  438. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  439. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  440. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  441. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  442. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  443. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  444. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  445. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  446. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  447. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  448. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  449. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  450. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  451. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  452. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  453. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  454. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  455. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  456. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  457. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  458. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  459. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  460. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  461. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  462. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  463. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  464. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  465. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  466. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  467. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  468. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  469. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  470. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  471. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  472. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  473. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  474. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  475. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  476. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  477. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  478. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  479. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  480. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  481. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  482. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  483. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  484. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  485. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  486. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  487. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  488. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  489. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  490. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  491. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  492. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  493. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  494. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  495. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  496. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  497. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  498. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  499. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  500. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  501. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  502. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  503. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  504. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  505. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  506. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  507. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  508. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  509. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  510. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  511. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  512. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  513. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  514. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  515. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  516. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  517. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  518. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  519. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  520. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  521. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  522. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  523. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  524. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  525. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  526. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  527. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  528. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  529. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  530. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  531. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  532. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  533. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  534. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  535. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  536. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  537. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  538. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  539. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  540. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  541. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  542. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  543. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  544. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  545. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  546. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  547. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  548. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  549. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  550. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  551. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  552. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  553. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  554. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  555. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  556. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  557. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  558. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  559. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  560. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  561. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  562. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  563. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  564. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  565. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  566. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  567. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  568. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  569. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  570. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  571. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  572. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  573. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  574. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  575. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  576. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  577. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  578. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  579. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  580. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  581. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  582. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  583. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  584. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  585. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  586. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  587. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  588. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  589. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  590. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  591. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  592. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  593. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  594. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  595. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  596. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  597. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  598. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  599. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  600. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  601. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  602. 22:06:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  603. 22:06:45 T:2746215232 NOTICE: StorageServer Module loaded RUN
  604. 22:06:45 T:2746215232 NOTICE: StorageClient-0.9.2 Starting server
  605. 22:06:45 T:2746215232 NOTICE: StorageServer-0.9.2 Storage Server starting /home/xbmc/.xbmc/userdata/Database/commoncache.db
  606. 22:06:53 T:2626681664 NOTICE: Thread Jobworker start, auto delete: true
  607. 22:07:14 T:2571987776 NOTICE: Thread Background Loader start, auto delete: false
  608. 22:07:14 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  609. 22:07:25 T:2786065216 NOTICE: Previous line repeats 1 times.
  610. 22:07:25 T:2786065216 NOTICE: Artwork Downloader: ## Service - Run at startup: False
  611. 22:07:25 T:2786065216 NOTICE: Artwork Downloader: ## Service - Delayed startup: -- minutes
  612. 22:07:25 T:2786065216 NOTICE: Artwork Downloader: ## Service - Run as service: False
  613. 22:07:25 T:2786065216 NOTICE: Artwork Downloader: ## Service - Time: 00:00
  614. 22:07:43 T:2786065216 NOTICE: Thread Background Loader start, auto delete: false
  615. 22:07:47 T:3008874304 NOTICE: DVDPlayer: Opening: nfs://192.168.178.10/media/NAS/Videos/Star Trek VI - The Undiscovered Country.mkv
  616. 22:07:47 T:3008874304 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  617. 22:07:47 T:2786065216 NOTICE: Thread CDVDPlayer start, auto delete: false
  618. 22:07:47 T:2786065216 NOTICE: Creating InputStream
  619. 22:07:47 T:2786065216 NOTICE: Creating Demuxer
  620. 22:07:48 T:2786065216 NOTICE: Opening video stream: 0 source: 256
  621. 22:07:48 T:2786065216 NOTICE: Creating video codec with codec id: 28
  622. 22:07:48 T:2786065216 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x818, 28)
  623. 22:07:48 T:2786065216 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
  624. 22:07:48 T:2786065216 NOTICE: VDPAU Decoder capabilities:
  625. 22:07:48 T:2786065216 NOTICE: name level macbs width height
  626. 22:07:48 T:2786065216 NOTICE: ------------------------------------
  627. 22:07:48 T:2786065216 NOTICE: MPEG1 0 8192 2048 2048
  628. 22:07:48 T:2786065216 NOTICE: MPEG2_SIMPLE 3 8192 2048 2048
  629. 22:07:48 T:2786065216 NOTICE: MPEG2_MAIN 3 8192 2048 2048
  630. 22:07:48 T:2786065216 NOTICE: H264_MAIN 41 8192 2048 2048
  631. 22:07:48 T:2786065216 NOTICE: H264_HIGH 41 8192 2048 2048
  632. 22:07:48 T:2786065216 NOTICE: VC1_SIMPLE 1 8190 2048 2048
  633. 22:07:48 T:2786065216 NOTICE: VC1_MAIN 2 8190 2048 2048
  634. 22:07:48 T:2786065216 NOTICE: VC1_ADVANCED 4 8190 2048 2048
  635. 22:07:48 T:2786065216 NOTICE: MPEG4_PART2_ASP 5 8192 2048 2048
  636. 22:07:48 T:2786065216 NOTICE: ------------------------------------
  637. 22:07:48 T:2786065216 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
  638. 22:07:48 T:2786065216 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
  639. 22:07:48 T:2786065216 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL
  640. 22:07:48 T:2786065216 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL
  641. 22:07:48 T:2786065216 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_INVERSE_TELECINE
  642. 22:07:48 T:2786065216 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1
  643. 22:07:48 T:2786065216 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
  644. 22:07:48 T:2400234304 NOTICE: Thread CVideoReferenceClock start, auto delete: false
  645. 22:07:48 T:2786065216 NOTICE: Creating video thread
  646. 22:07:48 T:2241018688 NOTICE: Thread CDVDPlayerVideo start, auto delete: false
  647. 22:07:48 T:2241018688 NOTICE: running thread: video_thread
  648. 22:07:48 T:2786065216 NOTICE: Opening audio stream: 2 source: 256
  649. 22:07:48 T:2786065216 NOTICE: Finding audio codec for: 86019
  650. 22:07:48 T:2786065216 NOTICE: Creating audio thread
  651. 22:07:48 T:2232625984 NOTICE: Thread CDVDPlayerAudio start, auto delete: false
  652. 22:07:48 T:2232625984 NOTICE: running thread: CDVDPlayerAudio::Process()
  653. 22:07:49 T:2232625984 NOTICE: Creating audio stream (codec id: 86019, channels: 6, sample rate: 48000, no pass-through)
  654. 22:07:49 T:2241018688 NOTICE: (VDPAU) screenWidth:0 vidWidth:1920 surfaceWidth:1920
  655. 22:07:49 T:2241018688 NOTICE: (VDPAU) screenHeight:0 vidHeight:818 surfaceHeight:832
  656. 22:07:49 T:2241018688 NOTICE: Creating 1920x818 pixmap
  657. 22:07:49 T:2241018688 NOTICE: (VDPAU) Total Output Surfaces Available: 2 of a max (tmp: 2 const: 4)
  658. 22:07:49 T:2241018688 NOTICE: (VDPAU) Creating the video mixer
  659. 22:07:49 T:2241018688 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 818, dwidth: 1920, dheight: 818
  660. 22:07:49 T:2241018688 NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (12)
  661. 22:07:49 T:3008874304 NOTICE: Using GL_TEXTURE_2D
  662. 22:07:49 T:3008874304 NOTICE: GL: Using VDPAU render method
  663. 22:07:49 T:3008874304 NOTICE: GL: NPOT texture support detected
  664. 22:07:49 T:3008874304 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  665. 22:08:00 T:3008874304 NOTICE: CDVDPlayer::CloseFile()
  666. 22:08:00 T:3008874304 NOTICE: DVDPlayer: waiting for threads to exit
  667. 22:08:00 T:2786065216 NOTICE: CDVDPlayer::OnExit()
  668. 22:08:00 T:2786065216 NOTICE: DVDPlayer: closing audio stream
  669. 22:08:00 T:2786065216 NOTICE: Closing audio stream
  670. 22:08:00 T:2786065216 NOTICE: Waiting for audio thread to exit
  671. 22:08:00 T:2232625984 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  672. 22:08:00 T:2786065216 NOTICE: Closing audio device
  673. 22:08:00 T:2786065216 NOTICE: Deleting audio codec
  674. 22:08:00 T:2786065216 NOTICE: DVDPlayer: closing video stream
  675. 22:08:00 T:2786065216 NOTICE: Closing video stream
  676. 22:08:00 T:2786065216 NOTICE: waiting for video thread to exit
  677. 22:08:00 T:2241018688 NOTICE: thread end: video_thread
  678. 22:08:00 T:2786065216 NOTICE: deleting video codec
  679. 22:08:00 T:2786065216 NOTICE: CDVDPlayer::OnExit() deleting demuxer
  680. 22:08:00 T:2786065216 NOTICE: CDVDPlayer::OnExit() deleting input stream
  681. 22:08:00 T:3008874304 NOTICE: DVDPlayer: finished waiting
  682. 22:08:00 T:3008874304 NOTICE: (VDPAU) Close
  683. 22:08:00 T:3008874304 NOTICE: (VDPAU) FiniVDPAUOutput
  684. 22:08:02 T:2786065216 NOTICE: Thread Background Loader start, auto delete: false
  685. 22:08:03 T:3008874304 NOTICE: CDVDPlayer::CloseFile()
  686. 22:08:03 T:3008874304 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  687. 22:08:03 T:3008874304 NOTICE: DVDPlayer: waiting for threads to exit
  688. 22:08:03 T:3008874304 NOTICE: DVDPlayer: finished waiting
  689. 22:08:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  690. 22:08:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  691. 22:09:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  692. 22:09:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  693. 22:09:50 T:3008874304 NOTICE: NFS is idle. Closing the remaining connections.
  694. 22:10:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  695. 22:10:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  696. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  697. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  698. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  699. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  700. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  701. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  702. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  703. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  704. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  705. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  706. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  707. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  708. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  709. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  710. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  711. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  712. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  713. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  714. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  715. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  716. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  717. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  718. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  719. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  720. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  721. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  722. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  723. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  724. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  725. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  726. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  727. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  728. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  729. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  730. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  731. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  732. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  733. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  734. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  735. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  736. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  737. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  738. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  739. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  740. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  741. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  742. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  743. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  744. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  745. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  746. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  747. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  748. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  749. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  750. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  751. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  752. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  753. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  754. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  755. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  756. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  757. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  758. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  759. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  760. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  761. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  762. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  763. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  764. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  765. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  766. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  767. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  768. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  769. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  770. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  771. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  772. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  773. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  774. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  775. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  776. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  777. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  778. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  779. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  780. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  781. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  782. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  783. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  784. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  785. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  786. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  787. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  788. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  789. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  790. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  791. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  792. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  793. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  794. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  795. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  796. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  797. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  798. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  799. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  800. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  801. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  802. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  803. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  804. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  805. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  806. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  807. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  808. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  809. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  810. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  811. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  812. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  813. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  814. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  815. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  816. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  817. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  818. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  819. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  820. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  821. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  822. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  823. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  824. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  825. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  826. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  827. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  828. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  829. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  830. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  831. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  832. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  833. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  834. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  835. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  836. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  837. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  838. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  839. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  840. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  841. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  842. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  843. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  844. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  845. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  846. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  847. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  848. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  849. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  850. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  851. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  852. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  853. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  854. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  855. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  856. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  857. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  858. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  859. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  860. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  861. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  862. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  863. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  864. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  865. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  866. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  867. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  868. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  869. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  870. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  871. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  872. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  873. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  874. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  875. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  876. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  877. 22:11:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  878. 22:11:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  879. 22:11:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  880. 22:12:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  881. 22:12:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  882. 22:13:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  883. 22:13:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  884. 22:14:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  885. 22:14:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  886. 22:15:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  887. 22:15:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  888. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  889. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  890. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  891. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  892. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  893. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  894. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  895. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  896. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  897. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  898. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  899. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  900. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  901. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  902. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  903. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  904. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  905. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  906. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  907. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  908. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  909. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  910. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  911. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  912. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  913. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  914. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  915. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  916. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  917. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  918. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  919. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  920. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  921. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  922. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  923. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  924. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  925. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  926. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  927. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  928. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  929. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  930. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  931. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  932. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  933. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  934. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  935. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  936. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  937. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  938. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  939. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  940. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  941. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  942. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  943. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  944. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  945. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  946. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  947. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  948. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  949. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  950. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  951. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  952. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  953. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  954. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  955. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  956. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  957. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  958. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  959. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  960. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  961. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  962. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  963. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  964. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  965. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  966. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  967. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  968. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  969. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  970. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  971. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  972. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  973. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  974. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  975. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  976. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  977. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  978. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  979. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  980. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  981. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  982. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  983. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  984. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  985. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  986. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  987. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  988. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  989. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  990. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  991. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  992. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  993. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  994. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  995. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  996. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  997. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  998. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  999. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1000. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1001. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1002. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1003. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1004. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1005. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1006. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1007. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1008. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1009. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1010. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1011. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1012. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1013. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1014. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1015. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1016. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1017. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1018. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1019. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  1020. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1021. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1022. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1023. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1024. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1025. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1026. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1027. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1028. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1029. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1030. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1031. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1032. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1033. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1034. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1035. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1036. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1037. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1038. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1039. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1040. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1041. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1042. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1043. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1044. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1045. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1046. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1047. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1048. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1049. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1050. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1051. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1052. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1053. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1054. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1055. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1056. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1057. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1058. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1059. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1060. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1061. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1062. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1063. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1064. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1065. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1066. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1067. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1068. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1069. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1070. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1071. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1072. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1073. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1074. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1075. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1076. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1077. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1078. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1079. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1080. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1081. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1082. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1083. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1084. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  1085. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1086. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1087. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1088. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1089. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1090. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1091. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1092. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1093. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1094. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1095. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1096. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1097. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1098. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1099. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1100. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1101. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1102. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1103. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1104. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1105. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1106. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1107. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1108. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1109. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1110. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1111. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1112. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1113. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1114. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1115. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1116. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1117. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1118. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1119. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1120. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1121. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1122. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  1123. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  1124. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  1125. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  1126. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  1127. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  1128. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  1129. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  1130. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  1131. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  1132. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  1133. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  1134. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  1135. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  1136. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  1137. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  1138. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  1139. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  1140. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  1141. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  1142. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  1143. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  1144. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  1145. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  1146. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  1147. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  1148. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  1149. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  1150. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  1151. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  1152. 22:16:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  1153. 22:16:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1154. 22:16:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1155. 22:17:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1156. 22:17:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1157. 22:18:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1158. 22:18:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1159. 22:19:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1160. 22:19:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1161. 22:20:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1162. 22:20:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1163. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1164. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1165. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1166. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1167. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1168. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1169. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1170. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1171. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1172. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1173. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1174. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1175. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1176. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1177. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1178. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1179. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1180. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1181. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1182. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1183. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1184. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1185. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1186. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1187. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1188. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1189. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1190. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1191. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1192. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1193. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1194. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1195. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1196. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1197. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1198. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1199. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1200. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1201. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1202. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1203. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1204. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1205. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1206. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1207. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1208. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1209. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1210. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1211. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1212. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1213. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1214. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1215. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1216. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1217. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  1218. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  1219. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  1220. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  1221. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  1222. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  1223. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  1224. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  1225. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  1226. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  1227. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  1228. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  1229. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  1230. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  1231. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  1232. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  1233. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  1234. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  1235. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  1236. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  1237. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  1238. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  1239. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  1240. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  1241. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  1242. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  1243. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  1244. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  1245. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1246. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1247. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1248. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1249. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1250. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1251. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1252. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1253. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1254. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1255. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1256. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1257. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1258. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1259. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1260. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1261. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1262. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1263. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1264. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1265. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1266. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1267. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1268. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1269. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1270. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1271. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1272. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1273. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1274. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1275. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1276. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1277. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1278. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1279. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1280. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1281. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1282. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1283. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1284. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1285. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1286. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1287. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1288. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1289. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1290. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1291. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1292. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1293. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1294. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  1295. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1296. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1297. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1298. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1299. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1300. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1301. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1302. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1303. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1304. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1305. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1306. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1307. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1308. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1309. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1310. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1311. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1312. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1313. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1314. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1315. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1316. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1317. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1318. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1319. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1320. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1321. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1322. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1323. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1324. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1325. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1326. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1327. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1328. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1329. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1330. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1331. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1332. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1333. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1334. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1335. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1336. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1337. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1338. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1339. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1340. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1341. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1342. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1343. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1344. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1345. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1346. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1347. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1348. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1349. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1350. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1351. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1352. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1353. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1354. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1355. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1356. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1357. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1358. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1359. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  1360. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1361. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1362. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1363. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1364. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1365. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1366. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1367. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1368. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1369. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1370. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1371. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1372. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1373. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1374. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1375. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1376. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1377. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1378. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1379. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1380. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1381. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1382. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1383. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1384. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1385. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1386. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1387. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1388. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1389. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1390. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1391. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1392. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1393. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1394. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1395. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1396. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1397. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  1398. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  1399. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  1400. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  1401. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  1402. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  1403. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  1404. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  1405. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  1406. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  1407. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  1408. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  1409. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  1410. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  1411. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  1412. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  1413. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  1414. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  1415. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  1416. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  1417. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  1418. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  1419. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  1420. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  1421. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  1422. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  1423. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  1424. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  1425. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  1426. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  1427. 22:21:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  1428. 22:21:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1429. 22:21:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1430. 22:22:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1431. 22:22:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1432. 22:23:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1433. 22:23:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1434. 22:24:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1435. 22:24:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1436. 22:25:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1437. 22:25:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1438. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1439. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1440. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1441. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1442. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1443. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1444. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1445. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1446. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1447. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1448. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1449. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1450. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1451. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1452. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1453. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1454. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1455. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1456. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1457. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1458. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1459. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1460. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1461. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1462. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1463. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1464. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1465. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1466. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1467. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1468. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1469. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1470. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1471. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1472. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1473. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1474. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1475. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1476. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1477. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1478. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1479. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1480. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1481. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1482. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1483. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1484. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1485. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1486. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1487. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1488. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1489. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1490. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1491. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1492. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  1493. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  1494. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  1495. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  1496. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  1497. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  1498. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  1499. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  1500. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  1501. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  1502. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  1503. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  1504. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  1505. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  1506. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  1507. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  1508. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  1509. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  1510. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  1511. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  1512. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  1513. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  1514. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  1515. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  1516. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  1517. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  1518. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  1519. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  1520. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1521. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1522. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1523. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1524. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1525. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1526. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1527. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1528. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1529. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1530. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1531. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1532. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1533. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1534. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1535. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1536. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1537. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1538. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1539. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1540. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1541. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1542. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1543. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1544. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1545. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1546. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1547. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1548. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1549. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1550. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1551. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1552. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1553. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1554. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1555. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1556. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1557. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1558. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1559. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1560. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1561. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1562. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1563. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1564. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1565. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1566. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1567. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1568. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1569. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  1570. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1571. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1572. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1573. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1574. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1575. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1576. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1577. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1578. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1579. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1580. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1581. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1582. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1583. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1584. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1585. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1586. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1587. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1588. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1589. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1590. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1591. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1592. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1593. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1594. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1595. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1596. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1597. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1598. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1599. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1600. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1601. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1602. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1603. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1604. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1605. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1606. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1607. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1608. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1609. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1610. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1611. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1612. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1613. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1614. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1615. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1616. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1617. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1618. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1619. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1620. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1621. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1622. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1623. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1624. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1625. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1626. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1627. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1628. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1629. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1630. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1631. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1632. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1633. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1634. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  1635. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1636. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1637. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1638. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1639. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1640. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1641. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1642. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1643. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1644. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1645. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1646. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1647. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1648. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1649. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1650. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1651. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1652. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1653. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1654. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1655. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1656. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1657. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1658. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1659. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1660. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1661. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1662. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1663. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1664. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1665. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1666. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1667. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1668. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1669. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1670. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1671. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1672. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  1673. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  1674. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  1675. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  1676. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  1677. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  1678. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  1679. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  1680. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  1681. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  1682. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  1683. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  1684. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  1685. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  1686. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  1687. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  1688. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  1689. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  1690. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  1691. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  1692. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  1693. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  1694. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  1695. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  1696. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  1697. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  1698. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  1699. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  1700. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  1701. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  1702. 22:26:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  1703. 22:26:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1704. 22:26:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1705. 22:27:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1706. 22:27:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1707. 22:28:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1708. 22:28:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1709. 22:29:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  1710. 22:29:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  1711. 22:29:51 T:2626681664 NOTICE: Thread Background Loader start, auto delete: false
  1712. 22:29:52 T:2679073600 NOTICE: Thread Jobworker start, auto delete: true
  1713. 22:30:33 T:3008874304 NOTICE: Previous line repeats 2 times.
  1714. 22:30:33 T:3008874304 NOTICE: DVDPlayer: Opening: nfs://192.168.178.10/media/NAS/Videos/Liebe braucht keine Ferien.mkv
  1715. 22:30:33 T:3008874304 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  1716. 22:30:33 T:2626681664 NOTICE: Thread CDVDPlayer start, auto delete: false
  1717. 22:30:33 T:2626681664 NOTICE: Creating InputStream
  1718. 22:30:33 T:2626681664 NOTICE: Creating Demuxer
  1719. 22:30:33 T:2626681664 NOTICE: Opening video stream: 0 source: 256
  1720. 22:30:33 T:2626681664 NOTICE: Creating video codec with codec id: 28
  1721. 22:30:33 T:2626681664 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x1040, 28)
  1722. 22:30:33 T:2626681664 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
  1723. 22:30:33 T:2626681664 NOTICE: VDPAU Decoder capabilities:
  1724. 22:30:33 T:2626681664 NOTICE: name level macbs width height
  1725. 22:30:33 T:2626681664 NOTICE: ------------------------------------
  1726. 22:30:33 T:2626681664 NOTICE: MPEG1 0 8192 2048 2048
  1727. 22:30:33 T:2626681664 NOTICE: MPEG2_SIMPLE 3 8192 2048 2048
  1728. 22:30:33 T:2626681664 NOTICE: MPEG2_MAIN 3 8192 2048 2048
  1729. 22:30:33 T:2626681664 NOTICE: H264_MAIN 41 8192 2048 2048
  1730. 22:30:33 T:2626681664 NOTICE: H264_HIGH 41 8192 2048 2048
  1731. 22:30:33 T:2626681664 NOTICE: VC1_SIMPLE 1 8190 2048 2048
  1732. 22:30:33 T:2626681664 NOTICE: VC1_MAIN 2 8190 2048 2048
  1733. 22:30:33 T:2626681664 NOTICE: VC1_ADVANCED 4 8190 2048 2048
  1734. 22:30:33 T:2626681664 NOTICE: MPEG4_PART2_ASP 5 8192 2048 2048
  1735. 22:30:33 T:2626681664 NOTICE: ------------------------------------
  1736. 22:30:33 T:2626681664 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
  1737. 22:30:33 T:2626681664 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
  1738. 22:30:33 T:2626681664 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL
  1739. 22:30:33 T:2626681664 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL
  1740. 22:30:33 T:2626681664 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_INVERSE_TELECINE
  1741. 22:30:33 T:2626681664 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1
  1742. 22:30:34 T:2626681664 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
  1743. 22:30:34 T:2269875008 NOTICE: Thread CVideoReferenceClock start, auto delete: false
  1744. 22:30:34 T:2626681664 NOTICE: Creating video thread
  1745. 22:30:34 T:2182564672 NOTICE: Thread CDVDPlayerVideo start, auto delete: false
  1746. 22:30:34 T:2182564672 NOTICE: running thread: video_thread
  1747. 22:30:34 T:2626681664 NOTICE: Opening audio stream: 1 source: 256
  1748. 22:30:34 T:2626681664 NOTICE: Finding audio codec for: 86020
  1749. 22:30:34 T:2626681664 NOTICE: Creating audio thread
  1750. 22:30:34 T:2174171968 NOTICE: Thread CDVDPlayerAudio start, auto delete: false
  1751. 22:30:34 T:2174171968 NOTICE: running thread: CDVDPlayerAudio::Process()
  1752. 22:30:34 T:2626681664 NOTICE: Opening Subtitle stream: 10 source: 256
  1753. 22:30:34 T:2174171968 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
  1754. 22:30:34 T:2182564672 NOTICE: (VDPAU) screenWidth:0 vidWidth:1920 surfaceWidth:1920
  1755. 22:30:34 T:2182564672 NOTICE: (VDPAU) screenHeight:0 vidHeight:1040 surfaceHeight:1040
  1756. 22:30:34 T:2182564672 NOTICE: Creating 1920x1040 pixmap
  1757. 22:30:34 T:2182564672 NOTICE: (VDPAU) Total Output Surfaces Available: 2 of a max (tmp: 2 const: 4)
  1758. 22:30:34 T:2182564672 NOTICE: (VDPAU) Creating the video mixer
  1759. 22:30:34 T:2182564672 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 1040, dwidth: 1920, dheight: 1040
  1760. 22:30:34 T:2182564672 NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (12)
  1761. 22:30:34 T:3008874304 NOTICE: Using GL_TEXTURE_2D
  1762. 22:30:34 T:3008874304 NOTICE: GL: Using VDPAU render method
  1763. 22:30:34 T:3008874304 NOTICE: GL: NPOT texture support detected
  1764. 22:30:34 T:3008874304 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  1765. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1766. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1767. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1768. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1769. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1770. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1771. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1772. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1773. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1774. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1775. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1776. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1777. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1778. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1779. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1780. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1781. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1782. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1783. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1784. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1785. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1786. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1787. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1788. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1789. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1790. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1791. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1792. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1793. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1794. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1795. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1796. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1797. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1798. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1799. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1800. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1801. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1802. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1803. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1804. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1805. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1806. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1807. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1808. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1809. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1810. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1811. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1812. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1813. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1814. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1815. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1816. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1817. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1818. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1819. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  1820. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  1821. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  1822. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  1823. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  1824. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  1825. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  1826. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  1827. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  1828. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  1829. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  1830. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  1831. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  1832. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  1833. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  1834. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  1835. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  1836. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  1837. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  1838. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  1839. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  1840. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  1841. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  1842. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  1843. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  1844. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  1845. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  1846. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  1847. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1848. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1849. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1850. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1851. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1852. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1853. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1854. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1855. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1856. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1857. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1858. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1859. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1860. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1861. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1862. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1863. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1864. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1865. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1866. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1867. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1868. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1869. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1870. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1871. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1872. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1873. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1874. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1875. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1876. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1877. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1878. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1879. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1880. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1881. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1882. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1883. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1884. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1885. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1886. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1887. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1888. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1889. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1890. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1891. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1892. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1893. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1894. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1895. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  1896. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  1897. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  1898. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  1899. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  1900. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  1901. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  1902. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  1903. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  1904. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  1905. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  1906. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  1907. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  1908. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  1909. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  1910. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  1911. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  1912. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  1913. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  1914. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  1915. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  1916. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  1917. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  1918. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  1919. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  1920. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  1921. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  1922. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  1923. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  1924. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  1925. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  1926. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  1927. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  1928. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  1929. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  1930. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  1931. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  1932. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  1933. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  1934. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  1935. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  1936. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  1937. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  1938. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  1939. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  1940. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  1941. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  1942. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  1943. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  1944. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  1945. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  1946. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  1947. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  1948. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  1949. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  1950. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  1951. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  1952. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  1953. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  1954. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  1955. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  1956. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  1957. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  1958. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  1959. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  1960. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  1961. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  1962. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  1963. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  1964. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  1965. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  1966. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  1967. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  1968. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  1969. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  1970. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  1971. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  1972. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  1973. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  1974. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  1975. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  1976. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  1977. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  1978. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  1979. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  1980. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  1981. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  1982. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  1983. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  1984. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  1985. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  1986. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  1987. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  1988. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  1989. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  1990. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  1991. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  1992. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  1993. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  1994. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  1995. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  1996. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  1997. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  1998. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  1999. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  2000. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  2001. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  2002. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  2003. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  2004. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  2005. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  2006. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  2007. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  2008. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  2009. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  2010. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  2011. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  2012. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  2013. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  2014. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  2015. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  2016. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  2017. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  2018. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  2019. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  2020. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  2021. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  2022. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  2023. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  2024. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  2025. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  2026. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  2027. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  2028. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  2029. 22:31:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  2030. 22:31:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  2031. 22:31:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  2032. 22:32:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  2033. 22:32:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  2034. 22:33:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  2035. 22:33:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  2036. 22:34:41 T:2571987776 NOTICE: Previous line repeats 1 times.
  2037. 22:34:41 T:2571987776 ERROR: NFS: Failed to stat(media/NAS/Videos//clearart.png) stat call failed with "NFS: Lookup of //Videos failed with NFS3ERR_NOENT(-2)"
  2038. 22:34:41 T:2571987776 ERROR: NFS: Failed to stat(media/NAS/Videos/../clearart.png) stat call failed with "NFS: Lookup of //Videos failed with NFS3ERR_NOENT(-2)"
  2039. 22:34:41 T:2571987776 ERROR: NFS: Failed to stat(media/NAS/Videos//logo.png) stat call failed with "NFS: Lookup of //Videos failed with NFS3ERR_NOENT(-2)"
  2040. 22:34:41 T:2571987776 ERROR: NFS: Failed to stat(media/NAS/Videos/../logo.png) stat call failed with "NFS: Lookup of //Videos failed with NFS3ERR_NOENT(-2)"
  2041. 22:35:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  2042. 22:35:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  2043. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  2044. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  2045. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  2046. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  2047. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  2048. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  2049. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  2050. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  2051. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  2052. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  2053. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  2054. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  2055. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  2056. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  2057. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  2058. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  2059. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  2060. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  2061. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  2062. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  2063. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  2064. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  2065. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  2066. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  2067. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  2068. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  2069. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  2070. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  2071. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  2072. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  2073. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  2074. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  2075. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  2076. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  2077. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  2078. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  2079. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  2080. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  2081. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  2082. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  2083. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  2084. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  2085. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  2086. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  2087. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  2088. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  2089. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  2090. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  2091. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  2092. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  2093. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  2094. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  2095. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  2096. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  2097. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  2098. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  2099. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  2100. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  2101. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  2102. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  2103. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  2104. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  2105. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  2106. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  2107. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  2108. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  2109. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  2110. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  2111. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  2112. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  2113. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  2114. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  2115. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  2116. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  2117. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  2118. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  2119. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  2120. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  2121. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  2122. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  2123. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  2124. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  2125. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  2126. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  2127. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  2128. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  2129. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  2130. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  2131. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  2132. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  2133. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  2134. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  2135. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  2136. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  2137. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  2138. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  2139. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  2140. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  2141. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  2142. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  2143. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  2144. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  2145. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  2146. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  2147. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  2148. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  2149. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  2150. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  2151. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  2152. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  2153. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  2154. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  2155. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  2156. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  2157. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  2158. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  2159. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  2160. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  2161. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  2162. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  2163. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  2164. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  2165. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  2166. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  2167. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  2168. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  2169. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  2170. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  2171. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  2172. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  2173. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Nitro'
  2174. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Atlantic HD'
  2175. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 335'
  2176. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'egoFM'
  2177. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAM FM'
  2178. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'domradio'
  2179. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ROCK ANTENNE'
  2180. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BAYERN'
  2181. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live digi'
  2182. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR SPUTNIK'
  2183. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 90,3'
  2184. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Nordwestradio'
  2185. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '1 Live'
  2186. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'YOU FM'
  2187. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'KIRAKA'
  2188. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 1'
  2189. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR1 Welle Nord'
  2190. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 3'
  2191. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR 2'
  2192. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kulturradio'
  2193. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Eins'
  2194. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N-JOY'
  2195. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR Event'
  2196. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 5'
  2197. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR 2'
  2198. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANTENNE BRANDENBURG'
  2199. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Bremen Vier'
  2200. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VOLTAGE'
  2201. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'JAZZ RADIO'
  2202. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOVA'
  2203. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RADIO NOTRE DAME'
  2204. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ADO'
  2205. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FUN RADIO'
  2206. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NRJ'
  2207. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SkyROCK'
  2208. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIBRATION'
  2209. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NOSTALGIE'
  2210. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'VIRGIN RADIO'
  2211. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 2'
  2212. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Jazz'
  2213. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pure FM'
  2214. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL 1440'
  2215. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arrow Classic Rock'
  2216. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TEDDY'
  2217. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Radio Regenbogen'
  2218. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'planet radio'
  2219. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'harmony.fm'
  2220. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ffn digital'
  2221. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Inselradio'
  2222. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'HIT RADIO FFN'
  2223. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Erste'
  2224. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF'
  2225. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'WDR'
  2226. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL'
  2227. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL2 HD'
  2228. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 HD'
  2229. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Pro Sieben HD'
  2230. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Vox'
  2231. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins HD'
  2232. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Super RTL'
  2233. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SIXX HD'
  2234. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Das Vierte'
  2235. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'FOX HD'
  2236. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SyFy'
  2237. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Crime'
  2238. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RTL Passion'
  2239. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sat.1 Comedy'
  2240. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kabel Eins Classics'
  2241. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema HD'
  2242. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Hits HD'
  2243. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Action HD'
  2244. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Emotion'
  2245. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Krimi'
  2246. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Nostalgie'
  2247. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Comedy'
  2248. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Romance TV'
  2249. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Kinowelt TV'
  2250. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO WILD HD'
  2251. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NAT GEO HD'
  2252. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery HD'
  2253. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Discovery Channel'
  2254. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Spiegel Geschichte'
  2255. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TELE 5 HD'
  2256. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Cartoon Network'
  2257. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Boomerang'
  2258. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '13 th Street'
  2259. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Cinemagic HD'
  2260. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Channel HD'
  2261. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney Junior'
  2262. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Disney XD'
  2263. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Junior'
  2264. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Ki.Ka'
  2265. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NICK/COMEDY HD'
  2266. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'NDR'
  2267. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MDR'
  2268. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table '3 Sat'
  2269. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'SWR'
  2270. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History HD'
  2271. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'History'
  2272. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Arte'
  2273. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Biography Channel'
  2274. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'DMAX'
  2275. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ANIXE'
  2276. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'n-tv'
  2277. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Extra'
  2278. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Festival'
  2279. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Eins Plus'
  2280. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Info'
  2281. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Kultur'
  2282. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'ZDF Neo'
  2283. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'N24 HD'
  2284. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Phoenix'
  2285. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'RBB'
  2286. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'MGM'
  2287. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'EuroNews'
  2288. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +1'
  2289. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Cinema +24'
  2290. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select HD'
  2291. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select'
  2292. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 1'
  2293. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 2'
  2294. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 3'
  2295. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 4'
  2296. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 5'
  2297. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 6'
  2298. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 7'
  2299. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 8'
  2300. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select 9'
  2301. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event A'
  2302. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Sky Select Event B'
  2303. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'AXN ACTION'
  2304. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Goldstar TV'
  2305. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT Film'
  2306. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'TNT HD'
  2307. 22:36:44 T:2804316992 ERROR: EPG - Update - failed to update table 'Programm 286'
  2308. 22:36:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  2309. 22:36:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
  2310. 22:37:44 T:2571987776 ERROR: SetThreadInfo: error Permission denied
  2311. 22:37:44 T:2571987776 NOTICE: Thread Jobworker start, auto delete: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement