andyrooger / totem-get-iplayer

Totem plugin to act as a front-end to get_iplayer. Allows streaming and recording iPlayer and other content.
GNU General Public License v3.0
1 stars 0 forks source link

Can't play podcast #48

Closed andyrooger closed 11 years ago

andyrooger commented 11 years ago

Could be expired...not sure. But got this:

Exception in thread Thread-77: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 551, in bootstrap_inner self.run() File "/usr/lib64/python2.7/threading.py", line 504, in run self.__target(_self.args, *_self.__kwargs) File "/home/andyrooger/.local/share/totem/plugins/get-iplayer/getiplayer_interface.py", line 249, in run cb(res) File "/home/andyrooger/.local/share/totem/plugins/get-iplayer/get-iplayer.py", line 297, in got_streams mode_and_bitrate = [(mode, int(stream["bitrate"])) for mode, stream in streams.iteritems() if stream["bitrate"]] KeyError: 'bitrate'

andyrooger commented 11 years ago

Seems it was expired but didn't come show relevant warning. Still not playing though now I'm playing a valid stream.

andyrooger commented 11 years ago

Haven't managed to reproduce since. Assume this is a combination of expiry as stated before and one of the #52 type bugs.