Open SachinMaharana opened 4 years ago
It's a bug with this piece of code: https://github.com/ceph/ceph-rust/blob/v3.0.0/src/ceph.rs#L1988. That unwrap
should be a checked ?
instead. It appears that the string being returned is not valid utf8.
Would you like to try forking the repo, changing those unwraps and seeing if that helps?
@cholcombe973 sure. I will get on this.
I am getting this error intermittently, not sure where to debug this.
The code(taken from examples and https://github.com/cholcombe973/ceph_usage/blob/master/src/lib.rs) is here:
https://github.com/SachinMaharana/ceph-op/blob/449ab8ac38dc737919f68ef77e4aa2579bf84581/src/main.rs