Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2017-01-03 Thread bullgod
bullgod wrote: > The following appears to fix. > > .../Player/Protocols/HTTPS.pm > > Code: > > @@ -30,7 +30,7 @@ sub new { > PeerAddr => $server, > PeerPort => $port, > SSL_startHandshake => 1, > - SSL_verify_mode => SSL_VERIFY_NONE > +

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2017-01-03 Thread Michael Herger
Slim::Formats::XML::gotViaHTTP (211) Can't locate object method "progressBar" via package "Slim::Player::HTTP" at /usr/share/perl5/Slim/Plugin/Podcast/Parser.pm line 89. Thanks, will fix that. -- Michael ___ Squeezecenter mailing list Squeezecen

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2017-01-03 Thread bullgod
mherger wrote: > > The error I'm seeing is: > > Slim::Networking::IO::Select::__ANON__ (131) Error: Select task > failed > > calling Slim::Networking::Async::_async_read: SSL_verify_mode must be > a > > number and not a string at /usr/share/perl5/IO/Socket/SSL.pm line > 2202. > > What Perl versi

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2017-01-03 Thread bullgod
The following appears to fix. .../Player/Protocols/HTTPS.pm Code: @@ -30,7 +30,7 @@ sub new { PeerAddr => $server, PeerPort => $port, SSL_startHandshake => 1, - SSL_verify_mode => SSL_VERIFY_NONE + SSL_verify_mode => 0x00 ) or do {

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2017-01-03 Thread Michael Herger
The error I'm seeing is: Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Networking::Async::_async_read: SSL_verify_mode must be a number and not a string at /usr/share/perl5/IO/Socket/SSL.pm line 2202. What Perl version are you running? What LMS version and

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2017-01-03 Thread bullgod
The same feed replacing https with http works, and the https feeds are available. http://www.guardian.co.uk/football/series/footballweekly/podcast.xml The error I'm seeing is: Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Networking::Async::_async_read: SSL_

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2016-12-16 Thread thomaswp
mherger wrote: > >> There was an error loading the remote feed for : (Can't connect to > https > >> URL lack of IO::Socket::SSL: > > > > Running on a RPi3 - still cannot access https podcasts... > > Did you install IO::Socket::SSL? You need to do this using your system's > > packet manager (apt

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2016-12-16 Thread Michael Herger
There was an error loading the remote feed for : (Can't connect to https URL lack of IO::Socket::SSL: Running on a RPi3 - still cannot access https podcasts... Did you install IO::Socket::SSL? You need to do this using your system's packet manager (apt or something). -- Michael ___

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2016-12-16 Thread thomaswp
> There was an error loading the remote feed for : (Can't connect to https > URL lack of IO::Socket::SSL: > https://www.theguardian.com/science/series/science/podcast.xml) Logitech Media Server Version: 7.9.0 - 1481874538 @ Fri Dec 16 08:26:42 UTC 2016 Hostname: squeezeserver Server IP Address: 1

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2015-12-28 Thread bpa
bullgod wrote: > What the hell does un-implemented mean? Standard software development term. When 7.8 was implemented there was no requirement for https for podcasts (and other serviceas) so the https support remained unimplemented. Logitech stopped official LMS releases in 7.8.x 7.9 is com

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2015-12-28 Thread castalla
bullgod wrote: > What the hell does un-implemented mean? > If you mean removed, say "removed". > > If https is no longer supported the something should announce that it's > no longer supported, rather than allow the user to believe that it > should work. > There is nothing to indicate that this

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2015-12-28 Thread bullgod
bpa wrote: > There is a difference between un-implemented and a bug. > > https support for podcast is unimplemented in 7.8 > https support for podcast is implemented in 7.9 What the hell does un-implemented mean? If you mean removed, say "removed". If https is no longer supported the somethin

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2015-12-28 Thread bpa
bullgod wrote: > So presumably the podcast plugin only works with http and not https. > I suggest this is a bug and could do with fixing. There is a difference between un-implemented and a bug. https support for podcast is unimplemented in 7.8 https support for podcast is implemented in 7.9 -

Re: [SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2015-12-27 Thread bullgod
The issue would appear to be https. After first determining that the the content is available via http at the same location, I ran the following test: # Downloaded the xml feed. # Altered one cast from https to http. # Saved the file, and added this file as a new podcast feed. # Successfully play

[SlimDevices: SqueezeCenter] Guardian Podcasts no longer working.

2015-12-22 Thread bullgod
Recent changes to Guardian podcasts have caused them to no longer play. I first noticed this problem with the Guardian Football Weekly podcast, but also appears to apply to Politics Weekly, and I presume all their others. Symptoms: Episodes are listed in the feed, the correct url is displayed u