You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can't do any RPC request to my node via WS. On an attempt to connect to it I got an error 404 not found. This issue occurs with the latest geth v1.9.20 on dedicated Server. At home, I have version 1.9.18 and it works fine with my code. I tried to connect to it locally and from home- the same issue. Node works fine via HTTP connection. I tried to change the port to other value, it didn't help.
Hi, I can't do any RPC request to my node via WS. On an attempt to connect to it I got an error 404 not found. This issue occurs with the latest geth v1.9.20 on dedicated Server. At home, I have version 1.9.18 and it works fine with my code. I tried to connect to it locally and from home- the same issue. Node works fine via HTTP connection. I tried to change the port to other value, it didn't help.
My file of configuration:
System information
Geth version: v1.9.20
OS & Version: Windows Server 2019 Standart
Expected behaviour
ws connection should work
Actual behaviour
ws connection crashed with 404 error
UPD1:
I use c# library Nethereum, version 3.8.0 to communicate with geth
UPD2:
I think the issue is Connection header
Nethereum request looks like:
go-ethereum/node/rpcstack.go
Line 316 in c0c0161
here code expects only one value
Nethereum can't modify the Connection header.
The text was updated successfully, but these errors were encountered: