What steps will reproduce the problem?
1. From FreeCable menu choose CBS
2. Select Classic
3. Receive error
What is the expected output? What do you see instead? -- I expect to see the
list of classic television shows as listed on the CBS website but get a script
error instead.
What version of the product are you using? On what operating system? --Win7,
XBMC 12.1, BlueCop 0.5.9
Please provide any additional information below.
-->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 'findAll'
Traceback (most recent call last):
File "<installation path>\XBMC\addons\plugin.video.free.cable\default.py", line
68, in <module>
modes ( )
File "<installation path>\XBMC\addons\plugin.video.free.cable\default.py", line
64, in modes
exec 'sitemodule.%s()' % common.args.sitemode
File "<string>", line 1, in <module>
File "<installation
path>\XBMC\addons\plugin.video.free.cable\resources\lib\cbs.py", line 102, in
shows
stShows('http://startrek.com/videos')
File "<installation
path>\XBMC\addons\plugin.video.free.cable\resources\lib\cbs.py", line 112, in
stShows
stshows=tree.find('div',attrs={'id' : 'channels'}).findAll('li', attrs={'class'
: True})
AttributeError: 'NoneType' object has no attribute 'findAll'
-->End of Python script error report<--
Original issue reported on code.google.com by rsknow...@gmail.com on 14 Apr 2013 at 12:37
Original issue reported on code.google.com by
rsknow...@gmail.com
on 14 Apr 2013 at 12:37