Amazon Echo Binding suddenly not starting music on group

Why did my echo binding suddenly stop playing my tunin stations? It happened right after I upgraded openhab to the latest.

My script commands (ever weekday at 7:00 AM)

Echo_Group_Everywhere_RadioStationId.sendCommand("s235091")
Echo_Group_Everywhere_Player.sendCommand(PLAY)

The log shows:

2020-11-13 07:00:00.092 [ome.event.ItemCommandEvent] - Item 'Echo_Group_Everywhere_RadioStationId' received command s235091
2020-11-13 07:00:00.110 [ome.event.ItemCommandEvent] - Item 'Echo_Group_Everywhere_Player' received command PLAY
2020-11-13 07:00:00.164 [nt.ItemStatePredictedEvent] - Echo_Group_Everywhere_RadioStationId predicted to become s235091
2020-11-13 07:00:00.178 [nt.ItemStatePredictedEvent] - Echo_Group_Everywhere_Player predicted to become PLAY
2020-11-13 07:00:00.208 [vent.ItemStateChangedEvent] - Echo_Group_Everywhere_RadioStationId changed from  to s235091
2020-11-13 07:00:04.756 [vent.ItemStateChangedEvent] - Echo_Group_Everywhere_RadioStationId changed from s235091 to
2020-11-13 07:00:04.766 [vent.ItemStateChangedEvent] - Echo_Group_Everywhere_Player changed from PLAY to PAUSE

                  __  _____    ____

____ ____ ___ ____ / / / / | / __ )
/ __ / __ / _ / __ / // / /| | / __ |
/ /
/ / // / __/ / / / __ / ___ |/ // /
_/ ./_// /// /// |/___/
/_/ 2.5.10
Release Build

Hit ‘’ for a list of available commands
and ‘[cmd] --help’ for help on a specific command.
Hit ‘’ or type ‘system:shutdown’ or ‘logout’ to shutdown openHAB.

openhab> bundle:list | grep Amazon
203 x Active x 80 x 2.5.10.202009230340 x openHAB Add-ons :: Bundles :: Amazon Echo Control Binding

Can you still play them if you try it with a voice command?

Can you still play them if you try it with a voice command?

Yes

I can use both local radio stations (s1363 and s47784) with the same command sequence above. I also tried s47787 (type when entering the other id) and got “ShoutedFM mth.Electro on TuneIn is currently not available” which is the same I get from your station “Absolute Christmas on TuneIn is currently not available”.

I get the same message when I try the voice command “Alexa, play Absolute Christmas on TuneIn”. So this is a problem with the radio station, not the binding.