-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ConsentManagement requestBidsHook for video bug #8300
Comments
scrap below, my error was self inflicted trying to pick up sharedID, took out this // let userIdArray = adyjs.getUserIdsAsEids(); and 6.20.0 & 6.19.0 work fine for me now you getting some error like this? I just tried 6.20.0 and i'm getting this: weirdly 6.19.0 works for me, that error only comes in 6.20.0, maybe related to #8201 |
@spormeon the second comment, about |
@dgirardi Its ok, I got it all sorted, it was my fault was getting that error, only come along in 6.20.0 , where I was trying to grab sharedID with this ( commented it out and error went away) |
Just ran into this as well, happens with video adUnits that don't have the size parameter. |
@EskelCz the fix for this was released in 6.21.1 - or are you saying this bug is still in master? |
@dgirardi I was using 6.20.0, thanks for the info |
Type of issue
This PR ( #8185 ) breaks video's inside an iframe for us.
Description
getAdUnitSizes
does not return anything ( as it only works for banner units ), and then getting the width and height fails and throws an error.Fixed this locally by changing the code to:
Steps to reproduce
Don't have an easily reproducible setup ( except our production and development domains where the issue was fixed )
Cleaned up stack trace of requesting 2 video ads inside an iframe:
Error points to
width = sizes[0][0];
inrequestBidsHook
inconsentManagement.js
Platform details
Prebid v6.19.0
Other information
#8185
The text was updated successfully, but these errors were encountered: