Active
Project:
Feeds Spider
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Sep 2012 at 16:55 UTC
Updated:
8 Nov 2012 at 02:21 UTC
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
Any suggestion?
Comments
Comment #1
twistor commentedI doubt that /a/@href is the right xpath.
Do you mean //a/@href
?
Comment #2
CGarces commentedYou are right, the xpath expression was incorrect.
Please consider some tweak in the error handler in order to show better error msg.
Comment #3
twistor commentedComment #4
acidpotato commentedWell, did you guys figure out how to fix this error?