protocol / beyond-bitswap

Other
34 stars 9 forks source link

Reprovider Error #5

Closed adlrocha closed 3 years ago

adlrocha commented 3 years ago

Some tests throw the following Reprovider error:

Aug 26 14:21:44.867308  INFO    240.6045s      ERROR << edb99dff7fea >> 2020-08-26T14:21:44.847Z        ERROR   reprovider.simple       failed to reprovide: failed to find any peer in table

As seen in ipfs.go I am using the default configuration so Reproviding should be in all every 12 hours. node.OnlineProviders(cfg.Experimental.StrategicProviding, cfg.Reprovider.Strategy, cfg.Reprovider.Interval)

adlrocha commented 3 years ago

When using NilRouterOption can be safely ignored. The nil router doesn't support anything so Providing returns an error.