Closed (fixed)
Project:
Feeds Crawler
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
23 Mar 2012 at 22:16 UTC
Updated:
10 Jul 2015 at 19:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
twistor commentedI just tested your example and I got it to work fine.
Notice: Undefined index: url_pattern in FeedsCrawler->fetch() (line 47 of XXX/sites/all/modules/feeds_crawler/FeedsCrawler.inc).
Is indeed a bug, but it's minor and shouldn't be affecting your import.
If you were trying different crawling methods, try unchecking "Crawl on first run only."
Comment #2
summerofb commentedI've just checked it again and it will only create 1 node. I uninstalled and re-install, it made no difference.
I have attached a screen shot of the settings for the feed import. I believe it is all configured correctly.
Comment #3
timb commentedI have the same issue with the URL replacement options not working when using a setup as depicted in [#2]
Comment #4
natefollmer commentedSame problem, only I'm trying to get mine to work with a YouTube channel. No errors, but only 1 node imports, but I have about 580 videos I need to import.
Comment #5
dropfen commentedthe same Issue.
I think, if you use the the url_pattern for the crawler the origin URL Field schould not be required.
Comment #6
drvdt commented+1
Comment #7
richard.wyke commentedLooks as if there is some problem in the data being sent to parseUrl in FeedsCrawler.inc, this fixed it for me but i don't know the rest of the code at all so this change might break other areas of the module.
Comment #8
sebastien247 commented+1
richard.wyke your method does'nt work for me
Comment #9
bibo commented#7 worked for me after I added a few lines before that! But Im now using dev but the last release, beta-1.
EDIT: nevermind, just use the latest dev-version, it works ok. But this module seems almost abandoned.
Comment #10
sebastien247 commentedDevelopment version is perfect! Thank you from France!
Comment #11
drvdt commentedI have tried this version:
7.x-1.x-dev tar.gz (8.56 KB) | zip (9.29 KB) 2011-Feb-25 Notes
It works!
Attachment is that version.
Comment #13
web226 commented7.x-1.x-dev works well for me too