GNOME Bugzilla – Bug 558824
totem gui freeze after a search with youtube plugin.
Last modified: 2008-11-01 17:44:12 UTC
when i do a search, i see "looking for result", then the gui froze with nothing redraw. i saw in a console: Exception in thread Thread-2: Traceback (most recent call last):
+ Trace 209037
self.run()
res = self.callback(*self.args, **self.kwargs)
mrl = "http://www.youtube.com/get_video?video_id=" + urllib.quote (youtube_id) + "&t=" + urllib.quote (re.match (".*[?&]t=([^&]+)", location).groups ()[0]) + self.get_fmt_string ()
and i think i am the only to have that (again ?)
*** This bug has been marked as a duplicate of 557470 ***