Media player : play media

Hello all,

On the devellopment tool, When I try to execute a service “media_player.play_media” on an Amazon echo device with the following data:

entity_id: media_player.david_echo
media_content_id: "Music"
media_content_type: DEEZER

I have the following error:
“media_player/play_media”. play_sound() got an unexpected keyword argument ‘extra’

Same error with the following things:

entity_id: media_player.david_echo
media_content_id: amzn_sfx_wolf_howl_02
media_content_type: sound

I think this was working before, but i have update HA or other thing and doesn’t work anymore

OK, it now solved. I needed to update the component to the last version.