Skip to content
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

Can't spend funds #2459

Open
thelasttaz opened this issue Jun 26, 2024 · 3 comments
Open

Can't spend funds #2459

thelasttaz opened this issue Jun 26, 2024 · 3 comments

Comments

@thelasttaz
Copy link

Hi, I've tried to recover a wallet it specter and after some time I was able to recover it. Now that, I'm trying to spend some of my funds I can't. I get an "Failed to load uxtos, IndexError: list index out of range" error.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
I expected to be able to sign my transaction to spend funds. Now I'm also getting a prompt to "enter password" and I never set one up.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Where is your node running: local(internal)
  • Where is your specter running: binary
  • If you're running a binary, which OS: MacOs
  • Desktop App
  • Specter Version 2.0.5

Additional context
I just re-downloaded the whole blockchain on my node.

@tulkasBTC
Copy link

Dear Wizards, Sires, frens and plebs,

I believe I'm facing a similar problem.

My core(umbrel and/or rblitz)<>specter(VM)<>airGap(offline device) setup has been solid almost since last halving... until last week.

I've already tried to rebuild the wallet RPC connection with same specter installation as well with a different node (using electrs) and brand new specter instance, both cases through pip3. No luck.

Receiving same error(s) when attempting to sign a transaction (with coin selection):

QR code renders, I scan it and sign it. Unfortunately when I click the blue box in order to scan the signed tx, specter UI simply halts.

When forcing page reload and/or specter reboot I'm saluted with this nasty output:


Traceback (most recent call last):
  File "/home/<USER>/.local/lib/python3.10/site-packages/cryptoadvance/specter/wallet/wallet.py", line 721, in check_utxo
    searched_vout = [
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/home/<USER>/.local/lib/python3.10/site-packages/cryptoadvance/specter/util/flask.py", line 32, in run
    super().run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/home/<USER>/.local/lib/python3.10/site-packages/cryptoadvance/specter/managers/wallet_manager.py", line 243, in _update
    self.wallets[wallet_name].update()
  File "/home/<USER>/.local/lib/python3.10/site-packages/cryptoadvance/specter/wallet/wallet.py", line 497, in update
    self.getdata()
  File "/home/<USER>/.local/lib/python3.10/site-packages/cryptoadvance/specter/wallet/wallet.py", line 745, in getdata
    self.check_utxo()
  File "/home/<USER>/.local/lib/python3.10/site-packages/cryptoadvance/specter/wallet/wallet.py", line 741, in check_utxo

Desktop (please complete the following information):

Where is your node running: local LAN
Where is your specter running: pip3 (ubuntu)
Specter Version 2.0.5

@thelasttaz
Copy link
Author

Hi, I'm still trying to get access to my funds in specter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@tulkasBTC @thelasttaz and others