Error on BSC archive node

I use web3py to get the new BSC block height and I get a wrong.
Here is my code:

from web3 import Web3
w3 = Web3(Web3.HTTPProvider(‘https://speedy-nodes-nyc.moralis.io/<MY_KEY>/bsc/mainnet/archive’))
w3.eth.block_number

and here is the error:
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host=‘speedy-nodes-nyc.moralis.io’, port=443): Read timed out. (read timeout=10)

Is there something wrong with the node?

I got same error yesterday for archive node, non archive node should work fine

Yes, I test it on archived node.