Unable to pipe between 2 ipfs commands
Open
kind/bug
topic/commands
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
Specifically I'm unable to run `ipfs cat | ipfs add` without getting the error:
```
Error: Post http://127.0.0.1:5001/api/v0/add?encoding=json&progress=true&stream-channels=true: dial tcp 127.0.0.1:5001: connection refused
```
FYI, the daemon is offline. This is probably somewhat related to my ["I don't know what's going on but commands aren't working" issue](https://github.com/ipfs/go-ipfs/issues/1350)
Contributor guide
Assessment
This issue has not been assessed yet.