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 660176 - youtube video 'playlist could not be parsed'
youtube video 'playlist could not be parsed'
Status: RESOLVED OBSOLETE
Product: totem
Classification: Core
Component: YouTube plugin
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-26 21:00 UTC by sam_
Modified: 2011-10-05 23:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
totem log file (1.52 KB, text/x-log)
2011-09-26 21:45 UTC, sam_
Details
Output of libyoutube.so (6.49 KB, text/plain)
2011-10-02 13:53 UTC, sam_
Details
Output of PEAS_DEBUG (9.49 KB, text/x-log)
2011-10-02 13:54 UTC, sam_
Details

Description sam_ 2011-09-26 21:00:27 UTC
Youtube plugin doesn't display any video thumbnails.
Also affects 2.32.
Version 2.32 displays a popup.
https://launchpadlibrarian.net/78882553/Playlist-error.png

Version 3.0.1 does nothing at all when searching any term.
## totem-plugin-arte works fine.

First reported there.
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/832188
Comment 1 Philip Withnall 2011-09-26 21:16:44 UTC
(In reply to comment #0)
> Youtube plugin doesn't display any video thumbnails.
> Also affects 2.32.
> Version 2.32 displays a popup.
> https://launchpadlibrarian.net/78882553/Playlist-error.png

I highly doubt that there will be any more 2.32 releases.

> Version 3.0.1 does nothing at all when searching any term.

It's working OK for me. Could you run Totem with the following command, reproduce the bug and attach the log file here please?

LIBGDATA_DEBUG=3 totem &> totem.log

> ## totem-plugin-arte works fine.

Unrelated.
Comment 2 sam_ 2011-09-26 21:44:43 UTC
Thanks for the review. Attached requested log file.
Comment 3 sam_ 2011-09-26 21:45:47 UTC
Created attachment 197516 [details]
totem log file
Comment 4 Philip Withnall 2011-09-28 07:41:37 UTC
That log explains why the YouTube plugin isn't working: it can't load any of the callbacks, including the one which starts a search when you click “Search”.

I suspect this either means a problem with the compilation flags Ubuntu are using, or an installation problem on your machine.

Could you provide the following information please?
 • The exact name and version of your totem-plugins package.
 • The output of `nm -DC /usr/lib/totem/plugins/youtube/libyoutube.so`.
 • The log file generated when running Totem using `PEAS_DEBUG=1 totem &> totem.log` and activating the YouTube plugin.

Thanks.
Comment 5 sam_ 2011-10-02 13:52:35 UTC
Works now fine with Oneiric.
totem-plugins:
  Installed: 3.0.1-0ubuntu5
  Candidate: 3.0.1-0ubuntu5
  Version table:
 *** 3.0.1-0ubuntu5 0
        500 http://archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
        100 /var/lib/dpkg/status

Attached requested terminal outputs.
Comment 6 sam_ 2011-10-02 13:53:52 UTC
Created attachment 198006 [details]
Output of libyoutube.so
Comment 7 sam_ 2011-10-02 13:54:41 UTC
Created attachment 198007 [details]
Output of PEAS_DEBUG
Comment 8 Philip Withnall 2011-10-05 23:02:31 UTC
(In reply to comment #5)
> Works now fine with Oneiric.

Sounds like an installation problem then. Closing the bug report.