freewallet-desktop icon indicating copy to clipboard operation
freewallet-desktop copied to clipboard

Signing Send Transactions from Trezor Wallet not working

Open vectorconfetti opened this issue 2 years ago • 1 comments

Version

Confirmed present on Desktop 0.9.29

Steps to reproduce

In Freewallet desktop, when attempting to send funds from a Trezor Hardware address, after clicking yes on: "You will now be taken to freewallet.io to sign this transaction using your hardware device." and clicking "Connect to Trezor" on the following browser page, nothing happens when I click the button, and I see the following error. Popups are enabled

Uncaught ReferenceError: info is not defined
    signTx https://freewallet.io/hardware/trezor/app.js:178
    jQuery 8
    signTx https://freewallet.io/hardware/trezor/app.js:164
    <anonymous> https://freewallet.io/hardware/trezor/sign.html?
[app.js:178:13](https://freewallet.io/hardware/trezor/app.js)

Earlier on when I tried this, I also saw this error in the Network tab:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at api. blockcypher .com /v1/btc/main/txs/[omitted hash stuff].  Reason: CORS header 'Access-Control-Allow-Origin' missing. Status code 429

but this request is now returning 200.

vectorconfetti avatar Mar 03 '24 15:03 vectorconfetti

deleting spammy/scammy looking message from @Ashaddev to offer support

jdogresorg avatar Apr 17 '24 20:04 jdogresorg

Your error messages indicate that your request to api.blockcypher.com failed, which is what the wallet uses to lookup the UTXOs in your transaction.

Here is the relevant code which makes a call to api.blockcypher.com and stores the UTXOS.. https://github.com/jdogresorg/freewallet-desktop/blob/master/hardware/trezor/app.js#L164-L178

This issue was most likely an temporary issue on the api.blockcypher.com API, and not related to an issue in FreeWallet.

I was able to verify sends from a Trezor address work perfectly fine a couple months ago (after this issue was opened)

https://xchain.io/tx/2728971

Closing this issue now as resolved.

jdogresorg avatar Jun 28 '24 19:06 jdogresorg