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 789272 - mpris support is not working with the flatpak
mpris support is not working with the flatpak
Status: RESOLVED FIXED
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-10-20 21:37 UTC by dedamo
Modified: 2017-10-21 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dedamo 2017-10-20 21:37:06 UTC
This is what I get when I run it in a Terminal with "flatpak run org.gnome.Rhythmbox3"

(rhythmbox:3): Rhythmbox-WARNING **: Unable to grab media player keys: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown

(rhythmbox:3): libnotify-WARNING **: Failed to connect to proxy

(rhythmbox:3): Rhythmbox-WARNING **: Failed to send notification (Time Warp 2017 (BE-AT.TV)): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown

(rhythmbox:3): Rhythmbox-WARNING **: Failed to send notification (Time Warp 2017 (BE-AT.TV)): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Traceback (most recent call last):
  • File "/app/lib/rhythmbox/plugins/artsearch/embedded.py", line 41 in discovered_cb
    (found, sample) = tags.get_sample(tagname)
  • File "/usr/lib/python3.5/site-packages/gi/overrides/Gst.py", line 348 in fake_method
    raise NotInitialized("Please call Gst.init(argv) before using GStreamer") gi.overrides.Gst.NotInitialized: Please call Gst.init(argv) before using GStreamer Traceback (most recent call last):
  • File "/app/lib/rhythmbox/plugins/artsearch/local.py", line 106 in _enum_dir_cb
    self.finished(results)
  • File "/app/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 "/app/lib/rhythmbox/plugins/artsearch/local.py", line 106, in _enum_dir_cb
    self.finished(results)
  File "/app/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 "/app/lib/rhythmbox/plugins/artsearch/local.py", line 123, in _enum_dir_cb
    self.finished(results)
  File "/app/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 Jonathan Matthew 2017-10-21 11:15:25 UTC
commit 7015159 in gnome-apps-nightly should fix this.