Hello, I am following the stake pool course and have found a road block. Under the transactions section → generating permanent keys and address, I am unable to query the balance. I am receiving the following error: Shelley command failed: query utxo Error: A query from a certain era was applied to a ledger from a different era: EraMismatch {ledgerEraName = "Byron", otherEraName = "Allegra"}
Shelley command failed: query utxo Error: A query from a certain era was applied to a ledger from a different era: EraMismatch {ledgerEraName = “Byron”, otherEraName = “Mary”}
After reading similar posts, discovered that the pool needed to sync completely before being able to access that transaction. I left the server running over night and boom! it’s working now. Thanks.
[quote=“MIkko, post:5, topic:50532”]
cardano-cli query utxo
–address $(cat payment.addr)
–testnet-magic 1097911063
–mary-era
[/quote] this worked for me as well! Thanks!