codius / old-codius-cli

Codius Client Command Line Interface (CLI)
https://codius.org
Apache License 2.0
110 stars 13 forks source link

Moneyd - Cannot connect to blocked account. reconfigure your uplink to connect with a new payment channel. #74

Open bendadaniel opened 5 years ago

bendadaniel commented 5 years ago

Hello, I want to try run codius host on my server, but I have problem with starting moneyd.

While installing I set wallet withou XRP reserve it caused problem with running moneyd. So I close channel by moneyd xrp:cleanup and delete /root/.moneyd.json configuration. Deposit wallet. After that i reconfigure it by moneyd xrp:configure.

Now when I want start moneyd by moneyd xrp:start, console log error (node:8601) UnhandledPromiseRejectionWarning: Error: {"code":"F00","name":"NotAcceptedError","triggeredAt":"2018-10-29T13:33:56.935Z","data":"cannot connect to blocked account. reconfigure your uplink to connect with a new payment channel. reason=channel is closing/closed. channelId=xxxxx","protocolData":[]}

I try several times repeat this process with cleanup, confgure etc. but rly dont know what to do more. (moneyd xrp:info show no opened channels)

Xrp addr: rUv9yjt1MzYY2kK9Vo4MNgZCKAs52dXcuX

Do you have some idea where can be a problem please?

Thank you Daniel

bendadaniel commented 5 years ago

when I try moneyd xrp:configure --advanced, I got this error: Error: {"code":"F00","name":"NotAcceptedError","triggeredAt":"2018-10-30T09:53:26.645Z","data":"Cannot read property 'Account' of undefined","protocolData":[]}

wilsonianb commented 5 years ago

Hi @bendada3 I'm looking into this but am currently wondering how you originally configured moneyd to use the account. Did you manually change the "secret" field in your .moneyd.json file? I think moneyd xrp:configure should have failed with an account that did not exist or meet the minimum reserve. https://github.com/interledgerjs/moneyd-uplink-xrp/blob/master/index.js#L261-L277

bendadaniel commented 5 years ago

I normal configure it by moneyd xrp:configure. 1)moneyd xrp:configure 2)type secret 3)no error 4)moneyd xrp:start 5)error:cannot connect to blocked account. ...

Sinnich commented 5 years ago

I normal configure it by moneyd xrp:configure. 1)moneyd xrp:configure 2)type secret 3)no error 4)moneyd xrp:start 5)error:cannot connect to blocked account. ...

Did you solve it?

bendadaniel commented 5 years ago

I normal configure it by moneyd xrp:configure. 1)moneyd xrp:configure 2)type secret 3)no error 4)moneyd xrp:start 5)error:cannot connect to blocked account. ...

Did you solve it?

no