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 has been archived by the owner on Feb 12, 2024. It is now read-only.
I tested 1.js, but found out the content cannot be retrieved. process.stdout(data) should be process.stdout.write(data)
then
`File content:
net.js:695
throw new TypeError(
^
TypeError: Invalid data, chunk must be a string or buffer, not object
at WriteStream.Socket.write (net.js:695:11)
at node.files.cat (/Users/b/Documents/ipfs-wp/1.js:30:20))`
Steps to reproduce the error:
node 1.js
The text was updated successfully, but these errors were encountered:
Hi @kidinamoto01, the example is already prepared for the next version release and you are probably installing ipfs 0.26.0. Once #1095 is done you won't see this problem anymore. Otherwise, try do a npm linkat the root of the js-ipfs folder to get the latest as global.
Type: Bug
Severity: medium
Description:
I tested 1.js, but found out the content cannot be retrieved.
process.stdout(data)
should beprocess.stdout.write(data)
then
`File content:
net.js:695
throw new TypeError(
^
TypeError: Invalid data, chunk must be a string or buffer, not object
at WriteStream.Socket.write (net.js:695:11)
at node.files.cat (/Users/b/Documents/ipfs-wp/1.js:30:20))`
Steps to reproduce the error:
node 1.js
The text was updated successfully, but these errors were encountered: