GNOME Bugzilla – Bug 660176
youtube video 'playlist could not be parsed'
Last modified: 2011-10-05 23:02:31 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
(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.
Thanks for the review. Attached requested log file.
Created attachment 197516 [details] totem log file
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.
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.
Created attachment 198006 [details] Output of libyoutube.so
Created attachment 198007 [details] Output of PEAS_DEBUG
(In reply to comment #5) > Works now fine with Oneiric. Sounds like an installation problem then. Closing the bug report.