This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
ipfs.pin.rm gives unclear error #586
Closed
Description
I'm using ipfsd-ctl
underneath this api and when I'm trying to remove the default pins I'm getting an unclear error. This is my output (not the prettiest copy paste):
running
index.js:10 Object {id: "QmSWpcv7Ly53F4GHmY1msJqouZAA2EB4ycXNN7TEAwrU64", publicKey: "CAASpgIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQ…NEL8D+P98pVe9t/+yLQHXhKNv2nzTggmowRKXcRsfAgMBAAE=", addresses: Array(2), agentVersion: "go-ipfs/0.4.9/", protocolVersion: "ipfs/0.1.0"}addresses: Array(2)agentVersion: "go-ipfs/0.4.9/"id: "QmSWpcv7Ly53F4GHmY1msJqouZAA2EB4ycXNN7TEAwrU64"protocolVersion: "ipfs/0.1.0"publicKey: "CAASpgIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC27i6mpja98qdDf84YTWC/1lnNlkk1HEoXWmZEFPfj4FqxqBvERyToYlKS6nQk6Je6fE7eUXX9b3hZX8t+TfoIKP1KgSTymsfggWvRBp5pwgqTFfnfWLFDA+28+Z8OaWVjEn85Xid7UGh6hClm0wyIHcyXXaV2Psw9kP7szk8hMjf23y5OyCKvic92R3TQh0yXb+ihBx74qx1ZUhiKfFZTesNzrsN8XxvUi0bUOUiB8ns+LDCXzEgiz5hXVThz+7H9RfjVS+xuiRFdvZN7b/lvqbsoxBVOnq/qXx9L959LvpXNEL8D+P98pVe9t/+yLQHXhKNv2nzTggmowRKXcRsfAgMBAAE="__proto__: Object
index.js:19 hash QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn
index.js:19 hash QmVLDAhCY3X9P2uRudKAryuQFPM5zqA3Yij1dY8FpGbL7T
internal/process/next_tick.js:135 Uncaught (in promise) ["QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"]
_tickDomainCallback @ internal/process/next_tick.js:135
internal/process/next_tick.js:135 Uncaught (in promise) ["QmVLDAhCY3X9P2uRudKAryuQFPM5zqA3Yij1dY8FpGbL7T"]0: "QmVLDAhCY3X9P2uRudKAryuQFPM5zqA3Yij1dY8FpGbL7T"length: 1__proto__: Array(0)
_tickDomainCallback @ internal/process/next_tick.js:135
{"diskinfo":{"free_space":108443185152,"fstype":"61267","total_space":95628750848},
"environment":{"GOPATH":"/home/me/prj/go","IPFS_PATH":""},"ipfs_commit":"c5d362e3f",
"ipfs_version":"0.4.11-dev","memory":{"swap":0,"virt":672760000},"net":{"interface_addresses":
["/ip4/127.0.0.1","/ip4/10.2.202.244","/ip6/::1","/ip6/fe80::80ca:2835:20da:f537"],"online":true},
"runtime":{"arch":"amd64","compiler":"gc","gomaxprocs":4,"numcpu":4,"numgoroutines":2216,
"os":"linux","version":"go1.8.3"}}
(Maybe unrelated, the program doesn't get past printing 'running' the majority of the time, any clue what's causing that/how to get more info?)