Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to close Payment Channel after rebuilding server? #74

Open
g10chy opened this issue Sep 4, 2018 · 3 comments
Open

How to close Payment Channel after rebuilding server? #74

g10chy opened this issue Sep 4, 2018 · 3 comments

Comments

@g10chy
Copy link

g10chy commented Sep 4, 2018

Hi,
I have had to rebuild my server from scratch. In the process, I am now unable to close the Payment Channel to reclaim my 10 XRP.

Please can you help with the required steps?

Thanks,
Chris

@g10chy
Copy link
Author

g10chy commented Sep 4, 2018

I have managed to put together a new .moneyd.json file and now able to see the channel with "moneyd xrp:info".
However, I get this error when trying to run cleanup:

fatal: { AssertionError [ERR_ASSERTION]: parameter store must be object at new TransactionFactory (/usr/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-paychan-shared/lib/transaction-factory.js:8:5) at new TxSubmitter (/usr/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-paychan-shared/lib/tx-submitter.js:36:23) at module.exports (/usr/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-paychan-shared/lib/tx-submitter.js:213:22) at XrpUplink._submitter (/usr/lib/node_modules/moneyd-uplink-xrp/index.js:235:12) generatedMessage: false, name: 'AssertionError [ERR_ASSERTION]', code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' }

@adamstraube
Copy link

Hi @g10chy, I have the same issue also. This is also an issue in the moneyd-uplink-xrp repo here: interledgerjs/moneyd-uplink-xrp#28

@adamstraube
Copy link

I have a temporary workaround (posted in the other issue also).
Revert to moneyd-uplink-xrp version 1.2.3 as 1.2.4 seems to be the source of the issue.
npm install -g moneyd-uplink-xrp@1.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants