when i call the updater class"
updater = Updater(
metadata_dir=metadata_dir,
metadata_base_url=f"{base_url}/metadata/",
target_base_url=f"{base_url}/targets/",
target_dir=DOWNLOAD_DIR,
)
updater.refresh()" "In my repo, I have version 2 of root.json, and it has not expired yet. But when I run the code, it always tries to download version 3 of root.json and gets stuck after validating version 2 of the root.json.
Please, i need help to know what is wrong