mydoge-com / mydogemask

Doge wallet chrome extension
Other
19 stars 11 forks source link

Error Failed to send transaction #52

Closed H7-25 closed 1 year ago

H7-25 commented 1 year ago

After having upgraded to 2.0 from chrome store, for each transaction i get "Failed to send transaction" error message. I've try to uninstall and reinstall extension several time but without results. Attached you can find the extension inspector screenshot Screenshot 2023-02-12 alle 21 59 03

Chrome version 103.0.5060.134 (Build ufficiale) (arm64)

.

alexanvl commented 1 year ago

We aren't able to reproduce this issue. Please provide a code example or a link to a repo where the issue is reproducible. See the following article for details on submitting a minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example

H7-25 commented 1 year ago

Sorry, there's not step to reproduce or code example to show, at first I thought it was a problem with my website integration, but I've verified and just opening the extension and send a transaction manually is enough to have the error

H7-25 commented 1 year ago

I've uninstall again the extension and installed the build from GitHub repo and it was working, than I've removed it and reinstalled it again from chrome store and now it work ... No way to avoid this kind of problem on updating ? I've done multiple transactions but I was just testing and sending little amounts of doge to another of my wallets but if it happen for a real big transaction it's a really bad problem

alexanvl commented 1 year ago

My assumption is it's related to restarting the service worker. In general you shouldn't have issues updating the published release, but it's still possible. I believe this problem arises when building and loading the extension locally in addition to the published version, but I am guessing as I have not reproduced this specific issue. Perhaps we can add some documentation on removing the extension, restarting the service worker, etc.