pdp2121
pdp2121
Hi, the [validator history service](https://github.com/ripple/validator-history-service) is experiencing the same issue across multiple nodes subscriptions: ``` 2024-02-08 12:41:47.227 {"name":"connections","hostname":"v-h-s-stg-connections-55bcfc5468-7lrhb","pid":8,"level":50,"msg":"WebSocket closed for ws://100.24.12.73:51233/ on main with code 1008 and reason: Policy error:...
I'm starting to have the same issue on the VHS as after reconnections, the websockets randomly became silent (no subscription message received, even though they were still open) for certain...
Hi @Bronek, thanks for working on this issue! Currently we only send other requests based on the subscription stream so I'm not sure if other methods would fail as well....
Hi @Bronek, after testing with `server_info` request, it seem not to produce result when subscription is interrupted as well, and then get result when subscription resumes (they were on/off together)....
@Bronek Communication is via Node.js websocket library: https://www.npmjs.com/package/ws Example: ``` import WebSocket from 'ws' const ws = new WebSocket(url, { handshakeTimeout: WS_TIMEOUT }) ``` The app connect to all nodes...
Thanks @develoQ for raising the issue! We are examining it at the moment, and will comment here once a solution has been found.
> @ckniffen @pdp2121 @mvadari I finally have an update. I managed to get the publicKey part working. > > However, I'm still not sure about the part where we display...
> @pdp2121 @mvadari @ckniffen I have solved the error and now, it works properly. Just to make sure, I have also tested to see if it works, and it does....
Tests are failing since we are using node 18 instead.
Is it for https://github.com/ripple/explorer/issues/925?