Content
@
0 reply
20 recasts
20 reactions
kenny 🎩
@kenny
people keep reporting this error message submitting to the poidh mini app at certain times and I'm stumped about what's going on seems to be random, and they will get it even when they have enough funds in their Farcaster wallet for gas (on both Base and Degen Chain) has anyone seen this before?
4 replies
0 recast
8 reactions
carter
@carter
without looking at code or anything first guess is a timing issue for the farcaster sdk interaction with wagmi like if wagmi grabs the incorrect address / account somehow then farcaster connects but the underlying wagmi account isn't updated (possible account mismatch, chain mismatch, etc) if you simulate that error tx does it work? or does it throw the same error? and does the `from` address match the account that's expected
1 reply
1 recast
2 reactions
kenny 🎩
@kenny
I'm too ignorant to know how to simulate but I can confirm that the "from" address is the proper address! and that one does have the proper funds other people have reported the error and it happens off and on, it's not consistent wondering...since you said "timing" could it be an issue with the code optimization and the app is just taking too long to process stuff back and forth between Farcaster and WAGMI? as an ancillary datapoint, I've had problems as well and I feel like it happens to be worse on slow internet connections and then I hop on wifi and it's good, so maybe something there
1 reply
0 recast
0 reaction
carter
@carter
yeah those kind of point to something off with the initial connection and wagmi- it might be worth tossing transaction logging into the frontend with the chainId and everything so when it happens in the future people can hopefully send you some extract info also if you dm me the failed tx I can simulate it to see
1 reply
0 recast
1 reaction