blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
917 stars 521 forks source link

Error on creating new account #227

Open brunosalmeida opened 7 years ago

brunosalmeida commented 7 years ago

Debian 8 Node = 6.10.3 service-my-wallet-v3 = 0.25.0

I had a service-my-wallet-v3 on 24 version working. When the service was updated to 0.25.0 the feature to create new account into a wallet stoped and a i get this error: Main wallet password incorrect. I didn't change the password.

jtormey commented 7 years ago

Could you try completely uninstalling and reinstalling the service?

npm uninstall -g blockchain-wallet-service
npm install -g blockchain-wallet-service
haardikk21 commented 7 years ago

Having the same issue. Very annoying.

Also, I see that the address_balance endpoint has been deprecated and the HD api just has a /balance endpoint - is it supposed to return the combined balance of all addresses in the account?

jtormey commented 7 years ago

That's correct, the balance endpoint will retrieve the balance for the xpub, which is the sum of all the address balances.

@haardikk21 do you only have this issue with the create endpoint? Could you start this service with LOGLEVEL=debug, and let me know if that gives more information? What happens if you completely uninstall and reinstall the service? Thanks.

Starting the service in debug mode: LOGLEVEL=debug blockchain-wallet-service start

brunosalmeida commented 7 years ago

@jtormey uninstall the package worked.

yaswanth-rails commented 7 years ago

Me too getting same issue even re installing the service. Please check below logs.

1495877207083 - debug: Logging in 1495877217934 - debug: Fetching wallet history 1495877609528 - debug: Recording smwv3 event name=recv 1495877642383 - error: ERR_PASSWORD

aaressinfomedia commented 7 years ago

Hello Yashwant-rails,

You can check your email for authorize IP address and click on it. that should help

bobozar commented 6 years ago

same isssue here. done all what is listed above can't get it to authenticate and my password is correct.

rakeshrocket commented 6 years ago

1541243815626 - debug: Logging in 1541243815926 - debug: Created new session token 1541243816427 - debug: Fetched wallet 1541243816440 - error: ERR_PASSWORD

$url = "http://127.0.0.1:3000/merchant/$guid/payment?to=$to&amount=$amount&password=$pass";

I entered correct password. but i got the error message: {"error":"Main wallet password incorrect"}