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

Failed to deserialize event: deserialize error: missing field u #217

Open
rurounijones opened this issue Feb 23, 2023 · 3 comments
Open
Labels
bug Something isn't working

Comments

@rurounijones
Copy link
Contributor

Getting a lot of these messages in GAW logs.

2023-02-23 04:20:53.511 ERROR   dcs_grpc: failed to deserialize event: deserialize error: missing field `u`
2023-02-23 04:21:10.104 ERROR   dcs_grpc: failed to deserialize event: deserialize error: missing field `u`
2023-02-23 04:21:15.369 ERROR   dcs_grpc: failed to deserialize event: deserialize error: missing field `u`

No stack trace unfortuntaely.

@rkusa
Copy link
Collaborator

rkusa commented Feb 23, 2023

I'd have guessed that this is related to Position being incorrectly used instead of InputPosition. But I went over the usages, and couldn't find an instance where it was used incorrectly. Another cause might be that an invalid object is passed to GRPC.exporters.position somewhere.

Are there any logs before the error that help putting the error into context?

@rurounijones
Copy link
Contributor Author

No error logs with context but then these are running on prod servers so no debug logging. I'll see if I can get some debug logs. My assumption is that these are events being exported and failing, maybe for the same reason as the group thing is failing? (Do statics have u ?)

@rurounijones rurounijones added the bug Something isn't working label Feb 24, 2023
@rkusa
Copy link
Collaborator

rkusa commented Feb 27, 2023

(Do statics have u ?)

I am pretty certain that yes, since it is just one of the fields of object:getPosition()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants