Hi!

Using the module with the options...
url http://foo/bar.html
xpath /a/@href

I obtain the following error
Download of failed with code -1002.

The url is correct and contains this info



Description

Any suggestion?

Comments

twistor’s picture

I doubt that /a/@href is the right xpath.

Do you mean //a/@href
?

CGarces’s picture

You are right, the xpath expression was incorrect.
Please consider some tweak in the error handler in order to show better error msg.

twistor’s picture

Title: Error with code -1002 using feeds_spider » Add better error handling for XPath return values.
Assigned: Unassigned » twistor
acidpotato’s picture

Well, did you guys figure out how to fix this error?