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

Rust client "failed to connect: no created_at in the message" #505

Closed
thetateman opened this issue Dec 30, 2024 · 1 comment
Closed

Rust client "failed to connect: no created_at in the message" #505

thetateman opened this issue Dec 30, 2024 · 1 comment

Comments

@thetateman
Copy link

Running the Rust example client from the Master branch with the example arguments, and received the following errors:

[2024-12-30T07:34:41Z INFO client] Connected
[2024-12-30T07:34:41Z INFO client] stream opened
[2024-12-30T07:34:41Z ERROR client] failed to connect: no created_at in the message
[2024-12-30T07:34:42Z INFO client] Retry to connect to the server
[2024-12-30T07:34:42Z INFO client] Connected
[2024-12-30T07:34:42Z INFO client] stream opened
[2024-12-30T07:34:42Z ERROR client] failed to connect: no created_at in the message
[2024-12-30T07:34:42Z INFO client] Retry to connect to the server

Running Ubuntu 22.04.5
rustc 1.81.0
Solana 2.2.0

Temporarily fixed by reverting the commits in this PR: #479

@fanatid
Copy link
Collaborator

fanatid commented Dec 30, 2024

You (or your provider) need to run plugin version started from 3.2.0 or 4.2.0

@fanatid fanatid closed this as completed Dec 30, 2024
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
@fanatid @thetateman and others