Comment 18 for bug 855100

Revision history for this message
theghost (theghost) wrote :

Still got the following error with totem - 3.0.1-0ubuntu7 and the subtitle downloader plugin:

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Traceback (most recent call last):
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 300, in <module>
    class OpenSubtitles(GObject.Object, Peas.Activatable):
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 303, in OpenSubtitles
    object = GObject.property(type = GObject.Object)
  File "/usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.py", line 111, in __init__
    self.type = self._type_from_python(type)
  File "/usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.py", line 202, in _type_from_python
    raise TypeError("Unsupported type: %r" % (type_,))
TypeError: Unsupported type: <type 'gobject.GObject'>