-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Trying to use with Ganache but it fails #5
Comments
Hi @devfxplayer yes it can be used with your own geth node, parity etc. You should not have any issues with Ganache.. any errors you can provide? |
As there is not a global error handler, an uncaught error might have been thrown hence the crash. |
at Nethereum.JsonRpc.Client.RpcClient.d__12.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Nethereum.JsonRpc.Client.ClientBase.d__11 |
@devfxplayer it looks like you are connecting to a custom api hence the issue. Those do not look like a Ganache response "WebApplication3.Controllers.ValuesController.d__0.MoveNext() " |
Trying to use with Ganache default RPC server 127.0.0.1:7545 and the app crashes.
Also if you can make clear if this can be used with my own geth node also.
Sorry newbie here
The text was updated successfully, but these errors were encountered: