onflow / nft-catalog

https://www.flow-nft-catalog.com/
The Unlicense
36 stars 13 forks source link

https://www.flow-nft-catalog.com/catalog/testnet crashed #101

Closed LanfordCai closed 1 year ago

LanfordCai commented 1 year ago
image

I think it's because the data returned from getCatalog is too large?

The Code:

import NFTCatalog from 0x324c34e1c517e4db
// import NFTCatalog from 0x49a7cda3a1eecc29

  pub fun main(): {String : NFTCatalog.NFTCatalogMetadata} {
      return NFTCatalog.getCatalog()
  }

The error:

error: internal error: get program failed: cannot check account freeze status: failed to load account status for the account (683564e46977788a): [Error Code: 1106] max interaction with storage has exceeded the limit (used: 20081770 bytes, limit 20000000 bytes)
prpatel05 commented 1 year ago

102 resolves this