Grouper - Documentation
Unable to find heading and items sections
Explanation
The blog plugin was unable to find the heading and items sections of the page you are trying to scrape
based on the configuration settings you provided.
Causes and Solutions
- The page you are trying to scrape does not contain the values found in the blog plugin's "channelstart", "channelend",
"itemsstart" and "itemsend" configuration settings:
Find something in the page that marks off those sections and configure the plugin to use those things.
- The channel data appears after the item data in the page you are trying to scrape:
The blog plugin can only scrape pages where the channel data appears before the item data.
- The "tossbefore" and/or "tossafter" settings are deleting the channel or item start or end markers:
Change the values of the "tossbefore" or "tossafter" settings to things that appear respectively before and after anything in the parts of the page
that contain the channel and item data.
- The URL you gave to Grouper doesn't point to the page you want to scrape:
Check the URL and fix it if necessary.
How can I turn error reporting off?
How can I stop error messages from linking to this page?