-
Notifications
You must be signed in to change notification settings - Fork 144
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
[BUG] Problem with parsing TX broadcast response #1991
Comments
Similar error for me on both stackswap and arkadiko swaps Wallet version: 2.21.0 |
I've also received this error in the desktop wallet |
I have also seen this error when deploying contracts to mainnet using the explorer sandbox. |
I just saw this error today as well. Not sure if these are related or helpful, but checked the console after seeing the error and found:
|
Interestingly, it does appear that the transaction did go through, despite this error. |
Without looking at the code, I would think those would be errors from after the transaction is posted |
I can confirm that these broadcast errors occur frequently when executing CityCoins mining operations over at syvitamining.com. In almost all cases, the transaction actually goes through and shows up in the mempool. This is a particularly impactful problem when MiamiCoin mining pool participants are submitting STX to the smart contract for mining. We do not have the ability to send STX back from the smart contract, so if someone thinks their transaction failed and they submit it again, they might unintentionally send in twice the amount they intended, which is unfortunately an irrevocable transaction. |
I'm closing and will reopen upon receipt of further reports. |
Every now and then after submitting transaction instead of proper success information I get an error like to the one below:
Broadcast error: "SyntaxError: Unexpected token b in JSON at position 1 - undefined"
Transactions are submitted successfully and they can be found in explorer.
This problem affects STX transfer transactions and contract calls.
Unfortunately I can't reproduce it at will.
Wallet version: v2.20.3
Browser: Firefox Nightly v94.0 (64-bit)
The text was updated successfully, but these errors were encountered: