filidorwiese / ripple-wallet

Lightweight command-line Ripple wallet (node based)
ISC License
41 stars 19 forks source link

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SchemaError: no such schema #11

Closed rudijs closed 6 years ago

rudijs commented 6 years ago

Hi,

I've had good success before, but today with 3 different versions of node I keep seeing:

❯ ripple-wallet-cli pay
-----------------------------------------------
Ripple Wallet Make Payment
-----------------------------------------------

? Enter XRP amount to send: 980
? Enter destination address: xxxxxxxxxxxxxxxxxxxx
? Enter destination tag (optional): 102116386
? Enter sender address: xxxxxxxxxxxxxxxxxxxxxxxxxxx
? Enter sender secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Current destination balance: 71028.646932 XRP
Current sender balance: 1000.277549 XRP
? Ready to send? Yes

Preparing payment transaction...
(node:11384) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SchemaError: no such schema </tag>

I'm using the correct inputs, just xxxxx'd them out for this post.

Any ideas or suggestions?

Thanks

rudijs commented 6 years ago

Hi,

It's related to this issue: https://github.com/ripple/ripple-lib/issues/880

I git clone'd this repo, updated the resolutions property as described in the issue above, used yarn to install - and works OK.

Thanks.