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
when bids are requested, no sizesSupported will be selected, and bidRequests will be empty
but requestBids are starting auction which returns an error
utils.js:843 Uncaught Error: numRequiredCalls must be a positive number. Got 0
at delayExecution (utils.js:843)
at auctionCallbacks (auction.js:299)
at Object.run (auction.js:193)
at runIfOriginHasCapacity (auction.js:255)
at Object.callBids (auction.js:224)
at Object. (prebid.js:387)
at Object.hookedFn [as requestBids] (hook.js:75)
at prebidAdapter.ts:161
at Function. (targetingFetcher.ts:68)
at Function. (utils.ts:8)
Test page
Expected results
No error
Actual results
Exception
Platform details
1.24.1
Other information
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
When no sizesSupported are available requestBids throws an exception
Steps to reproduce
"mediaQuery": "(min-width: 801px)",
"sizesSupported": [
[800, 250],
[970, 250]
],
"labels": ["label-ad"]
}, {
"mediaQuery": "(min-width: 0px) and (max-width: 800px)",
"sizesSupported": [],
"labels": ["label-ad"]
}]
utils.js:843 Uncaught Error: numRequiredCalls must be a positive number. Got 0
at delayExecution (utils.js:843)
at auctionCallbacks (auction.js:299)
at Object.run (auction.js:193)
at runIfOriginHasCapacity (auction.js:255)
at Object.callBids (auction.js:224)
at Object. (prebid.js:387)
at Object.hookedFn [as requestBids] (hook.js:75)
at prebidAdapter.ts:161
at Function. (targetingFetcher.ts:68)
at Function. (utils.ts:8)
Test page
Expected results
No error
Actual results
Exception
Platform details
1.24.1
Other information
The text was updated successfully, but these errors were encountered: