blgrnt1 / bluecop-xbmc-repo

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

The Daily Show fails to download stream #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Daily Show
2. Go to Full Episodes
3. Pick one

What is the expected output? What do you see instead?

About a week ago, it would play fine.  Now It pops up saying opening stream, 
then this quickly disappears and the user is brought back to the episodes menu. 
 Video does not play.

What version of the product are you using? On what operating system?

Using xbmc 10.0 on Fedora 14 and FreeBSD 8.2, both OS's show same problem.

Please provide any additional information below.

Original issue reported on code.google.com by vwfoxg...@gmail.com on 15 Mar 2011 at 8:13

GoogleCodeExporter commented 8 years ago
After looking through the list again, this maybe be related to 28.  I can 
confirm similar behavior with the hulu plugin.

Original comment by vwfoxg...@gmail.com on 15 Mar 2011 at 8:14

GoogleCodeExporter commented 8 years ago
I'm seeing the same issue. Looks like they changed their URL format to break a 
regexp. Log/Traceback:

20:33:37 T:2684308336  NOTICE: The Daily Show --> getURL :: url = 
http://www.thedailyshow.com/full-episodes/tue-december-13-2011-lawrence-lessig
20:33:38 T:2684308336   ERROR: Error Type: <type 'exceptions.IndexError'>
20:33:38 T:2684308336   ERROR: Error Contents: list index out of range
20:33:38 T:2684308336   ERROR: Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/plugin.video.the.daily.show/default.py", line 460, in <module>
                                                PLAYFULLEPISODE(name,url)
                                              File "/home/xbmc/.xbmc/addons/plugin.video.the.daily.show/default.py", line 303, in PLAYFULLEPISODE
                                                uri=re.compile('<param name="movie" value="http://media.mtvnservices.com/(.+?)"').findall(data)[0]
                                            IndexError: list index out of range
20:33:38 T:2972636992   ERROR: Playlist Player: skipping unplayable item: 0, 
path 
[plugin://plugin.video.the.daily.show/?url=http%3A%2F%2Fwww.thedailyshow.com%2Ff
ull-episodes%2Ftue-december-13-2011-lawrence-lessig&mode=10&name=December+13%2C+
2011+-+Lawrence+Lessig&season=17&episode=34&premiered=12%2F13%2F11&plot=The+Flor
ida+Family+Association+opposes+TLC%27s+portrayal+of+Muslims%2C+Newt+Gingrich+con
cocts+a+poverty-fighting+plan%2C+and+Lawrence+Lessig+wants+to+end+Congressional+
corruption.&thumbnail=http%3A%2F%2Fthedailyshow.mtvnimages.com%2Fimages%2Fshows%
2Ftds%2Fvideos%2Fseason_17%2F17034%2Fds_17034_01_16x9.jpg%3Fwidth%3D156%26amp%3B
height%3D86%26amp%3Bquality%3D0.91%26amp%3Bcrop%3Dtrue]

Original comment by astro...@gmail.com on 3 Jan 2012 at 4:37

GoogleCodeExporter commented 8 years ago
The attached diff fixes the URL parsing, but playback now fails with RTMP 
errors as described in #28.

Original comment by mich...@gorven.za.net on 15 Apr 2012 at 10:43

Attachments: