philippe44 / LMS-ShairTunes2W

Airtunes with LMS (fork of https://github.com/disaster123/shairport2_plugin)
65 stars 3 forks source link

404 Not Found: plugins/Extensions/settings/plugins/ShairTunes2W/settings/basic.html #22

Closed crmne closed 5 years ago

crmne commented 5 years ago

Hi,

I'm running Logitech Media Server Version: 7.9.2 - 1562753347 @ Wed Jul 10 12:48:25 CEST 2019 and ShairTunes2 (fork) (v0.107.2).

Whenever I click on Settings I get this error:

404 Not Found: plugins/Extensions/settings/plugins/ShairTunes2W/settings/basic.html

I tried to install it manually in /var/lib/squeezeboxserver/Plugins but it didn't change.

Any ideas?

philippe44 commented 5 years ago

Can you post a server.log? Best is to discuss on the slimdevices forum

philippe44 commented 5 years ago

Closed for inactivity

jph76 commented 4 years ago

Bonjour, different user, same problem here.

This is the server log, beginning with LMS restart after plugin installation. Running on Debian 10.2.

`[20-02-07 07:56:39.5365] main::init (387) Starting Logitech Media Server (v7.9.2, 1578996832, Tue Jan 14 12:15:02 CET 2020) perl 5.024001 - x86_64-linux-gnu-thread-multi

[20-02-07 07:56:42.6001] Slim::Web::Cometd::handler (421) errorNeedsClient: 00:04:20:28:83:6c, status, -, 10, menu:menu, useContextMenu:1, subscribe:600

[20-02-07 07:56:43.1297] Slim::Web::Cometd::handler (421) errorNeedsClient: 00:04:20:2a:1e:66, status, -, 10, menu:menu, useContextMenu:1, subscribe:600

[20-02-07 07:56:59.8660] Slim::Formats::RemoteStream::open (105) Can't open socket to [wdr-edge-2020-fra-lg-cdn.cast.addradio.de:443]: 22: Invalid argument

[20-02-07 07:56:59.8665] Slim::Player::Song::open (471) Warning: stream failed to open [https://addrad.io/4WRNCS].`

jph76 commented 4 years ago

Found a solution while googling the web: for Debian, install libcrypt-openssl-rsa-perl and restart LMS. I’m posting this here for other people looking at this issue.

The package may have a slightly different name on other distros.

Phil-Friderici commented 4 years ago

Had the same issue on CentOS 7.8.2003. The package name here is perl-Crypt-OpenSSL-RSA. Install the package and restart LMS did the trick :)

yum install perl-Crypt-OpenSSL-RSA

hartzell commented 4 years ago

I had the same problem in a Free{NAS,BSD} jail running perl5.30 and Logitech Media Server Version: 7.9.2 - TRUNK @ UNKNOWN.

Fixed with pkg install p5-Crypt-OpenSSL-RSA.

philippe44 commented 4 years ago

Yes, I need to build perl 5.30 libraries ...

hartzell commented 4 years ago

@philippe44 -- I hope you didn't take my note as grumpy, just trying to leave helpful breadcrumps.

I love having the plugin working!

migmedia commented 3 years ago

@philippe44  Can you please provide perl 5.32 libraries? I am running LMS 8.1.2 on Freenas with perl 5.32

philippe44 commented 3 years ago

Try 0.205.0

schmurtzm commented 2 years ago

Same issue on Ubuntu 20.04.3 LTS, thanks @jph76 it works again ;)

sudo apt-get update
sudo apt-get install libcrypt-openssl-rsa-perl