YouTube search broken

Hello everyone,

I’m new here. I’m also a raspberry newbie so please don’t yell to much at me.
Actually Pi MusicBox is the second thing I try on raspberry(after raspbian).

Everything work fine except YouTube search button. When I try to search something I get no results. Also tried stream with URL and yt:‘videoid’ way but no response.

I’ve tried other releases with youtube support but it didn’t help. I’ve searched forum but I only found that youtube magically start working again after some time(?). Also tried

pip install --upgrade mopidy-youtube

but it resulted in web client malfunction(strange?).

Here are logs from /var/log/mopidy/mopidy.log

2016-08-19 17:57:06,997 - INFO Searching Youtube for query 'metallica' 2016-08-19 17:57:07,006 - INFO Starting new HTTPS connection (1): www.googleapis.com 2016-08-19 17:57:07,958 - INFO unknown url type: unknown 2016-08-19 17:57:08,884 - INFO dashmpd 2016-08-19 17:57:09,869 - INFO dashmpd 2016-08-19 17:57:10,740 - INFO dashmpd 2016-08-19 17:57:11,648 - INFO dashmpd 2016-08-19 17:57:11,992 - INFO unknown url type: unknown 2016-08-19 17:57:12,867 - INFO dashmpd 2016-08-19 17:57:13,233 - INFO unknown url type: unknown 2016-08-19 17:57:13,594 - INFO unknown url type: unknown 2016-08-19 17:57:14,405 - INFO dashmpd 2016-08-19 17:57:14,829 - INFO unknown url type: unknown 2016-08-19 17:57:15,749 - INFO dashmpd 2016-08-19 17:57:16,527 - INFO dashmpd 2016-08-19 17:57:17,379 - INFO dashmpd 2016-08-19 17:57:17,683 - INFO unknown url type: unknown
Thanks for all help!
`

apt-get update
apt-get upgrade
apt-get install gstreamer1.0-plugins-bad
pip install --upgrade pafy
shutdown -r now

this actions helps me )

Update:
Site do not let me post 4th post )
/////
Try
apt-get install gstreamer1.0-libav
//////

Excuse me. Helped but not quite )
Search already works fine, but

I could run only this clip


(buffering takes some time )

Some clips are running, but most is not.


2016-08-22 15:32:51,979 - WARNING There is no codec present that can handle the stream’s type. Debug message: gsturidecodebin.c(874): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin15
2016-08-22 15:32:51,990 - ERROR Your GStreamer installation is missing a plug-in. Debug message: gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin15/GstDecodeBin2:decodebin212:
no suitable plugins found

Thanks for the answer!

The same effect as yours. YouTube search at last has started working but only few of them work.

In /var/log/mopidy/mopidy.log I only get that message.

2016-08-22 15:32:51,990 - ERROR Your GStreamer installation is missing a plug-in. Debug message: gstdecodebin2.c(3576): gst_decode_bin_expose ():

I tried installing all gstreamer1.0-plugins by typing

apt-get install gstremer1.0-plugins*

but it didn’t help.

Maybe someone has already encountered the same problem?

@Bogdan_Kuz_ma

Nothing changed after installing gstreamer1.0-plugins-bad and gstreamer1.0-libav.
:frowning:
still
gstdecodebin2.c(3576) and gsturidecodebin.c(874)

When I install gstreamer1.0-libav some clips, that failed without this lib, start running. Maybe some clips still not playing. Give me url and I’ll test it in my system.
Else you can rewrite SD and fix fresh system

I flashed SD again and nothing changed. You could try this URL

https://www.youtube.com/watch?v=uhBHL3v4d3I

Thanks for help in advance!

gstreamer1.0-libav maybe unnecessary (
I suppose that problem is in aac codec in gstreamer.
In ubuntu we have gstreamer1.0-plugins-bad-faad.
Raspbian not have this packet, but faad codec is present.

Try
apt-get install gstreamer1.0-libav

from another account
Try
apt-get install gstreamer1.0-libav