After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 558824 - totem gui freeze after a search with youtube plugin.
totem gui freeze after a search with youtube plugin.
Status: RESOLVED DUPLICATE of bug 557470
Product: totem
Classification: Core
Component: YouTube plugin
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-11-01 17:24 UTC by solsTiCe d'Hiver
Modified: 2008-11-01 17:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description solsTiCe d'Hiver 2008-11-01 17:24:49 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):
  • File "/usr/lib/python2.5/threading.py", line 486 in __bootstrap_inner
    self.run()
  • File "/usr/lib/totem/plugins/youtube/youtube.py", line 54 in run
    res = self.callback(*self.args, **self.kwargs)
  • File "/usr/lib/totem/plugins/youtube/youtube.py", line 301 in process_next_thumbnail
    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 ()
AttributeError: 'NoneType' object has no attribute 'groups'

and i think i am the only to have that (again ?)
Comment 1 solsTiCe d'Hiver 2008-11-01 17:44:12 UTC

*** This bug has been marked as a duplicate of 557470 ***