Why do I keep getting an OutOfMemoryError in screen-scraper's "log/error.log" file

This usually happens when there is a lot of data in the "last response". First, for the scrapeable file requesting this page you'll want to set the tidy option on the "Advanced" tab to "don't tidy HTML". After that, it's likely a matter of gradually increasing the memory allocation to screen-scraper until it's able to load the HTML file. You can adjust memory settings under the "Settings" dialog box (click the wrench icon). Remember that you'll need to restart screen-scraper in order for memory changes to take effect.

See also: Memory usage indicator.