blockchain / service-my-wallet-v3

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

Unexpected error, please try again #462

Open its0x4d opened 4 years ago

its0x4d commented 4 years ago

I have some issues while trying to use send function i got this error every single time without description: {"error":"Unexpected error, please try again"}

this is my code: ''' from blockchain import wallet w = wallet.Wallet('guid', password, service_url, api_code) w.send(to, amount) '''

Service v3, Node v10.19.0*