decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

[BUG] SDK7 Using the Goerli testnet in a simple scene preview throws repeating errors #1012

Open cfravel opened 10 months ago

cfravel commented 10 months ago

Steps to reproduce.

  1. Use the Visual Code SDK7 extension to create the default standard scene in an empty directory and let it get the dependencies // i was using 7.3.28

  2. Put your metamask into Goerli network

  3. Use the "Open in Browser with Web3" menu item in the SDK7 plugin

  4. F12 open the Console

  5. When the scene appears, click in the scene to give it focus

// expected: nothing special in the Console // actual you get thie following error repeating (every oh, 30-60 seconds)

logger.ts:33 kernel: Error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced. at U.decodeParams (coder.ts:51:13) at qY.unpackOutput (SolidityFunction.ts:119:24) at qY.execute (SolidityFunction.ts:149:19) at async SBA (EthereumService.ts:109:19) at async BrowserInterface.ts:1138:24 Error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced. at U.decodeParams (http://localhost:62668/@/explorer/index.js:2:117165) at qY.unpackOutput (http://localhost:62668/@/explorer/index.js:2:118711) at qY.execute (http://localhost:62668/@/explorer/index.js:2:119276) at async SBA (http://localhost:62668/@/explorer/index.js:63239:330424) at async http://localhost:62668/@/explorer/index.js:63260:34147