blummat0360 / bluecop-xbmc-repo

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

CBS Rob show don't work #118

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Choose CBS -> Primetime -> Rob
2. See the error

What is the expected output? What do you see instead?
See the list of episodes

What version of the product are you using? On what operating system?
ATV2 with XBMC 11.0

Please provide any additional information below.
10:21:43 T:145182720  NOTICE: -->Python Interpreter Initialized<--
10:21:43 T:145182720   ERROR: 
/var/mobile/Library/Preferences/XBMC/addons/plugin.video.free.cable/resources/li
b/_common.py:9: DeprecationWarning: the md5 module is deprecated; use hashlib 
instead
                                              import md5
10:21:43 T:145182720   ERROR: 
/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script
.module.pysqlite/lib/pysqlite2/__init__.py:34: UserWarning: DeprecationWarning: 
the pysqlite2 module is deprecated; please change your script to use sqlite3.
                                              warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
10:21:43 T:145182720  NOTICE: common.args
10:21:43 T:145182720  NOTICE: {'url': 
'http://www.cbs.com/primetime/rob/video/', 'sitemode': 'showcats', 'name': 
'Rob', 'mode': 'cbs'}
10:21:43 T:145182720  NOTICE: addoncompat.py: XBMC Revision not available - 
Version String: 11.0-BETA2 Git:20120120-f76c547
10:21:43 T:145182720  NOTICE: 

                                            start of FREE CABLE plugin
10:21:44 T:145182720  NOTICE: FREE CABLE --> common :: getHTML :: url = 
http://www.cbs.com/primetime/rob/video/
10:21:44 T:145182720  NOTICE: Error reason:
10:21:44 T:145182720  NOTICE: HTTP Error 404: Not Found
10:21:44 T:145182720  NOTICE: CBS: Trying New Carousel
10:21:44 T:145182720  NOTICE: CBS: Carousel Failed
10:21:44 T:145182720   ERROR: Error Type: <type 'exceptions.TypeError'>
10:21:44 T:145182720   ERROR: Error Contents: expected string or buffer
10:21:44 T:145182720   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.free.cable/default.py", line 49, in <module>
                                                modes ( )
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.free.cable/default.py", line 45, in modes
                                                exec 'sitemodule.%s()' % common.args.sitemode
                                              File "<string>", line 1, in <module>
                                              File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.free.cable/resources/lib/cbs.py", line 176, in showcats
                                                tree=BeautifulSoup(data, convertEntities=BeautifulSoup.HTML_ENTITIES)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib/BeautifulSoup.py", line 1519, in __init__
                                                BeautifulStoneSoup.__init__(self, *args, **kwargs)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib/BeautifulSoup.py", line 1144, in __init__
                                                self._feed(isHTML=isHTML)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib/BeautifulSoup.py", line 1168, in _feed
                                                smartQuotesTo=self.smartQuotesTo, isHTML=isHTML)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib/BeautifulSoup.py", line 1770, in __init__
                                                self._detectEncoding(markup, isHTML)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib/BeautifulSoup.py", line 1915, in _detectEncoding
                                                '^<\?.*encoding=[\'"](.*?)[\'"].*\?>').match(xml_data)
                                            TypeError: expected string or buffer
10:21:45 T:123318272   ERROR: GetDirectory - Error getting 
plugin://plugin.video.free.cable/?url="http%3A%2F%2Fwww.cbs.com%2Fprimetime%2Fro
b%2Fvideo%2F"&mode="cbs"&sitemode="showcats"&name="Rob"
10:21:45 T:123318272   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.free.cable/?url="http%3A%2F%
2Fwww.cbs.com%2Fprimetime%2Frob%2Fvideo%2F"&mode="cbs"&sitemode="showcats"&name=
"Rob") failed
10:21:45 T:145182720 WARNING: FillBuffer: curl failed with code 22
10:21:45 T:145182720   ERROR: CFileCurl::CReadState::Open, didn't get any data 
from stream.
10:21:46 T:145182720 WARNING: FillBuffer: curl failed with code 22
10:21:46 T:145182720   ERROR: CFileCurl::CReadState::Open, didn't get any data 
from stream.
10:21:47 T:145182720 WARNING: FillBuffer: curl failed with code 22
10:21:47 T:145182720   ERROR: CFileCurl::CReadState::Open, didn't get any data 
from stream.
10:21:47 T:145182720 WARNING: FillBuffer: curl failed with code 22
10:21:47 T:145182720   ERROR: CFileCurl::CReadState::Open, didn't get any data 
from stream.

Original issue reported on code.google.com by bea...@gmail.com on 5 Feb 2012 at 6:30