Orbit-db: 429 (Too Many Requests) browser example errors in console

Created on 7 Feb 2019  路  4Comments  路  Source: orbitdb/orbit-db

I install orbit-db repository and run.
example works on browser but there are lots of errors in console.

GET https://node0.preload.ipfs.io/api/v0/refs?r=true&arg=Qmb3vcXiX6dBHjWojh817SoVUdBmxiycrPs23ySeMRHT5v 429 (Too Many Requests)

This message is repeated with different hash.
here are captures.

image
image

package version
"go-ipfs-dep": "0.4.18",
"ipfs": "~0.33.0",

and node 10
mac

Most helpful comment

@huhsame Try this.

When instantiating IPFS use:

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

All 4 comments

@huhsame Try this.

When instantiating IPFS use:

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

@aphelionz What does preload do?

This would be great candidate for FAQ

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RichardLitt picture RichardLitt  路  4Comments

eusthace picture eusthace  路  6Comments

waotzi picture waotzi  路  7Comments

cristiano-belloni picture cristiano-belloni  路  5Comments

crazyrabbitLTC picture crazyrabbitLTC  路  6Comments