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 350456 - Crappy error message when cut off from cnn
Crappy error message when cut off from cnn
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2006-08-08 16:27 UTC by Bastien Nocera
Modified: 2007-01-16 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-08-08 16:27:07 UTC
From bug 345815:

In the trial version though, you'll get cut off after 3 minutes, and you'll get the crappy message about an empty playlist.

The playlist is:
<asx version="3.0">

</asx>
(minus a few empty lines)

This triggers an error in totem_embedded_push_parser() which needs to be a bit better.
Comment 1 Bastien Nocera 2006-12-15 14:28:21 UTC
We still get it:
** Message: No playlist or playlist empty
** Message: totem_embedded_set_error: 'No playlist or playlist empty', '(null)'
Comment 2 Bastien Nocera 2007-01-16 15:29:33 UTC
2007-01-16  Bastien Nocera  <hadess@hadess.net>

        * browser-plugin/totem-plugin-viewer.c: (totem_embedded_set_state),
        (totem_embedded_set_logo_by_name), (totem_embedded_push_parser):
        Go to the STOPPED state when we set an logo/error image, only "show"
        an error when we failed to parse a playlist, and go to the logo
        state after parsing an empty playlist (Closes: #350456)