http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22http%3A%2F%2Fcms.albawaba.com%2Ftmp%2F1.html%22%20&diagnostics=true&debug=true<br><br>The response contains 2 calls, the call to "http://cms.albawaba.com/robots.txt" has 404 http status code. Whereas the http status code of the call to "http://cms.albawaba.com/tmp/1.htm" is 200 and it contains the error message.<br><br><query yahoo:count="0" yahoo:created="2012-01-13T00:53:03Z" yahoo:lang="en-US"><br> <diagnostics><br> <publiclyCallable>true</publiclyCallable><br><br> <url execution-start-time="8" execution-stop-time="116" execution-time="108" http-status-code="404" http-status-message="Not Found" id="ec630aae- 3f4d-4281-b4fd-71117b48808b" proxy="DEFAULT">http://cms.albawaba.com/robots.txt</url><br><br> <url execution-start-time="0" execution-stop-time="501" execution-time="501" http-status-code="200" http-status-message="OK" id="44b14117-1ba8-43c8-87e3-2a2fceb34cda" proxy="DEFAULT">http://cms.albawaba.com/tmp/1.html</url><br> <error>Fail to parse html. The content of elements must consist of well-formed character data or markup.</error><br><br> <user-time>527</user-time><service-time>609</service-time><build-version>24402</build-version><br> </diagnostics><br> <results/><br></query><br><br><br> QUOTE (alaa a @ 2 Nov 2011 1:44 AM) Hello,<br>I am trying to crawl a page using YQL, but YQL returns nothing<br>My YQL query is:<br>select * from html where url="http://cms.albawaba.com/tmp/1.html" <br>I have tried to debug my query using <br>http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22http%3A%2F%2Fcms.albawaba.com%2Ftmp%2F1.html%22%20&diagnostics=true&debug=true<br>the debug gives me 404 response code!! although the page is there and you can check it.<br>could you please guide me to what is wrong!! <br>Thanks for your attention