ethereum internal error eth_getBlockByNumber
Started getting internal error when fetching block
eth_getBlockByNumber
was working fine yesterday. Other requests seem to be fine.
const headers = {
"CF-Access-Client-Id": apiKey,
"CF-Access-Client-Secret": apiSecret,
};
const axiosConfig = {
method: "POST",
url: "https://my-gateway/v1/mainnet",
headers,
data: {
jsonrpc: "2.0",
method: "eth_getBlockByNumber",
params: ["latest", true],
id: 1,
},
};
const response = await axios(axiosConfig);
{
jsonrpc: "2.0",
error: {
code: -32603,
message: "Internal error",
},
id: 1,
}
edit:
The error response has now changed to:
{
jsonrpc: "2.0",
error: {
code: -32046,
message: "Cannot fulfill request",
},
id: 1,
}
2 Replies
To contact Cloudflare Support about an issue, please visit the Support Portal and fill in the form on the portal. After submission, you will receive confirmation over email.
Some issues, such as Account or Billing related issues, cannot be solved by the community.
Any plan level (including Free plans) can open tickets for Account, Billing or Registrar ticket categories. Make sure to select the correct category to ensure it goes to the right place.
For more information on the methods by which you can contact Support for your plan level, see Contacting Cloudflare Support - Cloudflare Docs
Thanks guys will try go to support
This is a key service and nothing particular to my acccount, surprised this hasent been fixed already..