I am creating a simple media player. I have a function called play_song(). This function sets the media and then plays it (or tries to). The 1st time I call the function, it works, but the 2nd time I call the function, it hangs on set_media(). I have no clue why. Below is an excerpt. The full code i...