Spotty works great other than scanning/import fails, thus no integration
of Spotify favourites into client new music/album/artists display.  No
other connection issues with Spotty, and scanning always fails with the
same errors shown previously.

The scanner uses a different HTTP code than the server. I wonder whether there lies the problem. Did you enable "insecure HTTPS" in Settings/Advanced/Security by any chance?

The error you're getting is from Perl's HTTP code internally. Could you please try the following line from a terminal:

perl -MLWP::UserAgent -MData::Dumper -e 'my $ua = LWP::UserAgent->new(); my $r = $ua->get("https://api.spotify.com/v1/me/albums?limit=50&offset=0";); print Dumper($r);'


--

Michael
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to