Open GoogleCodeExporter opened 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
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
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:
Original issue reported on code.google.com by
vwfoxg...@gmail.com
on 15 Mar 2011 at 8:13