jup-ag / jupiter-swap-api

The jupiter swap api binary
97 stars 24 forks source link

Helius Geyser wss url #44

Open mexcro opened 3 months ago

mexcro commented 3 months ago

I try to run jupiter-swap-api with helius rpc and geyser like this ./jupiter-swap-api --rpc-url <RPC URL> --yellowstone-grpc-endpoint <wss URL> --yellowstone-grpc-x-token <api-key> and get error

2024-08-19T09:46:51.216464Z INFO jupiter_core::geyser_client: Connect to subscribe to the geyser server 2024-08-19T09:46:51.216540Z ERROR jupiter_core::geyser_client: Geyser grpc client error gRPC status: status: Unknown, message: "h2 protocol error: http2 error: connection error detected: frame with invalid size", details: [], metadata: MetadataMap { headers: {} }

mexcro commented 3 months ago

wss URL - need use https instead of wss

mexcro commented 3 months ago

close