-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
Priority: P1Added to issues and PRs relating to a high severity bugs.Added to issues and PRs relating to a high severity bugs.Type: BugAdded to issues and PRs if they are addressing a bugAdded to issues and PRs if they are addressing a bug
Description
Describe the bug
In dev branch, after building in WebGL with Web3Auth, samples that require gas fee are not working.
Steps
Steps to reproduce the behavior:
- Use the scene [SampleLogin - Web3Auth]
- Login with [Web3Auth]
- Click on any sample that require gass fee, for example: GetNonce
Expected behavior
- Expected output is displayed in the console without errors, like the nonce (if you click on GetNonce)
Console errors
webgl3.framework.js.gz:10 DllNotFoundException: Unable to load DLL 'libc'. Tried the load the following dynamic libraries:
Rethrow as RpcClientUnknownException: Error occurred when trying to send rpc requests(s): eth_getTransactionCount
at Nethereum.JsonRpc.Client.SimpleRpcClient.SendAsync (Nethereum.JsonRpc.Client.RpcMessages.RpcRequestMessage request, System.String route) [0x00000] in <00000000000000000000000000000000>:0
Rethrow as Web3Exception: Error occurred when trying to send rpc requests(s): eth_getTransactionCount
at ChainSafe.Gaming.InProcessTransactionExecutor.InProcessTransactionExecutor.SendTransaction (ChainSafe.Gaming.Evm.Transactions.TransactionRequest transaction)
Desktop (please complete the following information):
- Chainsafe SDK version: [dev]
- Platform: [WebGL]
- Unity Version: [2021.1]
- Operating System: [Mac]
Additional context
- This is working in the editor
- Sepolia was working very bad today, can be that the issue?
Metadata
Metadata
Assignees
Labels
Priority: P1Added to issues and PRs relating to a high severity bugs.Added to issues and PRs relating to a high severity bugs.Type: BugAdded to issues and PRs if they are addressing a bugAdded to issues and PRs if they are addressing a bug
