-
Notifications
You must be signed in to change notification settings - Fork 53
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
moneyd fails at startup with RippledError(entryNotFound) #427
Comments
Thanks for the report. I assume the error originates from ilp-plugin-xrp-asym-client. The plugin tries to load it's payment channel in function _connect(). If it fails an error like Running moneyd with the following command should give us a better debug log: |
For now, you can force a new channel by setting a 'name' field in your moneyd config (More on that here: https://github.com/interledgerjs/moneyd-xrp#multiple-instances) We're working on patching the root of the problem. Thanks for reporting all these issues! |
@dappelt : I ran it Here's the output:
Followed by a loop of this:
|
Setting "name": "foo" in the JSON file and running it again indeed made it establish another payment channel. moneyd info shows that it exists |
Thanks for the debug log. We are working on a fix. |
Prior to this, I had a PayChan that didn't get cleaned up properly due to a recently fixed issue with 'moneyd cleanup'. It was removed via manually transmitted transaction.
A day later, I tried to run moneyd again, now it doesn't start properly:
Here's a paste from my shell. Machine is running Win10.
Just guessing here: is the code assuming the payment channel should already exist?
Anyway, it was not clear to me exactly what call from ilp-connector causes this error, or how to debug it.
The text was updated successfully, but these errors were encountered: