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 574678 - No default strings on unknown CD
No default strings on unknown CD
Status: RESOLVED DUPLICATE of bug 584225
Product: sound-juicer
Classification: Applications
Component: general
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-09 20:08 UTC by Pascal Terjan
Modified: 2010-04-20 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pascal Terjan 2009-03-09 20:08:26 UTC
I have a CD here and when I insert it I get following messages in terminal. Then everything is empty (including track titles) and clicking on "Extract" exits.

I think that default names should be used (Unknown album, Track1, Track 2, ...)

MusicBrainz: Connecting to http://musicbrainz.org:80
MusicBrainz: GET /ws/1/release/?type=xml&discid=DmK86_Yifjob510XDK0bpqyi2oc-
MusicBrainz: Result: 0 (200 OK)
MusicBrainz: Status: 200
MusicBrainz: Response:
<?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://musicbrainz.org/ns/mmd-1.0#" xmlns:ext="http://musicbrainz.org/ns/ext-1.0#"><release-list></release-list></metadata>

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

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

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

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

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

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

(sound-juicer:27267): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
Comment 1 Pascal Terjan 2009-03-09 20:12:46 UTC
Same thing occurs when musicbrainz.org is not reachable by the way :

$ LC_ALL=C sound-juicer 
MusicBrainz: Connecting to http://musicbrainz.org:80
MusicBrainz: GET /ws/1/release/?type=xml&discid=DmK86_Yifjob510XDK0bpqyi2oc-
MusicBrainz: Result: 5 (Could not connect to server: No route to host)
MusicBrainz: Status: 0
MusicBrainz: Response:


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

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

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

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

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

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

(sound-juicer:25028): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
Comment 2 Pascal Terjan 2009-03-10 11:25:58 UTC
Hmm there is actually such code but it only fills unknown data when musicbrainz sent a correct track list with some missing data
Comment 3 Ross Burton 2009-04-11 21:42:40 UTC
The case where you get no data when there is no network access is fixed in 2.26.1, it was #578286.
Comment 4 Christophe Fergeau 2010-04-20 21:45:34 UTC

*** This bug has been marked as a duplicate of bug 584225 ***