This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Data Reading is not correct #1287
Closed
Description
- Version: 0.27.7
- Platform: Zen ArchLinux
- Subsystem:
Type: Bug
Severity: High
Description:
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.
Metadata
Metadata
Assignees
Labels
No labels