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

Error: Unable to establish connection, no packets meeting the minimum exchange precision of 3 digits made it through the path. #7

Open
martinlowinski opened this issue Aug 9, 2019 · 0 comments

Comments

@martinlowinski
Copy link

The update of the package ilp-protocol-stream from v0.2.1 to v1.8.4 seems to break some things and result in this error when sending a payment to the server:

2019-08-09T15:25:21.827Z ilp-protocol-stream:Server:Connection:debug test packet 5 was rejected with a F02 triggered by test.xpring-dev.js1.ilspServer.yJqGJZwe5MZnBPPxYVTHDWB8a--bLrNon9J3M1ZBiDk error with the message: "no route found. source=local destination=test.xpring-dev.js3.ilspServer.KBNKc9BNsI62nOF9v3N3-yZheTA1nI5L3YXOr3D1AiU.local.cpK57CPmHoOrTcD0BKxnsxZ_aa6nXaVPsFrU7zLAySk"
2019-08-09T15:25:21.828Z ilp-protocol-stream:Server:Connection:debug retry with packet amounts 
2019-08-09T15:25:21.828Z ilp-protocol-stream:Server:Connection:error destroying connection with error: Error: Unable to establish connection, no packets meeting the minimum exchange precision of 3 digits made it through the path.
    at Connection.<anonymous> (/root/ilp-spsp-server/node_modules/ilp-protocol-stream/src/connection.ts:1160:11)
    at Generator.next (<anonymous>)
    at fulfilled (/root/ilp-spsp-server/node_modules/ilp-protocol-stream/src/connection.js:4:58)
    at process._tickCallback (internal/process/next_tick.js:68:7)
2019-08-09T15:25:21.868Z ilp-protocol-stream:Server:Connection:debug error in error handler: Error: Unable to establish connection, no packets meeting the minimum exchange precision of 3 digits made it through the path.
    at Connection.<anonymous> (/root/ilp-spsp-server/node_modules/ilp-protocol-stream/src/connection.ts:1160:11)
    at Generator.next (<anonymous>)
    at fulfilled (/root/ilp-spsp-server/node_modules/ilp-protocol-stream/src/connection.js:4:58)
    at process._tickCallback (internal/process/next_tick.js:68:7)
2019-08-09T15:25:21.868Z ilp-protocol-stream:Server:Stream:1:error destroying stream because of error: null
2019-08-09T15:25:21.869Z ilp-protocol-stream:Server:Connection:debug removing record of stream 1

The issue persists with all connectors I've tried (styra, xpring etc.). It works with v1.1.0 and breaks with commit 6392205.

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

1 participant