Igosuki / signalr-rs

Actix Websocket based implementation of Signalr
MIT License
19 stars 6 forks source link

Hub client error : DecodeError("SignalrConnection ", Error("EOF while parsing a value", line: 1, column: 0)) #9

Open PierreV23 opened 2 years ago

PierreV23 commented 2 years ago

Keep getting this error, how can I troubleshoot this? Its not showing me what's being parsed.

goodman965 commented 1 year ago

Check your url. I had the same issue. In my case problem was in wrong server address ("http://192.168.1.2:8070/" instead "http://192.168.1.2:8070/signalr/").

Igosuki commented 1 year ago

Although this error could be better the answer is simple, there is no data to be read in the body (when it tries to parse JSON).