По какой-то причине наш багснаг сообщил о некоторой проблеме на наших веб-страницах, которая имеет wistia video
встроенный.
У нас есть простая настройка, как показано ниже:
<script src="https://fast.wistia.com/embed/medias/test-video-link.jsonp" async></script>
<script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<span class="wistia_embed wistia_async_xxxxxxxxx popover=true popoverAnimateThumbnail=true" style="display:block;height:50px;position:relative;width:60px"> </span>
Bugsnag Подробности ошибки:
The play() request was interrupted by a call to pause()
Promise:
rejection reason
{
"[object DOMException]": {
"name": "AbortError",
"message": "The play() request was interrupted by a call to pause(). https : //goo . gl/test-video-link",
"code": 20
}
}