If a python script triggers an IDA pop-up warning, IDArling will hijack execution and not allow you to click the prompt. Recreation of the issue is easy: ```python hex(idaapi.find_binary(SegStart(here()),SegEnd(here()), hex(here()), 16,0)) ```