return get_latest_juice()
            .then((juice) => {
                pull_juice = juice
                return get_juicebox_by_name(juice.latest.hash + EXTENSION)
            }, err)