You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: