I am running a URL through the Object Debugger, but it seems nothing is scraped for this URL. I get the following error message:
Could not retrieve data from URL.
Looking at the scraped data, only a single line has been scraped, which doesn't even correspond to the content in the the scraped page.
Edit:
This is caused by whitespace before the initial <html> tag. Removing any leading whitespace solves the problem.