GNU bug report logs - #49063
GNOME Music fails to start

Previous Next

Package: guix;

Reported by: Luis Felipe <luis.felipe.la <at> protonmail.com>

Date: Wed, 16 Jun 2021 14:11:02 UTC

Severity: normal

Done: Luis Felipe <luis.felipe.la <at> protonmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49063 in the body.
You can then email your comments to 49063 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#49063; Package guix. (Wed, 16 Jun 2021 14:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Luis Felipe <luis.felipe.la <at> protonmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 16 Jun 2021 14:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: "bug-guix <at> gnu.org" <bug-guix <at> gnu.org>
Subject: GNOME Music fails to start
Date: Wed, 16 Jun 2021 14:09:58 +0000
Hi, this happens on Guix System, using Guix 154a4e0 and GNOME Music 3.34.5.

STEPS TO REPRODUCE

1. Click on Activities
2. Click on Show Apps button (nine dots button)
3. Click on the Music app

EXPECTED RESULT

The application starts.

UNEXPECTED RESULT

You can see the application icon displayed next to the GNOME Activities button with a loading indicator. But, after some seconds, it disappears and the application never starts.

ADDITIONAL INFO

Running the application from a terminal results in the following error:

★★★★★★★★★★★★★★★★★★★★
$ gnome-music
removed, grl-bookmarks
removed, grl-metadata-store
removed, grl-filesystem
Traceback (most recent call last):
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/bin/..gnome-music-real-real", line 153, in <module>
    sys.exit(main())
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/bin/..gnome-music-real-real", line 148, in main
    return run_application()
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/bin/..gnome-music-real-real", line 135, in run_application
    app = Application('org.gnome.Music')
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/application.py", line 70, in __init__
    self._player = Player(self)
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/player.py", line 397, in __init__
    self._gst_player = GstPlayer(application)
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/gstplayer.py", line 86, in __init__
    self._setup_replaygain()
  File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/gstplayer.py", line 111, in _setup_replaygain
    self._filter_bin.add(self._rg_volume)
TypeError: Argument 1 does not allow None as a value
★★★★★★★★★★★★★★★★★★★★


---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/




Information forwarded to bug-guix <at> gnu.org:
bug#49063; Package guix. (Fri, 23 Jul 2021 23:24:01 GMT) Full text and rfc822 format available.

Message #8 received at 49063 <at> debbugs.gnu.org (full text, mbox):

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: Luis Felipe <luis.felipe.la <at> protonmail.com>
Cc: 49063 <at> debbugs.gnu.org
Subject: Re: bug#49063: GNOME Music fails to start
Date: Fri, 23 Jul 2021 16:23:05 -0700
Hello Guix,

I am able to reproduce this with guix c3c003b and GNOME Music 3.34.5. I also
get some GDBus errors, but perhaps that's because my desktop is XFCE?

--8<---------------cut here---------------start------------->8---
$ gnome-music
removed, grl-bookmarks
invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.UDisks2VolumeMonitor was not provided by any .service files (g-dbus-error-quark, 2)
invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.AfcVolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.AfcVolumeMonitor was not provided by any .service files (g-dbus-error-quark, 2)
invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.GPhoto2VolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.GPhoto2VolumeMonitor was not provided by any .service files (g-dbus-error-quark, 2)
invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.MTPVolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.MTPVolumeMonitor was not provided by any .service files (g-dbus-error-quark, 2)
invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.GoaVolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.GoaVolumeMonitor was not provided by any .service files (g-dbus-error-quark, 2)
removed, grl-metadata-store
removed, grl-filesystem
removed, grl-podcasts
Traceback (most recent call last):
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/bin/..gnome-music-real-real", line 153, in <module>
    sys.exit(main())
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/bin/..gnome-music-real-real", line 148, in main
    return run_application()
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/bin/..gnome-music-real-real", line 135, in run_application
    app = Application('org.gnome.Music')
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/application.py", line 70, in __init__
    self._player = Player(self)
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/player.py", line 397, in __init__
    self._gst_player = GstPlayer(application)
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/gstplayer.py", line 86, in __init__
    self._setup_replaygain()
  File "/gnu/store/rkhkqv9lvww40nqs25i8fmwf4870xsvw-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/gstplayer.py", line 111, in _setup_replaygain
    self._filter_bin.add(self._rg_volume)
TypeError: Argument 1 does not allow None as a value
--8<---------------cut here---------------end--------------->8---

Luis Felipe <luis.felipe.la <at> protonmail.com> writes:

> Hi, this happens on Guix System, using Guix 154a4e0 and GNOME Music 3.34.5.
>
> STEPS TO REPRODUCE
>
> 1. Click on Activities
> 2. Click on Show Apps button (nine dots button)
> 3. Click on the Music app
>
> EXPECTED RESULT
>
> The application starts.
>
> UNEXPECTED RESULT
>
> You can see the application icon displayed next to the GNOME Activities button with a loading indicator. But, after some seconds, it disappears and the application never starts.
>
> ADDITIONAL INFO
>
> Running the application from a terminal results in the following error:
>
> ★★★★★★★★★★★★★★★★★★★★
> $ gnome-music
> removed, grl-bookmarks
> removed, grl-metadata-store
> removed, grl-filesystem
> Traceback (most recent call last):
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/bin/..gnome-music-real-real", line 153, in <module>
>     sys.exit(main())
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/bin/..gnome-music-real-real", line 148, in main
>     return run_application()
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/bin/..gnome-music-real-real", line 135, in run_application
>     app = Application('org.gnome.Music')
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/application.py", line 70, in __init__
>     self._player = Player(self)
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/player.py", line 397, in __init__
>     self._gst_player = GstPlayer(application)
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/gstplayer.py", line 86, in __init__
>     self._setup_replaygain()
>   File "/gnu/store/v9vs6yai5dlyf5avly5ni3xxpk7xhfv0-gnome-music-3.34.5/lib/python3.8/site-packages/gnomemusic/gstplayer.py", line 111, in _setup_replaygain
>     self._filter_bin.add(self._rg_volume)
> TypeError: Argument 1 does not allow None as a value
> ★★★★★★★★★★★★★★★★★★★★
>
>
> ---
> Luis Felipe López Acevedo
> https://luis-felipe.gitlab.io/

--
Sarah




Reply sent to Luis Felipe <luis.felipe.la <at> protonmail.com>:
You have taken responsibility. (Thu, 16 Dec 2021 19:54:02 GMT) Full text and rfc822 format available.

Notification sent to Luis Felipe <luis.felipe.la <at> protonmail.com>:
bug acknowledged by developer. (Thu, 16 Dec 2021 19:54:02 GMT) Full text and rfc822 format available.

Message #13 received at 49063-done <at> debbugs.gnu.org (full text, mbox):

From: Luis Felipe <luis.felipe.la <at> protonmail.com>
To: "49063-done <at> debbugs.gnu.org" <49063-done <at> debbugs.gnu.org>
Subject: GNOME Music fails to start
Date: Thu, 16 Dec 2021 19:53:36 +0000
[Message part 1 (text/plain, inline)]
I can't reproduce this issue anymore using GNOME Music 40.1.1 (guix 94836b2). The application starts. Problem solved.

---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/
[publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 14 Jan 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.