Uncaught TypeError: this.b.canPlayType is not a function
122 views
Skip to first unread message
RoflMcCopter
unread,
Jul 25, 2016, 6:11:45 PM7/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Interactive Media Ads SDK
I get this error when trying to play on the Chrome iPad emulator. The behavior is the same on a regular iPad (which I haven't been able to debug at the moment), which leads me to believe it's the culprit.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Interactive Media Ads SDK
Hi there,
This might be a network-related issue, where a certain script is being blocked from accessing the implementation. So it might not supply the code needed (for example the canPlayType function is not found). When testing with your page, I saw a CORS issue which further confirmed this hypothesis.
Check that you properly handle CORS, and then let us know if you continue seeing the issue.