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
If PBServer responds with unexpected data, PB SDK does not notify a client via fetchDemand callback
Steps to reproduce
Host: Rubicon
Make a call from US region
Expected results
fetchDemand method should get a resultCode with an error
Actual results
Nothing happened after getting response from PBServer
Platform details
PB SDK v1.1.1
Other information
Actually the reason is that PB SDK does not handle all error cases and in some scenarios just skips a step to notify a client that an error happened. I propose to set a default error - PREBID_SERVER_ERROR to be sure that the callback will be got on the client side
The text was updated successfully, but these errors were encountered:
Type of issue
bug
Description
If PBServer responds with unexpected data, PB SDK does not notify a client via
fetchDemand
callbackSteps to reproduce
Expected results
fetchDemand
method should get a resultCode with an errorActual results
Nothing happened after getting response from PBServer
Platform details
PB SDK v1.1.1
Other information
Actually the reason is that PB SDK does not handle all error cases and in some scenarios just skips a step to notify a client that an error happened. I propose to set a default error - PREBID_SERVER_ERROR to be sure that the callback will be got on the client side
The text was updated successfully, but these errors were encountered: