orbit-db示例错误:ipfs.js中的429个(请求太多):311138

时间:2019-02-07 09:24:42

标签: ipfs orbitdb

当我运行orbit-db示例时,它可以工作,但是控制台中有错误。

  

ipfs.js:311138 GET   https://node0.preload.ipfs.io/api/v0/refs?r=true&arg=Qmb3vcXiX6dBHjWojh817SoVUdBmxiycrPs23ySeMRHT5v    429(请求太多)

此消息以不同的哈希值重复出现。

错误消息:

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

实例化IPFS时使用:

this.ipfs = new Ipfs({
  preload: { enabled: false },
  ....
}

https://github.com/orbitdb/orbit-db/issues/560#issuecomment-461361478