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 783140 - Type errors in rhythmbox; cover art plugin
Type errors in rhythmbox; cover art plugin
Status: RESOLVED OBSOLETE
Product: rhythmbox
Classification: Other
Component: Plugins (other)
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-26 21:41 UTC by kaptoxic
Modified: 2018-05-24 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kaptoxic 2017-05-26 21:41:16 UTC
I keep getting the following errors:
Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/artsearch/local.py", line 106 in _enum_dir_cb
    self.finished(results)
  • File "/usr/lib/rhythmbox/plugins/artsearch/local.py", line 52 in finished
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value
Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/artsearch/local.py", line 106 in _enum_dir_cb
    self.finished(results)
  • File "/usr/lib/rhythmbox/plugins/artsearch/local.py", line 52 in finished
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/artsearch/local.py", line 123, in _enum_dir_cb
    self.finished(results)
  File "/usr/lib/rhythmbox/plugins/artsearch/local.py", line 52, in finished
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value
Comment 1 André Klapper 2017-10-31 09:53:10 UTC
*** Bug 789601 has been marked as a duplicate of this bug. ***
Comment 2 gkrithi8 2017-10-31 12:00:45 UTC
Would a wrapper for "RB.ExtDBKey.create_storage" in plugins/rb/rb.py be enough to avoid displaying this trace, as users would end up reporting bugs for this trace, which is not very useful.
Comment 3 GNOME Infrastructure Team 2018-05-24 19:28:21 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1582.