Whitewolfsg / divingmules-repo

Automatically exported from code.google.com/p/divingmules-repo
0 stars 0 forks source link

The Blaze TV Addon - Script Error #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start addon
2.
3.

What is the expected output? What do you see instead?
Clean startup, loads folders & files

What version of the product are you using? On what operating system?
Ubuntu 14.04, Kodi 14

Please provide any additional information below.
Here is a full debug log;

http://paste.ubuntu.com/9750262/

Original issue reported on code.google.com by wazzub...@gmail.com on 23 Jan 2015 at 9:57

GoogleCodeExporter commented 9 years ago
The debug log shows the following errors;

14:39:48 T:139909297862400   DEBUG: CPythonInvoker(186, 
/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py): the source file to 
load is "/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py"
14:39:48 T:139909297862400   DEBUG: CPythonInvoker(186, 
/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py): setting the Python 
path to 
/home/xbmc/.kodi/addons/plugin.video.theblaze:/home/xbmc/.kodi/addons/script.com
mon.plugin.cache/lib:/home/xbmc/.kodi/addons/script.module.beautifulsoup/lib:/us
r/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/pyth
on2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-pac
kages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/pyth
on2.7
14:39:48 T:139909297862400   DEBUG: CPythonInvoker(186, 
/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py): entering source 
directory /home/xbmc/.kodi/addons/plugin.video.theblaze
14:39:48 T:139909297862400   DEBUG: CPythonInvoker(186, 
/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py): instantiating addon 
using automatically obtained id of "plugin.video.theblaze" dependent on version 
2.19.0 of the xbmc.python api
14:39:48 T:139909297862400  NOTICE: [plugin.video.theblaze-0.1.1]: {}
14:39:49 T:139909297862400  NOTICE: [plugin.video.theblaze-0.1.1]: Request URL: 
http://www.video.theblaze.com/media/video.jsp
14:39:49 T:139912035145664   DEBUG: ------ Window Init (DialogBusy.xml) ------
14:39:49 T:139912035145664    INFO: CheckIdle - Closing session to 
http://t1-2.p-cdn.com (easy=0xc1ed630, multi=0x7f3f69895f20)
14:39:50 T:139909297862400  NOTICE: [plugin.video.theblaze-0.1.1]: 
Cache-Control: max-age=600^M
                                            Content-Type: text/html;charset=UTF-8^M
                                            Expires: Tue, 24 Feb 2015 21:49:50 GMT^M
                                            Server: Apache-Coyote/1.1^M
                                            Edge-Control: max-age=600^M
                                            Date: Tue, 24 Feb 2015 21:39:50 GMT^M
                                            Connection: close
14:39:50 T:139909297862400  NOTICE: [plugin.video.theblaze-0.1.1]: Redirect 
URL: http://www.video.theblaze.com/video
14:39:52 T:139909297862400   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'ul'
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py", line 588, in <module>
                                                display_shows()
                                              File "/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py", line 111, in display_shows
                                                data = cache.cacheFunction(cache_shows)
                                              File "/home/xbmc/.kodi/addons/script.common.plugin.cache/lib/StorageServer.py", line 563, in cacheFunction
                                                ret_val = funct(*args)
                                              File "/home/xbmc/.kodi/addons/plugin.video.theblaze/default.py", line 79, in cache_shows
                                                items = soup.find('div', attrs={'id': "videoBrowseNav"}).ul('li')
                                            AttributeError: 'NoneType' object has no attribute 'ul'
                                            -->End of Python script error report<--
14:39:52 T:139912035145664   DEBUG: ------ Window Init (DialogKaiToast.xml) 
------
14:39:52 T:139909297862400    INFO: Python script stopped
14:39:52 T:139909297862400   DEBUG: Thread LanguageInvoker 139909297862400 
terminating
14:39:52 T:139909801162496   DEBUG:  WaitOnScriptResult - plugin exited 
prematurely - terminating
14:39:52 T:139912035145664   ERROR: GetDirectory - Error getting 
plugin://plugin.video.theblaze/
14:39:52 T:139912035145664   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.theblaze/) failed
14:39:52 T:139912035145664   DEBUG: CGUIMediaWindow::GetDirectory 
(addons://sources/video/)
14:39:52 T:139912035145664   DEBUG:   ParentPath = [addons://sources/]
14:39:52 T:139909297862400  NOTICE: Thread BackgroundLoader start, auto delete: 
false
14:39:52 T:139909297862400   DEBUG: Thread BackgroundLoader 139909297862400 
terminating
14:39:52 T:139909297862400  NOTICE: Thread BackgroundLoader start, auto delete: 
false
14:39:52 T:139909297862400   DEBUG: Thread BackgroundLoader 139909297862400 
terminating
14:39:52 T:139912035145664   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
14:39:58 T:139912035145664   DEBUG: ------ Window Deinit (DialogKaiToast.xml) 
------

Original comment by wazzub...@gmail.com on 24 Feb 2015 at 9:45

GoogleCodeExporter commented 9 years ago
Please fix this add-on. It's how i use to watch my news.

Original comment by dustin.g...@gmail.com on 18 Mar 2015 at 2:08

GoogleCodeExporter commented 9 years ago
This add-on was updated(version 0.1.3) and is available from the main xbmc/kodi 
repo for gotham & helix builds.

Original comment by divingm...@gmail.com on 18 Mar 2015 at 2:53