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 650316 - Scanner doesn't work, AttributeError: 'list' object has no attribute 'items'
Scanner doesn't work, AttributeError: 'list' object has no attribute 'items'
Status: RESOLVED FIXED
Product: dvb-daemon
Classification: Other
Component: Scanner
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: dvb-daemon-maint
dvb-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2011-05-16 13:59 UTC by Elad Alfassa
Modified: 2011-05-22 11:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elad Alfassa 2011-05-16 13:59:52 UTC
While running gnome-dvb-setup, I got this error

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  • File "/usr/lib/python2.7/site-packages/gnomedvb/ui/wizard/SetupWizard.py", line 155 in on_prepare
    self.__adapter_info["frontend"], self.tuning_data_page.get_tuning_data ())
  • File "/usr/lib/python2.7/site-packages/gnomedvb/ui/wizard/pages/ChannelScanPage.py", line 187 in start_scanning
    self._scanner.add_scanning_data(data)
  • File "/usr/lib/python2.7/site-packages/gnomedvb/DBusWrapper.py", line 256 in add_scanning_data
    return self.scanner.AddScanningData ('(a{sv})', data, **kwargs)
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/Gio.py", line 136 in __call__
    arg_variant = GLib.Variant(signature, tuple(args))
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 169 in __new__
    (v, rest_format, _) = creator._create(format_string, [value])
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 73 in _create
    return self._create_tuple(format, args)
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 97 in _create_tuple
    (v, format, _) = self._create(format, args[0][i:])
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 76 in _create
    return self._create_dict(format, args)
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 118 in _create_dict
    for k, v in args[0].items():
AttributeError: 'list' object has no attribute 'items'

Comment 1 Sebastian Pölsterl 2011-05-22 11:28:26 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.