Czig wrote: 
> Output attached.

Could you please give the following another try:


Code:
--------------------
    perl -MLWP::UserAgent -MIO::Socket::SSL -MData::Dumper -e 
'IO::Socket::SSL::set_defaults(SSL_verify_mode => Net::SSLeay::VERIFY_NONE()); 
my $ua = LWP::UserAgent->new(); my $r = 
$ua->get("https://api.spotify.com/v1/me/albums?limit=50&offset=0";); print 
Dumper($r);'
--------------------


I think you know how to edit a file from a shell, right? Could you
please add the following line to Slim/Networking/SimpleSyncHTTP.pm, line
37 (after the eval()):


Code:
--------------------
    warn $@ if $@
--------------------


Then re-run a scan. Would something be logged?



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to