lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

"duplicate peers for blob warning" prior to fallback on fixed peers #3651

Open moodyjon opened 2 years ago

moodyjon commented 2 years ago

I'm experimenting with running the desktop app with less reliance on the fixed peers.

daemon_settings.yml

fixed_peer_delay: 15.0

2022-08-24 06:25:52,279 WARNING  lbry.dht.protocol.iterative_find:332: misbehaving peer 135.148.27.57:4444 returned duplicate peers for blob
2022-08-24 06:25:57,369 WARNING  lbry.dht.protocol.iterative_find:332: misbehaving peer 75.158.93.130:4444 returned duplicate peers for blob
2022-08-24 06:25:57,568 WARNING  lbry.dht.protocol.iterative_find:332: misbehaving peer 188.61.102.68:4444 returned duplicate peers for blob
2022-08-24 06:26:08,741 WARNING  lbry.dht.protocol.iterative_find:332: misbehaving peer 135.148.27.57:4444 returned duplicate peers for blob
2022-08-24 06:26:09,233 WARNING  lbry.dht.protocol.iterative_find:332: misbehaving peer 75.158.93.130:4444 returned duplicate peers for blob
2022-08-24 06:26:13,888 WARNING  lbry.dht.protocol.iterative_find:332: misbehaving peer 188.61.102.68:4444 returned duplicate peers for blob

It then falls back on the fixed peers and begins downloading blobs. What does this warning indicate?