-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
A message without a |
go version go1.17.5 linux/amd64
I just did a make clean and the problem vanished. I would say for sure I had done it before but now it seems to work. This must be a kind of magic I guess.
Sorry for this confusion.
… On 20. Dec 2021, at 08:51, Joachim Bauch ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub <#180 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADE2FUKD5RD63FL25FUKCWTUR3OA3ANCNFSM5KKTUXBQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.
|
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 |
This was referenced Aug 30, 2022
This was referenced Feb 7, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: