ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
246 stars 68 forks source link

Invalid byte while expecting start of value: 0xa3 #119

Open matthiasbeyer opened 1 year ago

matthiasbeyer commented 1 year ago

I am not sure why, but I am getting Invalid byte while expecting start of value: 0xa3 when IpfsApi::adding a Cursor<Vec<u8>>.

Maybe you know what the issue is here?