OSError: Can't read data (inflate() failed)

Dear Alex,

I am trying to plot rates using “amset plot rates -s --total mesh.h5”. But I am getting the below error:
My job was terminated properly and the mesh.h5 and transport.json files were created.
Here is the error:

self.id.read(mspace, fspace, arr, mtype, dxpl=self._dxpl)

File “h5py/_objects.pyx”, line 54, in h5py._objects.with_phil.wrapper
File “h5py/_objects.pyx”, line 55, in h5py._objects.with_phil.wrapper
File “h5py/h5d.pyx”, line 192, in h5py.h5d.DatasetID.read
File “h5py/_proxy.pyx”, line 112, in h5py._proxy.dset_rw
OSError: Can’t read data (inflate() failed)

How can I get rid of this error?
Please let me know if I need to provide any additional information

Thanks