On my LMS 8.1.1, the Youtube plugin (0.127.1) suddenly stopped working, it is unable to play any streams after searching them.
I tried re-authenticating, but it didn't help. So I checked the LMS log and saw this:
My internet connection apparently works fine and just prior to the start of the server I had run an apt-get update on the Raspberry Pi 4 the LMS is running on which showed no connecition issues whatsoever.
Basic music playing and internet radio streams work fine. I suspect the plugin issue to be connected to the "Address family for hostname not supported" error, but I'm not sure and have no idea how to resolve it. Can anybody help me? (We use the Youtube plugin to play songs for my little daughter, so it'll be quite a bummer if it stops working permanently.)
I ran sudo apt-get install libio-socket-ssl-perl libnet-ssleay-perl but it shoed no need to iinstall/update anything.
Edfit: aah, wait. Found this:
https://forums.slimdevices.com/showt...-v3)&p=1016066 - currently reading it.
I tried re-authenticating, but it didn't help. So I checked the LMS log and saw this:
Code:
[21-04-02 14:13:09.0849] main::init (388) Starting Logitech Media Server (v8.1.1, 1610364019, Thu Jan 14 06:24:07 CET 2021) perl 5.028001 - arm-linux-gnueabihf-thread-multi-64int
[21-04-02 14:13:09.7689] Slim::Utils::IPDetect::_init (138) Warning: Couldn't call connect() - falling back to 127.0.0.1
[21-04-02 14:13:28.4770] Slim::Networking::Async::connect (114) Failed to connect to www.spicefly.com:80, because
Address family for hostname not supported
[21-04-02 14:13:28.4782] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch http://www.spicefly.com/media/scube4x/install.xml: Connect timed out: Invalid argument
[21-04-02 14:13:28.5091] Slim::Networking::Async::connect (114) Failed to connect to github.com:443, because
Address family for hostname not supported
[21-04-02 14:13:28.5100] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch https://github.com/LMS-Community/lms-plugin-repository/raw/master/extensions.xml: Connect timed out: Invalid argument
[21-04-02 14:13:28.5163] Slim::Networking::Async::connect (114) Failed to connect to www.mysqueezebox.com:443, because
Address family for hostname not supported
[21-04-02 14:13:28.5172] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting https://www.mysqueezebox.com/api/sounds/v1/opml
Connect timed out: Invalid argument
[21-04-02 14:13:28.5181] Slim::Plugin::Sounds::Plugin::_gotSoundsError (82) Error: Unable to cache Sounds & Effects menu from SN: Connect timed out: Invalid argument
[21-04-02 14:13:30.4748] Slim::Networking::Async::connect (114) Failed to connect to www.mysqueezebox.com:443, because
Address family for hostname not supported
[21-04-02 14:13:30.4758] Slim::Networking::SqueezeNetwork::_error (431) Unable to login to SN: Connect timed out: Invalid argument
[21-04-02 14:13:30.4767] Slim::Networking::SqueezeNetwork::_init_error (156) Unable to login to mysqueezebox.com, sync is disabled: Connect timed out: Invalid argument (https://www.mysqueezebox.com)
[21-04-02 14:13:30.4778] Slim::Networking::SqueezeNetwork::_init_error (172) mysqueezebox.com sync init failed: Connect timed out: Invalid argument, will retry in 300 (https://www.mysqueezebox.com)
[21-04-02 14:13:30.4813] Slim::Networking::Async::connect (114) Failed to connect to opml.radiotime.com:80, because
Address family for hostname not supported
[21-04-02 14:13:30.4822] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting http://opml.radiotime.com/Index.aspx?partnerId=16
Connect timed out: Invalid argument
[21-04-02 14:13:30.4828] Slim::Plugin::InternetRadio::Plugin::_gotRadioError (71) Unable to retrieve radio directory from SN: Connect timed out: Invalid argument
[21-04-02 14:13:49.4185] Slim::Web::Cometd::handler (421) errorNeedsClient: 2c:56:dc:3d:c1:9e, status, -, 10, menu:menu, useContextMenu:1, subscribe:600
[21-04-02 14:14:44.5136] Plugins::YouTube::ProtocolHandler::__ANON__ (448) no stream/DASH found
[21-04-02 14:14:45.4016] Plugins::YouTube::ProtocolHandler::__ANON__ (448) no stream/DASH foundBasic music playing and internet radio streams work fine. I suspect the plugin issue to be connected to the "Address family for hostname not supported" error, but I'm not sure and have no idea how to resolve it. Can anybody help me? (We use the Youtube plugin to play songs for my little daughter, so it'll be quite a bummer if it stops working permanently.)
I ran sudo apt-get install libio-socket-ssl-perl libnet-ssleay-perl but it shoed no need to iinstall/update anything.
Edfit: aah, wait. Found this:
https://forums.slimdevices.com/showt...-v3)&p=1016066 - currently reading it.