You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Data returned by Ipfs.object.data() is not the same as the one got from the Read-Only gateway
Steps to reproduce the error:
run jsipfs daemon
create a node from the existing ports localIpfs
call localIpfs.files.add(Buffer.from("TEXT")) returns Hash
call localIpfs.object.data(Hash)returns something like []*^TEXT ( is the same text but with ascii characters before it and maybe somewhere in the middle)
It is bad if i am transferring base64 image data.