Skip to content

Instantly share code, notes, and snippets.

@TvL2386
Created July 24, 2017 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TvL2386/32bcc6d1254d1eb4993ec9cbe132a72d to your computer and use it in GitHub Desktop.
Save TvL2386/32bcc6d1254d1eb4993ec9cbe132a72d to your computer and use it in GitHub Desktop.
kodi subscene addond 1.7.1 debug log
20:34:34 695848.750000 T:1498412096 NOTICE: Thread JobWorker start, auto delete: true
20:34:34 695848.750000 T:1498412096 DEBUG: StartScript - calling plugin Subscene.com('plugin://service.subtitles.subscene/','22','?action=search&languages=English&preferredlanguage=Unknown')
20:34:34 695848.750000 T:1445983296 NOTICE: Thread LanguageInvoker start, auto delete: false
20:34:34 695848.750000 T:1498412096 DEBUG: WaitOnScriptResult - waiting on the Subscene.com (id=24) plugin...
20:34:34 695848.750000 T:1445983296 INFO: initializing python engine.
20:34:34 695848.750000 T:1445983296 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/service.subtitles.subscene/service.py): start processing
20:34:34 695848.937500 T:1445983296 NOTICE: -->Python Interpreter Initialized<--
20:34:34 695848.937500 T:1445983296 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/service.subtitles.subscene/service.py): the source file to load is "/storage/.kodi/addons/service.subtitles.subscene/service.py"
20:34:34 695848.937500 T:1445983296 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/service.subtitles.subscene/service.py): setting the Python path to /storage/.kodi/addons/service.subtitles.subscene:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
20:34:34 695848.937500 T:1445983296 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/service.subtitles.subscene/service.py): entering source directory /storage/.kodi/addons/service.subtitles.subscene
20:34:34 695848.937500 T:1445983296 DEBUG: CPythonInvoker(24, /storage/.kodi/addons/service.subtitles.subscene/service.py): instantiating addon using automatically obtained id of "service.subtitles.subscene" dependent on version 2.14.0 of the xbmc.python api
20:34:35 695849.250000 T:1967353856 DEBUG: ------ Window Deinit () ------
20:34:35 695849.375000 T:1445983296 DEBUG: ### [__main__] 0.007094 - Search_subscene='{'mansearch': False, 'episode': '2', 'temp': False, 'title': 'Stormborn', 'season': '7', 'tvshow': 'Game of Thrones', 'rar': False, 'year': '', 'file_original_path': u'smb://192.168.1.6/data/shared/Series/Game of Thrones/Season 7/game.of.thrones.s07e02.internal.repack.720p.web.h264-tbs.mkv', '3let_language': ['eng']}', filename='game.of.thrones.s07e02.internal.repack.720p.web.h264-tbs', addon_version=1.7.1
20:34:35 695849.375000 T:1445983296 DEBUG: ### [__main__] 0.009327 - Search tvshow = Game of Thrones - Seventh Season
20:34:35 695849.375000 T:1445983296 DEBUG: ### [SubsceneUtilities] 0.010014 - Getting url: https://subscene.com/subtitles/title?q=Game+of+Thrones+-+Seventh+Season&r=true
20:34:35 695849.437500 T:1445983296 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.URLError'>
Error Contents: <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
Traceback (most recent call last):
File "/storage/.kodi/addons/service.subtitles.subscene/service.py", line 532, in <module>
search(item)
File "/storage/.kodi/addons/service.subtitles.subscene/service.py", line 355, in search
search_tvshow(item['tvshow'], item['season'], item['episode'], item['3let_language'], filename)
File "/storage/.kodi/addons/service.subtitles.subscene/service.py", line 311, in search_tvshow
content, response_url = geturl(url)
File "/storage/.kodi/addons/service.subtitles.subscene/resources/lib/SubsceneUtilities.py", line 91, in geturl
response = urllib2.urlopen(request)
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 126, in urlopen
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 400, in open
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 418, in _open
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 1215, in https_open
File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-6.0.3/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib2.py", line 1177, in do_open
URLError: <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
-->End of Python script error report<--
20:34:35 695849.437500 T:1967353856 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
20:34:35 695849.562500 T:1445983296 INFO: Python script stopped
20:34:35 695849.562500 T:1445983296 DEBUG: Thread LanguageInvoker 1445983296 terminating
20:34:35 695849.562500 T:1498412096 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment