You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:The issue persists with all connectors I've tried (styra, xpring etc.). It works with v1.1.0 and breaks with commit 6392205.
The text was updated successfully, but these errors were encountered: