The missing src is coming from this image in AMP:
<amp-img src=" " class="amp-wp-inline-8862949d72c88be3356056a3e57bd817 amp-wp-unknown-size amp-wp-enforced-sizes" width="750" height="400" sizes="(min-width: 750px) 750px, 100vw"></amp-img>
It looks like it is coming from this HTML:
<img style="width:75px;height:75px;" itemprop="image" src="https://cockapoo.me/wp-content/plugins/jetpack/modules/lazy-images/images/1x1.trans.gif" data-lazy-src=" ">
This probably appears in the raw content as:
<img style="width:75px;height:75px;" itemprop="image" src=" ">
Which Jetpack is converting to the above via https://github.com/Automattic/jetpack/blob/e9c02f227f35e8da43558e74d9082a58dc04d134/modules/lazy-images/lazy-images.php#L93-L113
Long story short: you have a src in your HTML that has an invalid value. Looks like it is coming from the product details box at the end of the content.
Hi,Mr Ruter
I am faced with the same problem. If I correct the error in the raw page, Will the AMP plug-in automatically fix itself ?
Does the plugin take a few days to fix itself ?
@bigaoe What is the URL for the page in question? The plugin could be updated to scrub this invalid src but why not just fix the HTML to not output a bad src to begin with?
I have filed an issue to fix this in the plugin, nevertheless: https://github.com/Automattic/amp-wp/issues/1030
Mr Ruter,Thank you for your response
I’m sorry for the rudimentary question. I know how to fix my original page, but how do I fix errors on my AMP page?
I can’t fix errors on AMP pages directly In the Google console, so please tell me where to fix errors on AMP pages. How do I fix errors on AMP page?
My WordPress version is 4.9.4, PC is Mac ElCapitan.
I want to use the Chrome developer tool, but I could not save it even if I could edit it.
Thank you so much!
@bigaoe You haven’t shared the URL for the page that has the problem, so I have no way of advising.
Mr Ruter,Thank you for your kindly support.
My Page is:
https://www.facelogo.org/logo-2/amp/
The error on line 543 571
<amp-img src="" width="" height="" layout="responsive"></amp-img></a>
Mr Ruter,Thank you for your reply
I opened another support ticket :
Could you please tell me how to fit this code in page related-posts.php?
No, this is something for the authors of the other plugin to help with, as they’ve already responded: https://ww.wp.xz.cn/support/topic/the-amp-img-error/#post-10110582