pub async fn run_script_file(
    planner: &mut Planner,
    path: &str,
    bot_count: u8,
    redirect: bool
) -> Result<(String, String)>