lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.

Home Page:https://lbry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

moodyjon opened this issue · comments

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?