def download_callback(_state, handler):
    print("function called when starting the Download state")
    print("it will cancel the transition")
    handler.cancel()