Advertisement
Guest User

KODI Soundcloud crash log

a guest
Mar 4th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. 15:01:54.722 T:139885524780800 NOTICE: [plugin.audio.soundcloud] Running: SoundCloud (2.0.6) on J..... (17.0) with Python (2.7.6)
  2. 15:01:56.209 T:139885524780800 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <class 'urllib2.URLError'>
  5. Error Contents: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
  6. Traceback (most recent call last):
  7. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/addon.py", line 6, in <module>
  8. nightcrawler.run(content.Provider())
  9. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/core/runner.py", line 47, in run
  10. result = provider.navigate(context)
  11. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/provider.py", line 174, in navigate
  12. result = method(context)
  13. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/core/nightcrawler_decorators.py", line 44, in wrapper
  14. return func(*args, **kwargs)
  15. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/core/nightcrawler_decorators.py", line 126, in wrapper
  16. return func(*args, **kwargs)
  17. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/core/nightcrawler_decorators.py", line 126, in wrapper
  18. return func(*args, **kwargs)
  19. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/core/nightcrawler_decorators.py", line 126, in wrapper
  20. return func(*args, **kwargs)
  21. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/content/provider.py", line 215, in on_play
  22. track_item = client.get_track(track_id)
  23. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/content/client.py", line 95, in get_track
  24. headers={'Accept': 'application/json'})
  25. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/content/client.py", line 306, in _request
  26. return super(Client, self)._request(url, method, headers, post_data, params, allow_redirects)
  27. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/http/client.py", line 31, in _request
  28. result = get(url, params=params, headers=_headers, verify=self._verify, allow_redirects=allow_redirects)
  29. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/http/api.py", line 215, in get
  30. return _request('GET', url, **kwargs)
  31. File "/home/dbloembergen/.kodi/addons/plugin.audio.soundcloud/resources/lib/nightcrawler/http/api.py", line 189, in _request
  32. response = opener.open(request)
  33. File "/usr/lib/python2.7/urllib2.py", line 404, in open
  34. response = self._open(req, data)
  35. File "/usr/lib/python2.7/urllib2.py", line 422, in _open
  36. '_open', req)
  37. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  38. result = func(*args)
  39. File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
  40. return self.do_open(httplib.HTTPSConnection, req)
  41. File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
  42. raise URLError(err)
  43. URLError: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
  44. -->End of Python script error report<--
  45. 15:01:56.230 T:139888097765440 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.audio.soundcloud/play/?audio_id=304157991]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement