Hello fellow SqueezeBox fans! Can anyone tell me why I'm getting this message when trying to play NPR News Now on my PiCorePlayer? I've been playing these podcasts for years, but for several weeks they will not play.
RSS Link: https://feeds.npr.org/500005/podcast.xml
Results 1 to 10 of 52
-
2021-01-23, 22:36 #1
- Join Date
- Aug 2017
- Posts
- 39
NPR Hourly News Podcast HTTP/1.1 400 BAD REQUEST - Can't Play
-
2021-01-24, 02:43 #2
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,227
-
2021-01-24, 02:50 #3
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,097
It plays OK using ffplay.
When trrying t play on a receiver - I get the following log message
Code:[21-01-24 09:49:19.7742] Slim::Formats::RemoteStream::open (105) Can't open socket to [edge2.pod.npr.org:443]: 22: Invalid argument
-
2021-01-24, 03:42 #4
- Join Date
- May 2008
- Location
- Canada
- Posts
- 6,723
LMS 8.1.x on Odroid-C4 - SqueezeAMP!, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3
-
2021-01-24, 04:01 #5
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,097
No just ran a quick test and looked in log.
The quick test was on my test server which has lots of mods - so log entry could be due to a personal mod/test change.
However, on my standard Pi LMS 8.0.1 - no log entry and podcast URL (https://play.podtrac.com/npr-500005/...t=pod&f=500005 ) plays OK.Last edited by bpa; 2021-01-24 at 04:04.
-
2021-01-24, 15:31 #6
- Join Date
- Aug 2017
- Posts
- 39
So it sounds like if I roll back my Win10 LMS to version 8.0.1, the podcast will probably play once again? Or is Pi server very different and not indicative of Win results?
-
2021-01-24, 15:35 #7
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 3,635
Are you using pCP 7 ?
Which LMS version are you running?
Generally ... more recent is better, especially for https issues.
However, there is always a possibility that something has regressed ... but if it has then it will almost certainly be fixed.
So - moving to the newest and repeating the problem is more likely to get it resolved.Paul Webster
http://dabdig.blogspot.com
Author of "Now Playing" plugins covering Radio France (FIP etc), KCRW, Supla Finland, ABC Australia, CBC/Radio-Canada and RTE Ireland
-
2021-01-24, 15:59 #8
- Join Date
- Aug 2017
- Posts
- 39
Was running pcp v6, didn't know there was a v7, thanks for letting me know! Still doesn't work after update, but the error message is different:
"Connection is no longer able to work".
LMS 8.1.2
-
2021-01-24, 16:28 #9
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,227
-
2021-01-24, 19:26 #10
- Join Date
- May 2008
- Location
- Canada
- Posts
- 6,723
In 8.1.x, the HTTP request always has a "Range" header which is, when we start from 0, "Range:0-" (it's a legit request). Now what happens is that the AWS server in that case sends a redirect using a 302 and that redirect fails with a "SSL protocol wrong version" which usually indicates that we are trying to establish a SSL connection where the other party is not SSL. I need to investigate why this redirect behaves strangely, but the problem/solution is around that.
When there is no "Range" request, there is no redirectionLMS 8.1.x on Odroid-C4 - SqueezeAMP!, 5xRadio, 5xBoom, 2xDuet, 1xTouch, 1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3