Forums

Web scraper not running

I've got a scheduled task web scraping script using requests that has been working without issue for over six months. Over the last few days I have been getting this result as the output instead:

<div class="pure-g"> <div class="pure-u-1-5"></div> <div class="pure-u-1 pure-u-sm-3-5">

Any thoughts as to what would be causing this? The script runs without any errors.

When I run it in a console it completes very quickly, which tells me perhaps it is not even going out to the webpage?

Thanks. Rob.

That looks like a web page that's being retrieved to me. Perhaps the site you're accessing is doing maintenance or delivering a different page for some reason.

Thanks for the feedback. I logged into the site myself and got a blank page so as you suspected it just wasn't delivering anything.