Hey, ich nutze Kodi seit heute auf Linux Mint (aktuelle Version) und habe heute Kodi direkt aus dem Repo geladen und installiert.
Auf Arbeit nutzen wir einen http Proxy, den ich bei LM eingerichtet habe.
Über Kodi habe ich dann Youtube installiert. Doch starten geht nicht. Kommt immer eine Fehlermeldung, ich solle in die Logs schauen:
[errorbox]
11:13:29.209 T:140108391286528 DEBUG: [plugin.video.youtube] Using API key set: 1
11:13:29.221 T:140108391286528 DEBUG: [plugin.video.youtube] Starting Kodion framework by bromix...
11:13:29.222 T:140108391286528 NOTICE: [plugin.video.youtube] Running: YouTube (5.3.12) on Krypton (Kodi-17.1) with Python 2.7.12
11:13:29.222 T:140108391286528 DEBUG: [plugin.video.youtube] Path: "/special/popular_right_now/
11:13:29.222 T:140108391286528 DEBUG: [plugin.video.youtube] Params: "{}"
11:13:29.226 T:140108391286528 DEBUG: [plugin.video.youtube] Selecting YouTube config "All"
11:13:29.226 T:140108391286528 DEBUG: [plugin.video.youtube] User is not logged in
11:13:29.226 T:140108391286528 DEBUG: [plugin.video.youtube] Setting content-type: "videos" for "/special/popular_right_now/"
11:13:29.228 T:140108391286528 DEBUG: [plugin.video.youtube] Selecting YouTube config "All"
11:13:29.228 T:140108391286528 DEBUG: [plugin.video.youtube] User is not logged in
11:13:29.349 T:140108391286528 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: ('bad handshake: SysCallError(0, None)',)
Traceback (most recent call last):
File "/home/rene/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
runner.run(__provider__)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
__RUNNER__.run(provider, context)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
results = provider.navigate(context)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 93, in navigate
result = method(context, re_match)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/kodion/register_provider_path.py", line 12, in wrapper
return func(*args, **kwargs)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py", line 397, in _on_yt_specials
return yt_specials.process(category, self, context, re_match)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_specials.py", line 246, in process
return _process_popular_right_now(provider, context, re_match)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_specials.py", line 44, in _process_popular_right_now
json_data = provider.get_client(context).get_popular_videos(page_token=page_token)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 228, in get_popular_videos
return self._perform_v3_request(method='GET', path='videos', params=params)
File "/home/rene/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 615, in _perform_v3_request
result = requests.get(_url, params=_params, headers=_headers, verify=self._verify, allow_redirects=allow_redirects)
File "/home/rene/.kodi/addons/script.module.requests/lib/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "/home/rene/.kodi/addons/script.module.requests/lib/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/home/rene/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/home/rene/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/home/rene/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 497, in send
raise SSLError(e, request=request)
SSLError: ('bad handshake: SysCallError(0, None)',)
-->End of Python script error report<--
11:13:29.375 T:140109371619712 DEBUG: ------ Window Init (DialogNotification.xml) ------
11:13:29.407 T:140108391286528 INFO: Python script stopped
11:13:29.407 T:140108391286528 DEBUG: Thread LanguageInvoker 140108391286528 terminating
11:13:29.443 T:140109371619712 ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/special/popular_right_now/
11:13:29.444 T:140109371619712 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/popular_right_now/) failed
11:13:29.444 T:140109371619712 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/)
11:13:29.444 T:140109371619712 DEBUG: ParentPath = [plugin://plugin.video.youtube/]
11:13:29.447 T:140108380768000 DEBUG: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 4 ms
11:13:29.448 T:140108745402112 DEBUG: StartScript - calling plugin YouTube('plugin://plugin.video.youtube/','3','')
11:13:29.448 T:140108391286528 DEBUG: Thread LanguageInvoker start, auto delete: false
11:13:29.448 T:140108391286528 INFO: initializing python engine.
11:13:29.448 T:140108391286528 DEBUG: CPythonInvoker(4, /home/rene/.kodi/addons/plugin.video.youtube/default.py): start processing
11:13:29.502 T:140108391286528 DEBUG: -->Python Interpreter Initialized<--
11:13:29.502 T:140108391286528 DEBUG: CPythonInvoker(4, /home/rene/.kodi/addons/plugin.video.youtube/default.py): the source file to load is "/home/rene/.kodi/addons/plugin.video.youtube/default.py"
11:13:29.502 T:140108391286528 DEBUG: CPythonInvoker(4, /home/rene/.kodi/addons/plugin.video.youtube/default.py): setting the Python path to /home/rene/.kodi/addons/plugin.video.youtube:/home/rene/.kodi/addons/script.module.requests/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/python2.7/dist-packages/ubuntu-sso-client:/usr/lib/python2.7/dist-packages/wx-3.0-gtk2
11:13:29.502 T:140108391286528 DEBUG: CPythonInvoker(4, /home/rene/.kodi/addons/plugin.video.youtube/default.py): entering source directory /home/rene/.kodi/addons/plugin.video.youtube
11:13:29.503 T:140108391286528 DEBUG: CPythonInvoker(4, /home/rene/.kodi/addons/plugin.video.youtube/default.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 2.19.0 of the xbmc.python api
11:13:29.944 T:140109371619712 DEBUG: ------ Window Init (DialogBusy.xml) ------
11:13:30.442 T:140108391286528 DEBUG: [plugin.video.youtube] Using API key set: 1
11:13:30.454 T:140108391286528 DEBUG: [plugin.video.youtube] Starting Kodion framework by bromix...
11:13:30.454 T:140108391286528 NOTICE: [plugin.video.youtube] Running: YouTube (5.3.12) on Krypton (Kodi-17.1) with Python 2.7.12
11:13:30.454 T:140108391286528 DEBUG: [plugin.video.youtube] Path: "/
11:13:30.454 T:140108391286528 DEBUG: [plugin.video.youtube] Params: "{}"
11:13:30.468 T:140108391286528 DEBUG: [plugin.video.youtube] Selecting YouTube config "All"
11:13:30.468 T:140108391286528 DEBUG: [plugin.video.youtube] User is not logged in
11:13:30.497 T:140108391286528 DEBUG: [plugin.video.youtube] Selecting YouTube config "All"
11:13:30.497 T:140108391286528 DEBUG: [plugin.video.youtube] User is not logged in
11:13:30.503 T:140108391286528 DEBUG: [plugin.video.youtube] Shutdown of Kodion
11:13:30.503 T:140108391286528 INFO: CPythonInvoker(4, /home/rene/.kodi/addons/plugin.video.youtube/default.py): script successfully run
11:13:30.518 T:140109371619712 DEBUG: Saving fileitems [plugin://plugin.video.youtube/]
11:13:30.518 T:140109371619712 DEBUG: -- items: 6, sort method: 0, ascending: false
11:13:30.519 T:140108363458304 DEBUG: Thread BackgroundLoader start, auto delete: false
11:13:30.525 T:140108363458304 DEBUG: Thread BackgroundLoader 140108363458304 terminating
11:13:30.583 T:140108391286528 INFO: Python script stopped
11:13:30.583 T:140108391286528 DEBUG: Thread LanguageInvoker 140108391286528 terminating
11:13:30.796 T:140109371619712 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
11:13:34.779 T:140109371619712 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
11:13:34.933 T:140109371619712 DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x001b, modifier: 0x0
11:13:35.067 T:140109371619712 DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
11:13:35.067 T:140109371619712 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
11:13:35.392 T:140109371619712 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
11:13:35.392 T:140109371619712 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
11:13:35.392 T:140109371619712 DEBUG: ------ Window Init (Home.xml) ------
11:13:35.393 T:140109371619712 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
11:13:35.393 T:140109371619712 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
11:13:35.393 T:140109371619712 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
11:13:35.393 T:140109371619712 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
11:13:35.394 T:140109371619712 DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x0000, modifier: 0x0
11:13:35.396 T:140108391286528 DEBUG: Thread JobWorker start, auto delete: true
11:13:35.636 T:140109371619712 DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x001b, modifier: 0x0
11:13:35.755 T:140109371619712 DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
11:13:35.755 T:140109371619712 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
11:13:35.755 T:140109371619712 DEBUG: Keyboard: scancode: 0x09, sym: 0x001b, unicode: 0x0000, modifier: 0x0
11:13:36.959 T:140109371619712 DEBUG: Keyboard: scancode: 0x71, sym: 0x0114, unicode: 0x0000, modifier: 0x0
11:13:36.959 T:140109371619712 DEBUG: OnKey: left (0xf082) pressed, action is Left
11:13:37.070 T:140109371619712 DEBUG: Keyboard: scancode: 0x71, sym: 0x0114, unicode: 0x0000, modifier: 0x0
11:13:37.326 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:37.327 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:37.409 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:37.506 T:140109371619712 DEBUG: Previous line repeats 1 times.
11:13:37.506 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:37.580 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:37.655 T:140109371619712 DEBUG: Previous line repeats 1 times.
11:13:37.655 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:37.704 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:37.812 T:140109371619712 DEBUG: Previous line repeats 1 times.
11:13:37.812 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:37.890 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:38.240 T:140109371619712 DEBUG: Previous line repeats 1 times.
11:13:38.240 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:38.289 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:38.396 T:140109371619712 DEBUG: Previous line repeats 1 times.
11:13:38.396 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:38.475 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:38.757 T:140109371619712 DEBUG: Previous line repeats 1 times.
11:13:38.757 T:140109371619712 DEBUG: OnKey: up (0xf080) pressed, action is Up
11:13:38.825 T:140109371619712 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0
11:13:39.452 T:140109371619712 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
11:13:39.533 T:140109371619712 DEBUG: OnKey: return (0xf00d) pressed, action is Select
11:13:39.533 T:140109371619712 DEBUG: Activating window ID: 10111
11:13:39.533 T:140109371619712 DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
11:13:39.533 T:140109371619712 INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
11:13:40.401 T:140109371619712 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
11:13:40.482 T:140109371619712 DEBUG: OnKey: return (0xf00d) pressed, action is Select
11:13:40.482 T:140109371619712 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
11:13:40.522 T:140109371619712 NOTICE: Storing total System Uptime
11:13:40.522 T:140108896405248 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
11:13:40.522 T:140108896405248 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
11:13:40.522 T:140109371619712 NOTICE: Saving settings
11:13:40.524 T:140109371619712 NOTICE: Saving skin settings
11:13:40.525 T:140109371619712 NOTICE: stop all
11:13:40.525 T:140108745402112 DEBUG: Thread JobWorker 140108745402112 terminating (autodelete)
11:13:40.525 T:140108371851008 DEBUG: Thread JobWorker 140108371851008 terminating (autodelete)
11:13:40.525 T:140108380768000 DEBUG: Thread JobWorker 140108380768000 terminating (autodelete)
11:13:40.525 T:140108391286528 DEBUG: Thread JobWorker 140108391286528 terminating (autodelete)
11:13:40.525 T:140109371619712 NOTICE: stop player
11:13:40.525 T:140109371619712 DEBUG: NetworkMessage - Signaling network services to stop
11:13:40.525 T:140109371619712 NOTICE: ES: Stopping event server
11:13:40.525 T:140109371619712 DEBUG: NetworkMessage - Waiting for network services to stop
11:13:40.525 T:140109371619712 NOTICE: stopping upnp
11:13:40.676 T:140109371619712 NOTICE: stopping zeroconf publishing
11:13:40.959 T:140108158174976 DEBUG: Thread TCPServer 140108158174976 terminating
11:13:40.962 T:140108166567680 NOTICE: ES: UDP Event server stopped
11:13:40.962 T:140108166567680 DEBUG: Thread EventServer 140108166567680 terminating
11:13:40.962 T:140109371619712 NOTICE: stop dvd detect media
11:13:40.962 T:140109371254528 DEBUG: Thread DetectDVDMedia 140109371254528 terminating
11:13:40.962 T:140108401465088 DEBUG: Thread PeripEventScanner 140108401465088 terminating
11:13:41.026 T:140108703430400 DEBUG: Thread PeripBusUSBUdev 140108703430400 terminating
11:13:41.034 T:140108409857792 DEBUG: Thread PeripBusAddon 140108409857792 terminating
11:13:41.034 T:140108695037696 DEBUG: Thread PeripBusCEC 140108695037696 terminating
11:13:41.034 T:140109371619712 NOTICE: clean cached files!
11:13:41.034 T:140109371619712 DEBUG: ADDON: Stopping service addons.
11:13:41.035 T:140108812515072 DEBUG: Thread ActiveAE 140108812515072 terminating
11:13:41.056 T:140108804122368 DEBUG: Thread AESink 140108804122368 terminating
11:13:41.237 T:140109371619712 NOTICE: closing down remote control service
11:13:41.238 T:140108787336960 DEBUG: Failed to connect to LIRC. Giving up.
11:13:41.238 T:140108787336960 DEBUG: Thread RemoteControl 140108787336960 terminating
11:13:41.238 T:140109371619712 INFO: LIRC SetEnabled: disabled
11:13:41.238 T:140109371619712 NOTICE: stopped
11:13:41.438 T:140109371619712 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
11:13:41.438 T:140109371619712 NOTICE: destroy
11:13:41.438 T:140109371619712 NOTICE: unload skin
11:13:41.438 T:140109371619712 INFO: Unloading old skin ...
11:13:41.438 T:140109371619712 DEBUG: ------ Window Deinit () ------
11:13:41.438 T:140109371619712 DEBUG: ------ Window Deinit (Home.xml) ------
11:13:41.442 T:140109371619712 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
11:13:41.443 T:140109371619712 DEBUG: CloseBundle - Closed bundle
11:13:41.449 T:140109371619712 INFO: Python, unloading python shared library because no scripts are running anymore
11:13:41.467 T:140109371619712 DEBUG: UnloadExtensionLibs, clearing python extension libraries
11:13:41.480 T:140109371619712 INFO: XRANDR: /usr/lib/x86_64-linux-gnu/kodi/kodi-xrandr --screen 0 --output VGA1 --mode 0x47
11:13:41.487 T:140109371619712 NOTICE: unload sections
11:13:41.490 T:140109371619712 NOTICE: special://profile/ is mapped to: special://masterprofile/
11:13:41.490 T:140109371619712 DEBUG: object 0 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 1 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 2 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 3 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 4 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 5 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 6 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 7 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 8 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: object 9 --> 0 instances
11:13:41.490 T:140109371619712 DEBUG: PVRManager - destroyed
11:13:41.490 T:140109371619712 DEBUG: ActiveAE DSP - destroyed
[/errorbox]
Weiß jemand, woran das liegen könnte?