Comment 6 for bug 855100

Revision history for this message
Miklos Juhasz (mjuhasz) wrote :

I updated to the version in proposed and tried to activate the Subtitle Downloader plugin but I am still getting the stacktrace:

/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'>

(totem:2635): libpeas-WARNING **: Error loading plugin 'opensubtitles'