Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa pagina descrive alcuni errori comuni di Blockchain Node Engine e come risolverli.
Impossibile risolvere l'host
Quando provi a utilizzare il nodo blockchain mentre è ancora in fase di creazione, si verifica il seguente errore:
Could not resolve host: json-rpc.abc1234.blockchainnodeengine.com
Per risolvere il problema, attendi che il nodo raggiunga lo stato RUNNING.
Puoi visualizzare lo stato come descritto in Elenca i nodi blockchain.
Errore 400: il metodo non consente chiamanti non registrati
Quando provi a utilizzare il nodo blockchain senza una chiave API, viene visualizzato il seguente errore:
400 error: Method doesn't allow unregistered callers (callers without
established identity). Please use API Key or other form of API consumer
identity to call this API.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-27 UTC."],[[["This page details common errors encountered when using Blockchain Node Engine."],["A \"Could not resolve host\" error indicates the node is not yet in a RUNNING state and requires waiting for completion."],["A \"400 error: Method doesn't allow unregistered callers\" occurs when an API key is missing, which needs to be created and used."],["To determine if a full node has finished syncing, check for a `false` response when using `eth_syncing`."],["To check if an archive node has finished syncing, look for the `block_hashes` value using the metrics endpoint `executionClientPrometheusMetricsApiEndpoint`."]]],[]]