This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[cli] ipfs files add is broken in online mode #480
Labels
kind/bug
A bug in existing code (including security flaws)
Comments
dignifiedquire
added
kind/bug
A bug in existing code (including security flaws)
exploration
milestone 2
labels
Sep 12, 2016
dignifiedquire
changed the title
ipfs files add is broken in online mode
[cli] ipfs files add is broken in online mode
Sep 12, 2016
Exactly. It seems more like a misunderstanding of interface-ipfs-core, since that is what the CLI should be consuming. |
dignifiedquire
added
status/in-progress
In progress
milestone 2
and removed
milestone 2
labels
Sep 12, 2016
dignifiedquire
added a commit
that referenced
this issue
Sep 13, 2016
daviddias
pushed a commit
that referenced
this issue
Sep 13, 2016
daviddias
pushed a commit
that referenced
this issue
Sep 13, 2016
daviddias
pushed a commit
that referenced
this issue
Sep 13, 2016
daviddias
pushed a commit
that referenced
this issue
Sep 13, 2016
MicrowaveDev
pushed a commit
to galtproject/js-ipfs
that referenced
this issue
May 22, 2020
* chore(package): update aegir to version 19.0.3 Closes ipfs#480 * fix: appease linter License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't know why the tests didn't caught this, but running
ipfs files add <file>
throws. The reason is that it uses.createAddPullStream
which does not exist on the js-ipfs-api only on js-ipfs.This is one of the reasons pull-streams need to be added in a sensible way to interface-ipfs-core. For now we will have to fall back to the super inefficient thing of converting to a node-stream, and then back to a pull-stream :/
cc @diasdavid
The text was updated successfully, but these errors were encountered: