I use Python bindings for VLC i need to change media if current came to end, for this i attached an event, but script just stucks on string: media_player.set_media(media) in event_end_reached_listener. But if i comment attaching an event and execute this function manualy, everything works perfect. w...