planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 142 forks source link

System.ArgumentException: Key already exists in cache #1018

Closed sentry-io[bot] closed 1 year ago

sentry-io[bot] commented 3 years ago

Sentry Issue: 9C-STANDALONE-1B7

System.ArgumentException: Key already exists in cache
  Module "LruCacheNet.LruCache`2", in Add
  Module "Libplanet.Store.BlockSet`1", in GetBlock
  Module "Libplanet.Store.BlockSet`1", in get_Item
  Module "Libplanet.Blockchain.BlockChain`1", in get_Item
  Module "Libplanet.Blockchain.BlockChain`1", in get_Tip
...
(2 additional frame(s) were not displayed)

Something went wrong during message parsing: "System.ArgumentException: Key already exists in cache
   at LruCacheNet.LruCache`2.Add(TKey key, TValue value)
   at Libplanet.Store.BlockSet`1.GetBlock(HashDigest`1 key)
   at Libplanet.Store.BlockSet`1.get_Item(HashDigest`1 key)
   at Libplanet.Blockchain.BlockChain`1.get_Item(Int64 index)
   at Libplanet.Blockchain.BlockChain`1.get_Tip()
   at Libplanet.Net.Swarm`1.ProcessMessageHandler(Object target, Message message)
   at Libplanet.Net.NetMQTransport.ReceiveMessage(Object sender, NetMQSocketEventArgs e)"
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.