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

JSON parsing seems to have problems #180

Closed
aviatorhh opened this issue Dec 18, 2021 · 3 comments
Closed

JSON parsing seems to have problems #180

aviatorhh opened this issue Dec 18, 2021 · 3 comments

Comments

@aviatorhh
Copy link

aviatorhh commented Dec 18, 2021

We have NC 23 and Talk 13.0.1 running with signaling 0.4.0. But there seems to be a problem with the web client. We get:

signaling[2801]: hub.go:809: Invalid message {Id: Type: Hello:<nil> Bye:<nil> Room:<nil> Message:<nil> Control:<nil> Internal:<nil>} from A.B.C.D: type missing

in the signaling logs. Running 0.3.0 therefore gives an error message in the NC GUI saying we need to upgrade signaling. Calls do not work either.

@fancycode
Copy link
Member

A message without a type indeed is invalid and this gets ignored. Could you please try rebuilding the signaling server and run make clean before doing so? Which version of Go are you using?

@aviatorhh
Copy link
Author

aviatorhh commented Dec 20, 2021 via email

@fancycode
Copy link
Member

No problem, glad that it's resolved now. Sometimes the easyjson processor doesn't rebuild the files to parse JSON data properly and only an explicit make clean helps.

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

2 participants