with cli tools:
$ solana airdrop 1 --url localhost
Requesting airdrop of 1 SOL
Error: airdrop request failed. This can happen when the rate limit is reached.
rpc logs:
Available, message: "The requested address is not valid in its context." })
[2021-11-17T06:51:36.157567600Z INFO solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
[2021-11-17T06:52:31.388279000Z INFO solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
[2021-11-17T06:52:41.970326000Z INFO solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
[2021-11-17T06:52:43.816920600Z INFO solana_rpc::rpc::rpc_full] request_airdrop_transaction failed: IoError(Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." })
Did you figure this out?
having the exact same issue and stumbled upon this, tried different ports and everything