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

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

Open
PierreV23 opened this issue Jun 19, 2022 · 2 comments

Comments

@PierreV23
Copy link

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

@goodman965
Copy link

goodman965 commented Dec 21, 2022

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
Copy link
Owner

Igosuki commented Jan 20, 2023

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).

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