-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web3swift.Web3Error.processingError("Failed to fetch nonce") #272
Comments
Hello. Looks like you didn't send transaction before fetching nonce. Try to switch last 2 strings in your example. |
Feel free to reopen the issue, if you still need help. 👍 |
Hi there, This seems like a great library - thanks so much for providing! I am also facing this error: 'Fatal error: 'try!' expression unexpectedly raised an error: Web3swift.Web3Error.processingError(desc: "Failed to fetch nonce").' I'm sure I'm just doing something silly - any assistance would be very much appreciated:
|
@alexandermucalov, sometimes it happens with infura issues. Ping me in the telegram, we can debug it, and I can provide you more support with this! |
When I try to transfer token to another account, why is it always this error
web3swift.Web3Error.processingError("Failed to fetch nonce")
The text was updated successfully, but these errors were encountered: