k-bx / openrtb-rust

OpenRTB v2.5 and OpenRTB Dynamic Native Ads v1.2 types for rust.
Apache License 2.0
16 stars 11 forks source link

Error deserializing RTB requests #3

Open albertoortiz opened 2 years ago

albertoortiz commented 2 years ago

Hi, I am trying to use you amazing lib to save me time reading JSON RTB requests and reading the data into an Actix server. I was trying to deserialize the incoming JSON but I always stock in the same error:

Error("invalid type: integer0, expected a boolean", line: 2, column: 1351)

Any idea about this ? Thank you

elpiel commented 1 year ago

Get the data (JSON) for the given request and see which field is causing this.

justin-boshoven-vizio commented 1 year ago

Was this fixed after 14543721136272ca5ade1d7cdaf5fe5a0339ff0a was checked in?