metaplex-foundation / metaplex-ios

Metaplex Mobile IOS SDK
23 stars 20 forks source link

Metaplex SDK not fetching NFTs #60

Open pedrosolisgarcia opened 1 year ago

pedrosolisgarcia commented 1 year ago

For a few weeks now, when attempting to fetch the NFTs with findAllByOwner(publicKey:) I get the following Error failure(Metaplex.OperationError.getFindNftsByOwnerOperation(Solana.RPCError.retry)).

The fetching was working fine for months with no issues, but it started to give this Error in early October. It disappeared for a few days and then it came back, and for two weeks the error persists.

Is there anything that may have changed? I have my config and steps as per Sample which, as my codebase, did not change in the last two months.

I am using Xcode Version 14.0.1 (14A400), and the issue happens on both Simulator and iPhone devices (iOS 15/16)

NOTE: I have run the sample project included in your repo, and I am experiencing the same issue, with the same error.

Screenshot 2022-10-24 at 16 56 53
mike-metaplex commented 1 year ago

@Pedrosolisg Thank you for bringing this up, this is actually a rate-limiting issue with Solana RPC, we are currently looking into ways to resolve this. We will keep you posted!

cc: @ajamaica

pedrosolisgarcia commented 1 year ago

Hey there @mike-metaplex @ajamaica, is there any news on this issue? I have fetched the latest release and the issue presented above still occurs.

I see some warnings here and there with "solanaRPC is deprecated". Are there any new changes not reflected on the README.md we could follow to have a more up-to-date implementation?

Thanks!