interface icon indicating copy to clipboard operation
interface copied to clipboard

Internal JSON-RPC call error (Polygon, v3, LP position page)

Open rapliandras opened this issue 3 years ago • 1 comments

Bug Description

On the page of a specific univ3 LP position, the console is full of JS errors and the dollar values of balances don't load. Transactions work fine.

Steps to Reproduce

  1. Go to the page of a specific univ3 LP position

Expected Behavior Dollar balances should load

Additional Context Three error messages return:

  1. Internal JSON-RPC call error.
  2. Failed to fetch multicall chunk.

Error: missing revert data in call exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (error={"code":-32603,"message":"Internal JSON-RPC error.","data":{"code":-32000,"message":"out of gas"},"stack":"{\n \"code\": -32603,\n \"message\": \"Internal JSON-RPC error.\",\n \"data\": {\n \"code\": -32000,\n \"message\": \"out of gas\"\n },\n \"stack\": \"Error: Internal JSON-RPC error.\\n

rapliandras avatar Apr 14 '22 18:04 rapliandras

This can also happen with language selected, changing the language will solve

Rachel-Eichenberger avatar Aug 18 '22 15:08 Rachel-Eichenberger