Moralis SDK Core Error: [C0006] Request failed, Internal Server Error(500)

Receiving errors today when trying to retrieve information for NFT collections. It will work for a bit and then eventually this throws the error in the subject. It was working yesterday so this seems to be something new. I tried two different collections and both failed.

response = await Moralis.default.EvmApi.nft.getContractNFTs({
chain: chain,
address: asset_contract_address
});

Hi, can you please let us know what contract and chain did you use when you got this error?

const chain = EvmChain.ETHEREUM;

Contract addresses 0xBd3531dA5CF5857e7CfAA92426877b022e612cf8 and 0x09233d553058c2F42ba751C87816a8E9FaE7Ef10. Thanks!

Trying it again today and it seems to be working now for both collections. Thank you.