List of steps to reproduce (step by step, including full links if applicable):
Try to translate https://en.wikipedia.org/wiki/James_Webb_Space_Telescope to another language, say ig using Google translate. Click on the first paragraph.
What happens?:
Google MT fails, provides this stack trace in network debugger
Error: Invalid sourceHtml
at Google.buildSourceDoc (/srv/service/lib/mt/MTClient.js:457:10)
at Google.translateReducedHtml (/srv/service/lib/mt/MTClient.js:58:8)
at Google.translate (/srv/service/lib/mt/Google.js:30:15)
at MWImage.adapt (/srv/service/lib/translationunits/MWImage.js:78:64)
at /srv/service/lib/lineardoc/TextBlock.js:458:32
at Array.forEach (<anonymous>)
at /srv/service/lib/lineardoc/TextBlock.js:446:9
at Array.forEach (<anonymous>)
at TextBlock.adapt (/srv/service/lib/lineardoc/TextBlock.js:443:19)
at Doc.adapt (/srv/service/lib/lineardoc/Doc.js:774:23)
at Adapter.adapt (/srv/service/lib/Adapter.js:25:27)
at MWReference.adapt (/srv/service/lib/translationunits/MWReference.js:80:47)
at Doc.adapt (/srv/service/lib/lineardoc/Doc.js:735:37)
at /srv/service/lib/lineardoc/TextBlock.js:466:41
at Array.forEach (<anonymous>)
at TextBlock.adapt (/srv/service/lib/lineardoc/TextBlock.js:443:19)What should have happened instead?:
Machine translation should succeed


