Error detected in HDF5 file.

Hi,
I am new to HDF5 and am working on a Robotics project. For it, the map for my environment is stored in an h5 file. Whenever I try to run it, I face the error pertaining to the HDF5 file.

Operating System: Ubuntu 18.04
HDF5 Version: 1.10.0-patch1

I have looked at the forums for people facing the same issue, but I am unable to figure out the solution. I tried to download the new version of the hdf5 but all online resources show that there is a ./config file in the folder but I downloaded the 1.10.6 version and it only had a single bash file. When I run it and it gets successfully installed, it still shows the hdf5 version as 1.10.0.

Would be really grateful if someone could help me with this issue.

Thank You

Have you tried running one of the HDF5 command-line tools such as h5ls or h5dump?
What does the output of

h5ls -r [your filename here]

or

h5dump -pBH [your filename here]

look like?

G.