Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

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

Open
rawadrifai opened this issue Mar 4, 2019 · 1 comment

Comments

@rawadrifai
Copy link

rawadrifai commented Mar 4, 2019

When I split example.js into server and client I get the error:
Error: Error connecting: Unable to establish connection, no packets meeting the minimum exchange precision of 3 digits made it through the path.

I run the server the server and wait for connections and from a different client.js file I put the part to connect and stream. The error is generated here:

const clientConn = await IlpStream.createConnection({
    plugin: clientPlugin,
    destinationAccount,
    sharedSecret
  })
@traviscrist
Copy link
Contributor

Can you provide more logs for this example. That error means that none of the test packets could make it from across the stream so the connection fails to establish. There should be specific errors for packets 1-5 which would provide more insight into why this occurred.

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

No branches or pull requests

2 participants