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

The client does not connect and no error is thrown. #13

Open
hadysysdev opened this issue Nov 13, 2022 · 4 comments
Open

The client does not connect and no error is thrown. #13

hadysysdev opened this issue Nov 13, 2022 · 4 comments

Comments

@hadysysdev
Copy link

hadysysdev commented Nov 13, 2022

After updating to the latest hyperion stream client library i encounter the following scenarion

Used Hyperion Endpoint version: 3.7.7 with stream enabled
Used Hyperion Stream client version: 1.0.3

Running the code provided on the readme page does noting

The only output is

[hyperion:debug] Connecting to .......

Using the older version with fetch works without a problem.

"@eosrio/hyperion-stream-client": "^0.4.0-beta.5",
"node-fetch": "^2.6.1"

@kylanhurt
Copy link

I am also having this same issue!

@igorls
Copy link
Member

igorls commented Dec 10, 2022

The new version requires compatibility on the server side too, so unless your api endpoint is updated it won't work

@kylanhurt
Copy link

@igorls Where can we find out more about version compatibility? Does the server pretty much need the same version as the client?

@igorls
Copy link
Member

igorls commented Jan 2, 2023

Make sure you are forwarding the /stream path on the server side, after version 3.4 of the server we will move with matching versions

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

3 participants