Skip to content

/cmd/ipfswatch unknown datastore type: flatfs #6723

@rudolph9

Description

@rudolph9

Version information:

$ ipfs version --all
go-ipfs version: 0.4.22-
Repo version: 7
System version: amd64/linux
Golang version: go1.12.8

Description:

ipfswatch doesn't recognize the datastore type flatfs

~/ $ go get -u github.com/ipfs/go-ipfs/cmd/ipfswatch
~/ $ cd $(mktemp -d)
/tmp/tmp.9emc06hc3k $ export IPFS_PATH=$PWD/.ipfs
/tmp/tmp.9emc06hc3k $ ipfs init
initializing IPFS node at /tmp/tmp.9emc06hc3k/.ipfs
generating 2048-bit RSA keypair...done
peer identity: QmQPHBp7hgnUAuhjLafAxpu8npKLq5hNhPtJycragQtTRh
to get started, enter:

        ipfs cat /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv/readme

/tmp/tmp.9emc06hc3k $ mkdir watchDir
/tmp/tmp.9emc06hc3k $ cd watchDir 
tmp.9emc06hc3k/watchDir $ ipfswatch 
2019/10/22 10:27:23 running IPFSWatch on '.' using repo at '/tmp/tmp.9emc06hc3k/.ipfs'...
2019/10/22 10:27:23 .
2019/10/22 10:27:23 unknown datastore type: flatfs

Metadata

Metadata

Assignees

Labels

P1High: Likely tackled by core team if no one steps upkind/bugA bug in existing code (including security flaws)status/readyReady to be worked

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions