Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. 19:24:21.421 T:139907506632448 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <class 'requests.exceptions.SSLError'>
  4. Error Contents: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
  5. Traceback (most recent call last):
  6. File "/home/michael/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
  7. runner.run(__provider__)
  8. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
  9. __RUNNER__.run(provider, context)
  10. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
  11. results = provider.navigate(context)
  12. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 93, in navigate
  13. result = method(context, re_match)
  14. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/kodion/register_provider_path.py", line 12, in wrapper
  15. return func(*args, **kwargs)
  16. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py", line 397, in _on_yt_specials
  17. return yt_specials.process(category, self, context, re_match)
  18. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_specials.py", line 252, in process
  19. return _process_new_uploaded_videos_tv(provider, context, re_match)
  20. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_specials.py", line 229, in _process_new_uploaded_videos_tv
  21. json_data = provider.get_client(context).get_my_subscriptions(page_token=next_page_token, offset=offset)
  22. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 577, in get_my_subscriptions
  23. return _perform(_page_token=page_token, _offset=offset, _result=result)
  24. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 519, in _perform
  25. _json_data = self._perform_v1_tv_request(method='POST', path='browse', post_data=_post_data)
  26. File "/home/michael/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 677, in _perform_v1_tv_request
  27. allow_redirects=allow_redirects)
  28. File "/home/michael/.kodi/addons/script.module.requests/lib/requests/api.py", line 110, in post
  29. return request('post', url, data=data, json=json, **kwargs)
  30. File "/home/michael/.kodi/addons/script.module.requests/lib/requests/api.py", line 56, in request
  31. return session.request(method=method, url=url, **kwargs)
  32. File "/home/michael/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 488, in request
  33. resp = self.send(prep, **send_kwargs)
  34. File "/home/michael/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 609, in send
  35. r = adapter.send(request, **kwargs)
  36. File "/home/michael/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 497, in send
  37. raise SSLError(e, request=request)
  38. SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
  39. -->End of Python script error report<--
  40. 19:24:21.565 T:139908269840896 ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/special/new_uploaded_videos_tv/
  41. 19:24:21.566 T:139908269840896 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/new_uploaded_videos_tv/) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement