• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: High High
    • Hot fixes, 2011-05-27
    • None
    • None
    • None

      I have Ubuntu 10.04 installed and am using Sound Juicer to rip CDs into Rhythmbox. Sound Juicer was retrieving artist/track data from MusicBrainz with no problem on all CDs (old and new) until for some reason it no longer retrieved the data. The following is from my Terminal:

      cb@ubuntu:~$ sound-juicer retrieve tracks data from musicbrainz
      This CD could not be queried: Cannot find musicbrainz pages on server. Check your server name and port settings.

      (sound-juicer:7995): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed

      (sound-juicer:7995): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed

        • (sound-juicer:7995): CRITICAL **: musicbrainz_submit_message_area_new: assertion `title != NULL' failed

      (sound-juicer:7995): GLib-GObject-WARNING **: invalid (NULL) pointer instance

      (sound-juicer:7995): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

        • (sound-juicer:7995): CRITICAL **: gedit_message_area_set_default_response: assertion `GEDIT_IS_MESSAGE_AREA (message_area)' failed

      (sound-juicer:7995): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
      This CD could not be queried: Cannot find musicbrainz pages on server. Check your server name and port settings.

      Thanks...Any help is appreciated~

          [MBS-2249] Sound Juicer no longer works with NGS

          Henri Souchay added a comment -

          Thanks Philipp, works nice on Sound Juicer for Ubuntu Lucid.

          Henri Souchay added a comment - Thanks Philipp, works nice on Sound Juicer for Ubuntu Lucid.

          In Ubuntu this affects Lucid and earlier. Since Lucid is a LTS release I really hope it will get updated.

          Until this gets officially fixed you can use the updated package from my PPA at https://code.launchpad.net/~phw/+archive/musicbrainz/ , see my notes on https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/455461

          Philipp Wolfer added a comment - In Ubuntu this affects Lucid and earlier. Since Lucid is a LTS release I really hope it will get updated. Until this gets officially fixed you can use the updated package from my PPA at https://code.launchpad.net/~phw/+archive/musicbrainz/ , see my notes on https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/455461

          This is a packaging problem. I have spoken with the contributor who added libmusicbrainz3 support to both Rhythmbox and Sound Juicer, and he can confirm they both work if built with the correct bindings. It's a packaging problem by the sound of things, so the Ubuntu/etc team need to rebuild packages.

          Oliver Charles added a comment - This is a packaging problem. I have spoken with the contributor who added libmusicbrainz3 support to both Rhythmbox and Sound Juicer, and he can confirm they both work if built with the correct bindings. It's a packaging problem by the sound of things, so the Ubuntu/etc team need to rebuild packages.

          Ah, thanks for pointing me to that one murdos, I hadn't seen that! I was aware they used /ws/1/, but not that they had this bug, so I guess that's out of our control to fix.

          Oliver Charles added a comment - Ah, thanks for pointing me to that one murdos, I hadn't seen that! I was aware they used /ws/1/, but not that they had this bug, so I guess that's out of our control to fix.

          Aurélien Mino added a comment - - edited

          FYI Banshee issue has a different origin:

          Banshee doesn't use libmusicbrainz3, it uses Musicbrainz_Sharp (http://wiki.musicbrainz.org/Musicbrainz_Sharp) which uses /ws/1.
          Banshee issue (MBS-2185) comes from its inability to handle CD TOC attached to multiple releases - upstream ticket: https://bugzilla.gnome.org/show_bug.cgi?id=587264.

          Aurélien Mino added a comment - - edited FYI Banshee issue has a different origin: Banshee doesn't use libmusicbrainz3, it uses Musicbrainz_Sharp ( http://wiki.musicbrainz.org/Musicbrainz_Sharp ) which uses /ws/1. Banshee issue ( MBS-2185 ) comes from its inability to handle CD TOC attached to multiple releases - upstream ticket: https://bugzilla.gnome.org/show_bug.cgi?id=587264 .

          Chris Metzler added a comment -

          I think it depends on the version. For that matter, the same is true for banshee and rhythmbox – older versions use libmusicbrainz4, which did RDF queries. My machine is still running Ubuntu Karmic, which passed out of support just last week. So maybe the reason why some banshee/rhythmbox/sound-juicer users are complaining, but not a flood of them, is because it's just hitting the ones using older versions of those packages?

          Chris Metzler added a comment - I think it depends on the version. For that matter, the same is true for banshee and rhythmbox – older versions use libmusicbrainz4, which did RDF queries. My machine is still running Ubuntu Karmic, which passed out of support just last week. So maybe the reason why some banshee/rhythmbox/sound-juicer users are complaining, but not a flood of them, is because it's just hitting the ones using older versions of those packages?

          Thanks for that Chris. Yes, the RDF service has been deprecated for years now, and we have now finally removed it entirely. I see SoundJuicer does use the old RDF MB, but also looks like it uses libmusicbrainz3, which iirc uses /ws/1

          Oliver Charles added a comment - Thanks for that Chris. Yes, the RDF service has been deprecated for years now, and we have now finally removed it entirely. I see SoundJuicer does use the old RDF MB, but also looks like it uses libmusicbrainz3, which iirc uses /ws/1

          Chris Metzler added a comment -

          Further info:

          Ubuntu bugs reporting that Musicbrainz queries are failing . . .

          on banshee:
          https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/778090

          on sound-juicer:
          https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/788921

          on rhythmbox:
          https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/787475

          . . .leaving Ubuntu users unable to rip except by entering disc/track info manually.

          A question: did Musicbrainz recently drop support (i.e. within the last few weeks) for RDF queries? If so, perhaps that's the source of the problem – cf. this Ubuntu bug filed against sound-juicer, which was first reported a year and a half ago but apparently still applies:

          https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/455461

          Chris Metzler added a comment - Further info: Ubuntu bugs reporting that Musicbrainz queries are failing . . . on banshee: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/778090 on sound-juicer: https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/788921 on rhythmbox: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/787475 . . .leaving Ubuntu users unable to rip except by entering disc/track info manually. A question: did Musicbrainz recently drop support (i.e. within the last few weeks) for RDF queries? If so, perhaps that's the source of the problem – cf. this Ubuntu bug filed against sound-juicer, which was first reported a year and a half ago but apparently still applies: https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/455461

          Chris Metzler added a comment -

          Dunno if this is helpful or not, but . . .the last time I absolutely know for certain that MusicBrainz queries from sound-juicer and/or rhythmbox worked perfectly was May 15th. Queries from both failed for me yesterday (and since). I have not done any software upgrades on this machine of any kind at all since May 1st, well before the last successful query. That fact, plus the fact that most (all?) users are also running into these problems, strongly suggests to me that it's a server-side issue and not an application-side one.

          Chris Metzler added a comment - Dunno if this is helpful or not, but . . .the last time I absolutely know for certain that MusicBrainz queries from sound-juicer and/or rhythmbox worked perfectly was May 15th. Queries from both failed for me yesterday (and since). I have not done any software upgrades on this machine of any kind at all since May 1st, well before the last successful query. That fact, plus the fact that most (all?) users are also running into these problems, strongly suggests to me that it's a server-side issue and not an application-side one.

          ...and it seems that also Rhythmbox has stopped showing CD titles. I assume that it has same routines as Sound Juicer.
          If needed, I can also test it otherwise.

          Jipi I. Ratonpiru added a comment - ...and it seems that also Rhythmbox has stopped showing CD titles. I assume that it has same routines as Sound Juicer. If needed, I can also test it otherwise.

            acid2 Oliver Charles
            cpb9900 Charles Babby
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                Hot fixes, 2011-05-27