codius/old-codius-cli

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

Opened this issue · 5 comments

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

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":[]}

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

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. ...

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?

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