When donwloading a dataset without audio the first time `audb` looks for missing media, which shouldn't be the case. You can reproduce the issue with: ```python db = audb.load("glaive-function-calling-v2", version="1.0.0", cache_root="./cache") ```