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

ERROR grin_wallet_impls::node_clients::http - Error calling get_unspent_outputs #664

Open
noobvie opened this issue Sep 14, 2022 · 0 comments

Comments

@noobvie
Copy link

noobvie commented Sep 14, 2022

Describe the bug
When I try to recover my seed I got the error below.

root@grinnode:/coin/grin$ ./grin-wallet init -hr
Please enter your recovery phrase:
phrase> ....
Password:
Confirm Password:
20220914 13:21:45.789 WARN grin_wallet_impls::lifecycle::seed - Generating wallet seed file at: /coin/grin/wallet_data/wallet.seed
Your recovery phrase is:

.....

Please back-up these words in a non-digital format.
Command 'init' completed successfully
root@grinnode:/coin/grin$ ./grin-wallet info
Password:
20220914 13:21:54.378 WARN grin_wallet_libwallet::api_impl::owner_updater - This wallet has not been scanned against the current chain. Beginning full scan... (this first scan may take a while, but subsequent scans will be much quicker)
20220914 13:21:54.378 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20220914 13:21:54.384 ERROR grin_wallet_impls::node_clients::http - Error calling get_unspent_outputs: Request error: Cannot make request: error sending request for url (http://127.0.0.1:3413/v2/foreign): connection closed before message completed
Wallet command failed: LibWallet Error: Client Callback Error: Error calling get_unspent_outputs: Request error: Cannot make request: error sending request for url (http://127.0.0.1:3413/v2/foreign): connection closed before message completed
root@grinnode:/coin/grin$ telnet 127.0.0.1 3413
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
^CConnection closed by foreign host.
root@grinnode:/coin/grin$ ./grin-wallet address
Password:

Address for account - default
-------------------------------------
grin1ngumkf4y......

Command 'address' completed successfully
root@grinnode:/coin/grin$ ./grin-wallet txs
Password:
20220914 13:24:19.692 WARN grin_wallet_libwallet::api_impl::owner_updater - This wallet has not been scanned against the current chain. Beginning full scan... (this first scan may take a while, but subsequent scans will be much quicker)
20220914 13:24:19.692 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20220914 13:24:19.693 ERROR grin_wallet_impls::node_clients::http - Error calling get_unspent_outputs: Request error: Cannot make request: error sending request for url (http://127.0.0.1:3413/v2/foreign): connection closed before message completed
Wallet command failed: LibWallet Error: Client Callback Error: Error calling get_unspent_outputs: Request error: Cannot make request: error sending request for url (http://127.0.0.1:3413/v2/foreign): connection closed before message completed
root@grinnode:/coin/grin$ ./grin-wallet --version
grin-wallet 5.1.0

Screenshots
grin node is still running well in same server
image

Thanks for your help.

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

1 participant