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

stream error "json: cannot unmarshal string into Go struct field Event.event.IncidentType of type uint64" #205

Closed
kevin-ie opened this issue Mar 8, 2022 · 0 comments · Fixed by #206
Assignees

Comments

@kevin-ie
Copy link

kevin-ie commented Mar 8, 2022

Hi,

We have been getting "json: cannot unmarshal string into Go struct field Event.event.IncidentType of type uint64" errors while reading event data from a falcon stream. The errors repeat indefinitely and cause the stream to be unusable. It looks like the returned json data from the underlying api call has a string type in IncidentType and the string value can not be unmarshalled into unit64 type for Event.IncidentType field package streaming_models. Your help to address this issue is much appreciated.

Kevin

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

Successfully merging a pull request may close this issue.

2 participants