Hi André,
Are you using JW's IMA Plugin? If so, you should reach out to their support team as we don't support third party implementations on this forum.
I've done some testing with your page and all that I'm seeing served is empty VAST responses. Regardless, if you're seeing error 402 that is a MediaFile timeout. The DFP documentation has some helpful information about dealing with this error:
This can be caused when the loadVideoTimeout setting in the IMA SDK is set unreasonably low. The default is 15 seconds.
This can be caused by low bandwidth, or poor website implementation with competing requests that delay loading of the media file.
This can occur when a video auto-plays in a mobile environment, since it should be click-to-play (there are some exceptions).
For players that use the HTML5 IMA SDK, video fallback may be helpful to avoid losing impressions.
Also, as noted by the user above me, the default media load timeout was just updated in the last release. If your files usually take longer than 8 seconds to load, this would be the root of your issue. You can use the
loadVideoTimeout property of AdsRenderingSettings to customize your timeout value.
Let me know if you have any further questions.
Regards,
Chris Feldman
IMA SDK Team