An error has occurred

{{terminalError}}

function checkImsgSrc() { const img = document.querySelector('#thumbnail>img'); if (img) { var scope = angular.element("#thumbnail").scope(); scope.imageUrl = img.src; scope.contentDate = img.alt; } else { setTimeout(checkImsgSrc, 200); } } checkImsgSrc();