Release TWiT
Here are my logs in Debug Mode:
PHP Code:
17:47:32 T:12744   DEBUGCInputManager::ProcessMousetrying mouse action leftclick
17
:47:32 T:12744   DEBUGCGUIMediaWindow::GetDirectory (plugin://plugin.video.twit/?content_type=video)
17:47:32 T:12744   DEBUG:   ParentPath = [addons://sources/video]
17:47:32 T:15916   DEBUGThread JobWorker startauto deletetrue
17
:47:32 T:15916   DEBUGXFILE::CPluginDirectory::StartScript calling plugin TWiT('plugin://plugin.video.twit/','17','?content_type=video')
17:47:32 T:15916   DEBUGXFILE::CPluginDirectory::WaitOnScriptResult waiting on the TWiT (id=22plugin...
17:47:32 T:16036   DEBUGThread LanguageInvoker startauto deletefalse
17
:47:32 T:16036    INFOinitializing python engine.
17:47:32 T:16036   DEBUGCPythonInvoker(22C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py): start processing
17
:47:32 T:16036   DEBUG: -->Python Interpreter Initialized<--
17:47:32 T:16036   DEBUGCPythonInvoker(22C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py): the source file to load is "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py"
17:47:32 T:16036   DEBUGCPythonInvoker(22C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py): setting the Python path to C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit;C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib;C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib;C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.feedparser\lib;C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.parsedom\lib;C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.simple.downloader\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17
:47:32 T:16036   DEBUGCPythonInvoker(22C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py): entering source directory C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit
17
:47:32 T:16036   DEBUGCPythonInvoker(22C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py): instantiating addon using automatically obtained id of "plugin.video.twit" dependent on version 2.1.0 of the xbmc.python api
17
:47:33 T:12744   DEBUG: ------ Window Init (DialogBusy.xml) ------
17:47:33 T:16036   DEBUG: [plugin.video.twit-2.1.3]: Get root directory
17
:47:33 T:16036   DEBUGLocalizeStringsno strings.po file exist at C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\resources\language\Englishfallback to strings.xml
17
:47:34 T:16036   DEBUG: [plugin.video.twit-2.1.3]: We failed to open "https://twit.tv/shows?shows_active=1".
17:47:34 T:16036   DEBUG: [plugin.video.twit-2.1.3]: We failed to reach a server.
17:47:34 T:16036   DEBUG: [plugin.video.twit-2.1.3]: Reason: [Errno 1_ssl.c:510error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
17
:47:34 T:16036   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.TypeError'>
                                            
Error Contentsexpected string or buffer
                                            Traceback 
(most recent call last):
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py"line 444in <module>
                                                
display_main()
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py"line 100in display_main
                                                display_shows
('active')
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py"line 78in display_shows
                                                shows 
cache.cacheFunction(shows_cache)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib\StorageServer.py"line 570in cacheFunction
                                                ret_val 
funct(*args)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py"line 69in shows_cache
                                                
'active'parse_shows_to_list(base_url '/shows?shows_active=1'),
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\plugin.video.twit\default.py"line 59in parse_shows_to_list
                                                convertEntities
=BeautifulSoup.HTML_ENTITIES)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib\BeautifulSoup.py"line 1522in __init__
                                                BeautifulStoneSoup
.__init__(self, *args, **kwargs)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib\BeautifulSoup.py"line 1147in __init__
                                                self
._feed(isHTML=isHTML)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib\BeautifulSoup.py"line 1171in _feed
                                                smartQuotesTo
=self.smartQuotesToisHTML=isHTML)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib\BeautifulSoup.py"line 1773in __init__
                                                self
._detectEncoding(markupisHTML)
                                              
File "C:\Users\Armando Ruas\AppData\Roaming\Kodi\addons\script.module.beautifulsoup\lib\BeautifulSoup.py"line 1918in _detectEncoding
                                                
'^<\?.*encoding=[\'"](.*?)[\'"].*\?>').match(xml_data)
                                            
TypeErrorexpected string or buffer
                                            
-->End of Python script error report<--
17:47:34 T:12744   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
17:47:34 T:5864    INFOCActiveAESink::OpenSink initialize sink
17
:47:34 T:5864   DEBUGCActiveAESink::OpenSink trying to open device DIRECTSOUND:default
17:47:34 T:16036    INFOPython script stopped
17
:47:34 T:16036   DEBUGThread LanguageInvoker 16036 terminating
17
:47:34 T:5864   DEBUGCAESinkDirectSound::InitializeUsing Window handle0E8508CA
17
:47:34 T:5864   DEBUGCAESinkDirectSound::Initializesecondary buffer created
17
:47:34 T:5864   DEBUGCAESinkDirectSound::InitializeInitializing DirectSound with the following parameters:
17:47:34 T:5864   DEBUG:   Audio Device    Speakers (USB Multi-Channel Audio Device)
17:47:34 T:5864   DEBUG:   Sample Rate     44100
17
:47:34 T:5864   DEBUG:   Sample Format   AE_FMT_FLOAT
17
:47:34 T:5864   DEBUG:   Bits Per Sample 32
17
:47:34 T:5864   DEBUG:   Valid Bits/Samp 32
17
:47:34 T:5864   DEBUG:   Channel Count   6
17
:47:34 T:5864   DEBUG:   Block Align     24
17
:47:34 T:5864   DEBUG:   AvgBytes Sec  1058400
17
:47:34 T:5864   DEBUG:   Samples/Block   32
17
:47:34 T:5864   DEBUG:   Format cBSize   22
17
:47:34 T:5864   DEBUG:   Channel Layout  FL,FR,FC,LFE,SL,SR
17
:47:34 T:5864   DEBUG:   Channel Mask    1551
17
:47:34 T:5864   DEBUG:   Frames          661
17
:47:34 T:5864   DEBUG:   Frame Samples   3966
17
:47:34 T:5864   DEBUG:   Frame Size      24
17
:47:34 T:5864   DEBUGCActiveAESink::OpenSink DIRECTSOUND Initialized:
17:47:34 T:5864   DEBUG:   Output Device : default
17:47:34 T:5864   DEBUG:   Sample Rate   44100
17
:47:34 T:5864   DEBUG:   Sample Format AE_FMT_FLOAT
17
:47:34 T:5864   DEBUG:   Channel Count 6
17
:47:34 T:5864   DEBUG:   Channel LayoutFL,FR,FC,LFE,SL,SR
17
:47:34 T:5864   DEBUG:   Frames        661
17
:47:34 T:5864   DEBUG:   Frame Samples 3966
17
:47:34 T:5864   DEBUG:   Frame Size    24
17
:47:34 T:15916   DEBUG:  XFILE::CPluginDirectory::WaitOnScriptResult plugin exited prematurely terminating
17
:47:34 T:12744   ERRORXFILE::CDirectory::GetDirectory Error getting plugin://plugin.video.twit/?content_type=video
17:47:34 T:12744   ERRORCGUIMediaWindow::GetDirectory(plugin://plugin.video.twit/?content_type=video) failed
17:47:34 T:12744   DEBUGCGUIMediaWindow::GetDirectory (addons://sources/video)
17:47:34 T:12744   DEBUG:   ParentPath = [addons://sources/] 
Reply


Messages In This Thread
TWiT - by divingmule - 2014-01-14, 16:05
RE: TWiT - by mrdally204 - 2014-01-16, 17:20
RE: TWiT - by gott_sei_dank - 2014-01-18, 01:05
RE: TWiT - by MrBeer - 2014-01-18, 18:01
RE: TWiT - by MrBeer - 2014-01-18, 19:19
RE: TWiT - by divingmule - 2014-01-21, 13:31
RE: TWiT - by divingmule - 2014-01-21, 16:41
RE: TWiT - by xbmcjas - 2014-01-22, 01:26
RE: TWiT - by divingmule - 2014-01-23, 15:17
RE: TWiT - by xbmcjas - 2015-07-04, 05:54
RE: TWiT - by MrBeer - 2014-01-22, 04:29
RE: TWiT - by joejoejo - 2014-01-27, 00:06
RE: TWiT - by divingmule - 2014-01-27, 16:25
RE: TWiT - by MrBeer - 2014-01-27, 05:31
RE: TWiT - by xbmcjas - 2014-06-16, 19:42
RE: TWiT - by xbmcjas - 2014-08-10, 20:48
RE: TWiT - by roveer - 2014-09-24, 02:12
RE: TWiT - by gate1975mlm - 2014-11-19, 21:14
TWiT - by DrByrd - 2015-01-23, 05:59
RE: TWiT - by gate1975mlm - 2015-05-05, 23:14
RE: TWiT - by Data_Dan - 2015-05-31, 22:16
RE: TWiT - by Data_Dan - 2015-06-04, 22:53
RE: TWiT - by pdops - 2015-06-05, 02:01
RE: TWiT - by amcfarla - 2015-05-13, 01:54
RE: TWiT - by mark112887 - 2015-05-13, 11:02
RE: TWiT - by mark112887 - 2015-05-14, 00:28
RE: TWiT - by pdops - 2015-05-15, 01:47
RE: TWiT - by gate1975mlm - 2015-05-16, 00:25
RE: TWiT - by mark112887 - 2015-05-17, 18:34
RE: TWiT - by GizmohTech - 2015-06-09, 07:29
RE: TWiT - by bitbanger - 2015-06-16, 20:10
RE: TWiT - by natethomas - 2015-06-17, 08:31
RE: TWiT - by touser - 2015-06-18, 06:20
RE: TWiT - by degsie - 2015-06-18, 11:22
RE: TWiT - by gate1975mlm - 2015-06-19, 02:59
RE: TWiT - by bitbanger - 2015-06-19, 13:12
RE: TWiT - by Myl1ttlepwny - 2015-06-19, 23:45
RE: TWiT - by jegesq - 2015-06-20, 22:08
RE: TWiT - by MikeLeone - 2015-06-21, 02:50
RE: TWiT - by divingmule - 2015-06-21, 03:03
RE: TWiT - by touser - 2015-06-21, 06:17
RE: TWiT - by gate1975mlm - 2015-06-21, 16:29
RE: TWiT - by gate1975mlm - 2015-06-21, 17:12
RE: TWiT - by jegesq - 2015-06-21, 03:55
RE: TWiT - by propagandhi - 2015-06-21, 16:16
RE: TWiT - by Shryp - 2015-06-22, 09:05
RE: TWiT - by gott_sei_dank - 2015-06-22, 12:17
RE: TWiT - by amcfarla - 2015-06-22, 17:07
RE: TWiT - by Shryp - 2015-06-22, 23:44
RE: TWiT - by divingmule - 2015-06-23, 18:23
RE: TWiT - by amcfarla - 2015-06-26, 03:55
RE: TWiT - by Shryp - 2015-06-26, 16:15
RE: TWiT - by gate1975mlm - 2015-06-23, 18:25
RE: TWiT - by gate1975mlm - 2015-06-23, 18:38
RE: TWiT - by Myl1ttlepwny - 2015-06-24, 00:59
RE: TWiT - by Shryp - 2015-06-24, 02:07
RE: TWiT - by pdops - 2015-06-24, 03:19
RE: TWiT - by chzcat1 - 2015-06-24, 03:47
RE: TWiT - by GizmohTech - 2015-06-25, 05:11
RE: TWiT - by degsie - 2015-06-25, 16:46
RE: TWiT - by divingmule - 2015-06-29, 13:32
RE: TWiT - by rwspears - 2015-06-26, 03:27
RE: TWiT - by JohnnyBluRay - 2015-06-27, 14:24
RE: TWiT - by Martijn - 2015-06-27, 14:28
RE: TWiT - by pdops - 2015-06-27, 15:54
RE: TWiT - by bitbanger - 2015-06-28, 10:25
RE: TWiT - by divingmule - 2015-06-29, 13:19
RE: TWiT - by bitbanger - 2015-06-30, 19:55
RE: TWiT - by divingmule - 2015-07-02, 15:41
RE: TWiT - by divingmule - 2015-06-29, 13:07
RE: TWiT - by divingmule - 2015-07-02, 15:44
RE: TWiT - by touser - 2015-07-02, 22:52
RE: TWiT - by Data_Dan - 2015-07-04, 15:05
RE: TWiT - by skriefal - 2015-08-04, 05:25
RE: TWiT - by chzcat1 - 2015-08-06, 02:45
RE: TWiT - by rwspears - 2015-08-06, 03:01
RE: TWiT - by rwspears - 2015-08-06, 03:02
RE: TWiT - by Bytor - 2015-08-06, 14:51
RE: TWiT - by divingmule - 2015-08-06, 16:09
RE: TWiT - by divingmule - 2015-08-06, 16:06
RE: TWiT - by Bytor - 2015-08-06, 17:02
RE: TWiT - by chzcat1 - 2015-08-07, 23:51
RE: TWiT - by Martijn - 2015-08-06, 16:14
RE: TWiT - by divingmule - 2015-08-08, 02:47
RE: TWiT - by Martijn - 2015-08-08, 10:17
RE: TWiT - by touser - 2015-08-10, 02:10
RE: TWiT - by gate1975mlm - 2015-08-10, 02:30
RE: TWiT - by citizenjames - 2015-08-06, 17:50
RE: TWiT - by gate1975mlm - 2015-08-08, 00:12
RE: TWiT - by divingmule - 2015-08-10, 05:12
RE: TWiT - by Bytor - 2015-08-10, 15:43
RE: TWiT - by divingmule - 2015-08-13, 17:13
RE: TWiT - by MikeLeone - 2015-08-13, 18:26
RE: TWiT - by divingmule - 2015-08-14, 01:30
RE: TWiT - by deadite66 - 2015-08-14, 07:36
RE: TWiT - by PDelahanty - 2015-08-17, 20:55
RE: TWiT - by Martijn - 2015-08-17, 20:58
RE: TWiT - by divingmule - 2015-08-19, 14:25
RE: TWiT - by Martijn - 2015-08-19, 14:29
RE: TWiT - by skydiver - 2015-09-13, 22:45
RE: TWiT - by Martijn - 2015-09-13, 22:47
RE: TWiT - by skriefal - 2016-01-24, 00:18
RE: TWiT - by gate1975mlm - 2016-02-14, 18:33
RE: TWiT - by skriefal - 2016-02-14, 19:11
RE: TWiT - by letac - 2016-02-18, 03:29
RE: TWiT - by divingmule - 2016-02-24, 04:00
RE: TWiT - by letac - 2016-02-24, 22:23
RE: TWiT - by divingmule - 2016-02-25, 11:13
RE: TWiT - by letac - 2016-02-25, 18:44
RE: TWiT - by Forbidden - 2016-03-03, 07:06
RE: TWiT - by letac - 2016-03-12, 18:32
RE: TWiT - by gate1975mlm - 2016-03-12, 18:40
RE: TWiT - by Dommer75 - 2016-03-13, 04:34
RE: TWiT - by Shryp - 2016-03-13, 16:01
RE: TWiT - by nb2a - 2016-03-13, 17:42
RE: TWiT - by jaaay - 2016-03-13, 19:17
RE: TWiT - by Shryp - 2016-03-13, 20:47
RE: TWiT - by MikeLeone - 2016-03-14, 01:07
RE: TWiT - by divingmule - 2016-03-14, 13:34
RE: TWiT - by Shryp - 2016-03-14, 17:04
RE: TWiT - by jaaay - 2016-03-15, 03:59
RE: TWiT - by ktg69 - 2016-04-06, 03:46
RE: TWiT - by Shryp - 2016-04-06, 04:23
RE: TWiT - by ktg69 - 2016-04-08, 23:19
RE: TWiT - by Shryp - 2016-04-09, 20:35
RE: TWiT - by ktg69 - 2016-04-09, 22:57
RE: TWiT - by rwspears - 2016-05-08, 05:08
RE: TWiT - by gate1975mlm - 2016-05-08, 14:48
RE: TWiT - by armandoruas - 2016-05-08, 18:42
RE: TWiT - by armandoruas - 2016-05-08, 18:53
RE: TWiT - by divingmule - 2016-05-09, 14:25
RE: TWiT - by Martijn - 2016-05-09, 14:27
RE: TWiT - by flathead47 - 2016-05-14, 05:12
RE: TWiT - by divingmule - 2016-05-09, 14:34
RE: TWiT - by letac - 2016-05-10, 13:33
RE: TWiT - by bitbanger - 2016-05-11, 20:21
RE: TWiT - by degsie - 2016-05-12, 19:07
RE: TWiT - by John-1991 - 2016-05-15, 08:11
RE: TWiT - by divingmule - 2016-05-15, 11:21
RE: TWiT - by gate1975mlm - 2016-05-15, 18:55
RE: TWiT - by ctx9 - 2016-05-16, 21:37
RE: TWiT - by ctx9 - 2016-05-16, 20:42
RE: TWiT - by canuck75 - 2016-05-17, 00:21
RE: TWiT - by divingmule - 2016-05-17, 01:56
RE: TWiT - by speedbyrd - 2016-05-17, 03:11
RE: TWiT - by gate1975mlm - 2016-05-17, 03:59
RE: TWiT - by letac - 2016-05-17, 11:19
RE: TWiT - by ctx9 - 2016-05-25, 15:54
RE: TWiT - by degsie - 2016-05-18, 12:01
RE: TWiT - by divingmule - 2016-05-19, 15:43
RE: TWiT - by bitbanger - 2016-06-12, 14:33
RE: TWiT - by divingmule - 2016-06-13, 03:32
RE: TWiT - by bitbanger - 2016-06-14, 22:31
RE: TWiT - by gate1975mlm - 2016-05-24, 22:11
RE: TWiT - by gate1975mlm - 2016-08-12, 18:05
RE: TWiT - by GrKTcB - 2016-08-25, 02:41
RE: TWiT - by gate1975mlm - 2016-08-29, 18:24
RE: TWiT - by GrKTcB - 2016-08-30, 06:29
RE: TWiT - by mrdally204 - 2016-08-30, 16:06
RE: TWiT - by gate1975mlm - 2016-09-01, 19:35
RE: TWiT - by gate1975mlm - 2016-09-01, 19:37
RE: TWiT - by mrdally204 - 2016-09-01, 19:51
RE: TWiT - by gate1975mlm - 2016-09-04, 19:00
RE: TWiT - by stinkeye - 2016-09-11, 07:05
RE: TWiT - by letac - 2016-10-25, 14:44
RE: TWiT - by letac - 2016-10-26, 16:35
RE: TWiT - by degsie - 2016-10-27, 17:20
RE: TWiT - by bushman65 - 2016-10-28, 00:29
RE: TWiT - by letac - 2016-10-28, 01:18
RE: TWiT - by bushman65 - 2016-10-28, 02:51
RE: TWiT - by bigspud - 2016-10-28, 18:55
RE: TWiT - by bushman65 - 2016-10-28, 19:04
RE: TWiT - by letac - 2016-10-28, 20:29
RE: TWiT - by bigspud - 2016-10-28, 19:47
RE: TWiT - by bushman65 - 2016-10-28, 19:52
RE: TWiT - by bigspud - 2016-10-29, 05:55
RE: TWiT - by letac - 2016-10-29, 14:08
RE: TWiT - by bigspud - 2016-10-29, 16:16
RE: TWiT - by Ojib - 2016-11-02, 04:01
RE: TWiT - by letac - 2016-11-02, 14:06
RE: TWiT - by Ojib - 2016-11-02, 15:13
RE: TWiT - by letac - 2016-11-02, 17:26
RE: TWiT - by Ojib - 2016-11-02, 17:46
RE: TWiT - by bonelifer - 2017-02-23, 16:50
RE: TWiT - by divingmule - 2017-03-28, 14:19
RE: TWiT - by divingmule - 2017-05-30, 14:40
RE: TWiT - by lurker0 - 2017-09-07, 00:51
RE: TWiT - by Ojib - 2017-09-07, 01:04
RE: TWiT - by divingmule - 2017-09-12, 12:57
RE: TWiT - by lurker0 - 2017-09-12, 19:05
RE: TWiT - by divingmule - 2017-09-13, 13:55
RE: TWiT - by Ojib - 2017-09-12, 15:09
RE: TWiT - by lurker0 - 2017-09-15, 21:18
RE: TWiT - by ancodia - 2017-10-08, 20:28
RE: TWiT - by letac - 2017-10-09, 23:15
RE: TWiT - by Ojib - 2017-11-05, 17:26
RE: TWiT - by Ojib - 2017-11-09, 17:27
RE: TWiT - by tdbnz - 2020-01-26, 09:03
RE: TWiT - by divingmule - 2020-01-30, 16:48
RE: TWiT - by MOTOX22A - 2021-03-29, 22:51
RE: TWiT - by divingmule - 2021-03-29, 23:16
RE: TWiT - by MOTOX22A - 2021-03-30, 00:47
RE: TWiT - by MOTOX22A - 2021-05-03, 05:25
RE: TWiT - by MOTOX22A - 2021-05-03, 05:29
RE: TWiT - by MOTOX22A - 2021-05-03, 12:02
RE: TWiT - by divingmule - 2021-07-02, 14:22
RE: TWiT - by neo_ - 2021-07-14, 06:30
RE: TWiT - by Raitsa - 2021-07-02, 15:14
RE: TWiT - by divingmule - 2021-07-02, 16:06
RE: TWiT - by Ojib - 2022-01-06, 03:15
Logout Mark Read Team Forum Stats Members Help
TWiT0