blgrnt1 / bluecop-xbmc-repo

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

Unable to play any content off of CBS #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install CBS plug-in
2. Enable US proxy (I'm in Canada)
3. Try to play any item from the list, I focused on Y&R trying the various 
resolutions although it appears as though there is only 1080p content PIDs.

What is the expected output? What do you see instead?
I expect that the video will play.

What version of the product are you using? On what operating system?
Version 1.2.3 on AppleTV.

Please provide any additional information below.
This issue may be related or a dup of issue 6. I opened this separate issue as 
in the description for issue 6 it states that you can "start one up" whereas I 
cannot start playing any of the content. Here is a snippet from the XBMC log:

                                            start of CBS plugin
23:45:06 T:56001024 M: 17014784  NOTICE: CBS--> common.args.mode -- > Play
23:45:08 T:56001024 M: 17010688  NOTICE: Using proxy: http://208.100.40.34:80
23:45:08 T:56001024 M: 17010688  NOTICE: CBS --> common :: getHTML :: url = http
://release.theplatform.com/content.select?format=SMIL&Tracking=true&balance=true
&MBR=true&pid=bE9cvIXVUh1rszKnJg7T_GJ_0mT_XtDo
23:45:09 T:56001024 M: 16969728  NOTICE: Error code:
23:45:09 T:56001024 M: 16969728  NOTICE: 404
23:45:09 T:56001024 M: 16969728   ERROR: Error Type: exceptions.AttributeError
23:45:09 T:56001024 M: 16969728   ERROR: Error Contents: 'bool' object has no at
tribute 'find'
23:45:09 T:56001024 M: 16969728   ERROR: Traceback (most recent call last):
                                              File "/Users/frontrow/Library/Appl
ication Support/XBMC/addons/plugin.video.cbs/default.py", line 68, in ?
                                                modes ( )
                                              File "/Users/frontrow/Library/Appl
ication Support/XBMC/addons/plugin.video.cbs/default.py", line 33, in modes
                                                episodeplayer.Main()
                                              File "/Users/frontrow/Library/Appl
ication Support/XBMC/addons/plugin.video.cbs/resources/lib/episodeplayer.py", li
ne 59, in __init__
                                                if link.find("rtmp://") != -1:
                                            AttributeError: 'bool' object has no
 attribute 'find'
23:45:09 T:2684407808 M: 16969728   ERROR: Playlist Player: skipping unplayable
item: 0, path [plugin://plugin.video.cbs/?mode="Play"&name="The+Young+and++the+R
estless+-+10%2F11%2F2010"&pid="%3Cbreak%3E%3Cbreak%3EbE9cvIXVUh1rszKnJg7T_GJ_0mT
_XtDo"&thumbnail="http%3A%2F%2Fthumbnails.cbsig.net%2FCBS_Production_Entertainme
nt%2F510%2F833%2FCBS_YR_9502_IMAGE_CIAN_640x480__354764.jpg"]
23:45:11 T:52616192 M: 17276928  NOTICE: -->Python Interpreter Initialized<--
23:45:11 T:52616192 M: 17293312  NOTICE: Exception
23:45:11 T:52616192 M: 17293312  NOTICE: exceptions.TypeError
23:45:11 T:52616192 M: 17293312  NOTICE: :
23:45:11 T:52616192 M: 17293312  NOTICE: "'NoneType' object is not callable"
23:45:11 T:52616192 M: 17293312  NOTICE:  in
23:45:11 T:52616192 M: 17293312  NOTICE: <bound method SharedSocket.__del__ of <
httplib.SharedSocket instance at 0x11e4ec60>>
23:45:11 T:52616192 M: 17289216  NOTICE:  ignored
23:45:11 T:52616192 M: 17289216  NOTICE: Exception
23:45:11 T:52616192 M: 17289216  NOTICE: exceptions.TypeError
23:45:11 T:52616192 M: 17289216  NOTICE: :
23:45:11 T:52616192 M: 17289216  NOTICE: "'NoneType' object is not callable"
23:45:11 T:52616192 M: 17289216  NOTICE:  in
23:45:11 T:52616192 M: 17289216  NOTICE: <bound method SharedSocket.__del__ of <
httplib.SharedSocket instance at 0x114097d0>>
23:45:11 T:52616192 M: 17289216  NOTICE:  ignored
23:45:12 T:52616192 M: 16740352  NOTICE:

Original issue reported on code.google.com by lman...@gmail.com on 30 Nov 2010 at 4:58

GoogleCodeExporter commented 8 years ago
I did some further investigation. I hard coded a current PID from the CBS site 
and was able to successfully play the Nov. 29, 2010 episode of Y&R. Seems like 
the issue is with the scraping for the content listings in order to get valid 
PIDs. This issue is looking to me to be dup of issue 6.

Original comment by lman...@gmail.com on 30 Nov 2010 at 5:26

GoogleCodeExporter commented 8 years ago

Original comment by bluecop...@gmail.com on 12 Jan 2011 at 11:25

GoogleCodeExporter commented 8 years ago
This issue should be fixed with cbs update in r90

Original comment by bluecop...@gmail.com on 14 Jan 2011 at 7:05