Replies: 11 comments 3 replies
-
Oh boy, I spun up a new node and now I'm getting nonce errors lol what have I done. |
Beta Was this translation helpful? Give feedback.
-
Hey, I had the same error. I believe that it treats this transaction as if it was sent from MetaMask without the fund() function. Patrick talked about this when we first wrote FundMe.sol contract in Remix.
|
Beta Was this translation helpful? Give feedback.
-
I think this is a moralis issue at the moment: MoralisWeb3/react-moralis#257 I bet it's with payable functions... A workaround would be to use another hook, or something similar. |
Beta Was this translation helpful? Give feedback.
-
I ... do not know what you mean by 'another hook', Patrick.
…On Mon, Jun 13, 2022 at 5:47 PM Patrick Collins ***@***.***> wrote:
I think this is a moralis issue at the moment:
MoralisWeb3/react-moralis#257
<MoralisWeb3/react-moralis#257>
I bet it's with payable functions... A workaround would be to use another
hook, or something similar.
—
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHIK5AFIE7MAXFWWEQLN4DVO7CCPANCNFSM5YUC3OYA>
.
You are receiving this because you authored the thread.Message ID:
<smartcontractkit/full-blockchain-solidity-course-js/repo-discussions/302/comments/2942619
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
here someone had your same error and an answer suggest to reset your metamask accounts, maybe give it a try and let us know if the problem is solved |
Beta Was this translation helpful? Give feedback.
-
I'm also seeing the same behavior. The transaction seems to work. However, I see that same 'unrecognized-selector' error in the console. Incidentally, there's also a stackoverflow post about this, but as of this writing it contains no explanation or solution: |
Beta Was this translation helpful? Give feedback.
-
Metamask seems to be calling some random functions. If you scroll through the erroneous calls, you can find the correct call somewhere and that block is the only one thats mined. seems to be that metamask keeps calling some unknown functions and gets dissapointed. |
Beta Was this translation helpful? Give feedback.
-
I am getting the same error |
Beta Was this translation helpful? Give feedback.
-
After tinkering for too long I got
|
Beta Was this translation helpful? Give feedback.
-
If the error seen is nonce related, this should fix it.
…On Mon., Jun. 27, 2022, 2:57 p.m. pyromaus, ***@***.***> wrote:
Resetting the 1st account inside metamask could have the same effect,
haven't tried
—
Reply to this email directly, view it on GitHub
<#302 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHIK5HVNSE3SSRJ4PB4M5TVRIIT3ANCNFSM5YUC3OYA>
.
You are receiving this because you authored the thread.Message ID:
<smartcontractkit/full-blockchain-solidity-course-js/repo-discussions/302/comments/3034674
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Did anyone found out any concrete solution to this yet? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Lesson 8, just finished importing my Hardhat account into Metamask, but when I go to fund, I get the following error, despite the fund function still working apparently (funds are deducted from my wallet balance):
Any insight?
Beta Was this translation helpful? Give feedback.
All reactions