Unable to manage backups

Hi,

I'm trying to see if I can manage the backups.

It seems I can easily list the snapshots:

Code:
proxmox-backup-client snapshot list
┌─────────────────────────────────┬─────────┬────────────────────────────────────────────────────────────────┐
│ snapshot                        │    size │ files                                                          │
╞═════════════════════════════════╪═════════╪════════════════════════════════════════════════════════════════╡
│ vm/1000032/2023-09-09T23:10:02Z │  32 GiB │ client.log drive-scsi0.img index.json qemu-server.conf         │
├─────────────────────────────────┼─────────┼────────────────────────────────────────────────────────────────┤
│ vm/1000032/2023-09-16T23:04:19Z │  32 GiB │ client.log drive-scsi0.img index.json qemu-server.conf         │
├─────────────────────────────────┼─────────┼────────────────────────────────────────────────────────────────┤
│ vm/1000032/2023-09-17T23:04:19Z │  32 GiB │ client.log drive-scsi0.img index.json qemu-server.conf         │
├─────────────────────────────────┼─────────┼────────────────────────────────────────────────────────────────┤
│ vm/1000032/2023-09-18T23:03:45Z │  32 GiB │ client.log drive-scsi0.img index.json qemu-server.conf         │
├─────────────────────────────────┼─────────┼────────────────────────────────────────────────────────────────┤

But I cannot inspect them:

Code:
proxmox-backup-client catalog dump vm/1000032/2023-09-09T23:10:02Z
Error: Unable to open dynamic index "/mnt/datastore/Backups/vm/1000032/2023-09-09T23:10:02Z/catalog.pcat1.didx" - No such file or directory (os error 2)

What's wrong?