You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You see I paste address with newline backslash n by mistake. No good!
Stack trace:
Exception in thread "main" org.web3j.ens.EnsResolutionException: Unable to determine sync status of node
at org.web3j.ens.EnsResolver.obtainPublicResolver(EnsResolver.java:78)
at org.web3j.ens.EnsResolver.resolve(EnsResolver.java:88)
at org.web3j.tx.Transfer.send(Transfer.java:79)
at org.web3j.tx.Transfer.send(Transfer.java:56)
at org.web3j.tx.Transfer.lambda$sendFunds$0(Transfer.java:94)
at org.web3j.protocol.core.RemoteCall.send(RemoteCall.java:42)
at org.web3j.sample.Application.run(Application.java:81)
at org.web3j.sample.Application.main(Application.java:50)
Caused by: org.web3j.ens.EnsResolutionException: Node is not currently synced
at org.web3j.ens.EnsResolver.obtainPublicResolver(EnsResolver.java:73)
... 7 more
@tingwongsom The problem is that if you have not valid address, system try to work with it like with a ENS name.
I have changed an exception message on "ENS resolver exception, unable to execute request:", so I think behavior should became more clear.
Code:
You see I paste address with newline backslash n by mistake. No good!
Stack trace:
This error verry confuse. Node (Ganache) is sync!
Using latest version:
The text was updated successfully, but these errors were encountered: