Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Debugger - Error Parsing URL: Error parsing input URL, no data was scraped
    text
    copied!<p>All the URLs of the site <a href="http://www.lumi7.com.br" rel="nofollow">http://www.lumi7.com.br</a> got the "Error Parsing URL: Error parsing input URL, no data was scraped" with Facebook Debugger at least <strong>2 out of 3 times</strong>. Almost 35% of the time, it gets the right info, with 200 response code. Found it really weird because the hits at the actual links don`t get any errors, only through the Facebook Debugger. The <strong>code for the tags goes as follows</strong> (*wordpress setup... the get_fbimg function is at the funcions.php module and working fine... all information retrieves just fine 100% of the time*)..</p> <pre><code> &lt;meta property="og:title" content="&lt;?php the_title(); ?&gt;"/&gt; &lt;meta property="og:type" content="&lt;?php if (is_single() || is_page()) { echo 'article'; } else { echo 'website';} ?&gt;"/&gt; &lt;meta property="og:image" content="&lt;?php echo get_fbimg(); ?&gt;"/&gt; &lt;meta property="og:url" content="&lt;?php the_permalink(); ?&gt;"/&gt; &lt;meta property="og:description" content="&lt;?php echo $post-&gt;post_excerpt; ?&gt;"/&gt; &lt;meta property="og:site_name" content="&lt;?php bloginfo('name'); ?&gt;"/&gt; &lt;meta property="fb:admins" content="1583250550"/&gt; &lt;meta property="og:locale" content="pt_BR" /&gt; &lt;meta property="fb:app_id" content="466901323366968"/&gt; </code></pre> <p>Things I've tried:</p> <ol> <li>Remove all tags</li> <li>Reinsert them one by one</li> <li>Testing rebuild the .htaccess step by step</li> <li>Changing the links at the tags between https and http</li> <li>Host seems pinging just fine</li> <li>Tested several wordpress plugins (free and premium)</li> <li>Other sites at the same host works fine, tested the same tags with them</li> <li>Tried on default wordpress themes to rule out any possible theme conflicts</li> </ol> <p>The same ratio keeps hitting.. 2 out of 3 times a response code 502 sometimes, but most of the time it's Error Parsing URL.</p> <p>Some info that might be relevant:</p> <p>PHP 5.2.17</p> <p>Apache 2.2.22</p> <p>MySQL 5.0.91</p> <p>Perl 5.8.8</p> <p>Kernel 2.6.18-408.8.2.el5.lve0.8.61.3</p> <p>server ip 66.7.218.190</p> <p>don't have shell accesss</p> <p>Example url at the debugger:</p> <p><a href="http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.lumi7.com.br%2Fcritica-joao-e-maria-cacadores-de-bruxas%2F" rel="nofollow">http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.lumi7.com.br%2Fcritica-joao-e-maria-cacadores-de-bruxas%2F</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload