Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jul 2012 at 21:34 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jomue commentedThis is not a parser issue. If the URL is invalid, its a problem with the fetcher.
I assume you are using the basic HTTP fetcher. So the problem lies in the function feeds_valid_url which - for some reason - does not validate your URL. This seems really odd since the very same URL works in the browser...
Maybe you could check on that regex in feeds_valid_url and try to figure why it does not match?
Comment #2
twistor commentedhttps://graph.facebook.com/APP_ID/feed?access_token=MY_TOKENpasses validation. I'm guessing it's something in your APP_ID or MY_TOKEN that's breaking. I understand if you don't want to share that, but we can't help much either. Could you change the letters and numbers, but leave any special characters?Comment #3
Rob_Feature commentedI regenerated my app secret, which then regenerates a new access token. I tried that one and got the same result. Any help on how to further troubleshoot this?
I just reset my secret one more time so I can show you the URL I'm using. Here it is:
(obviously this doesnt work in the browser anymore since I reset the secret again...I'm just posting it here so you can see the format that's failing)
Comment #4
Rob_Feature commentedre-opening the issue....and in case its of any interest, here's my feeds importer
Comment #5
twistor commentedThis should do it. I would like at least a few people to test it though.
Comment #6
twistor commentedtagging
Comment #7
Rob_Feature commentedHmm..did you intend to leave this in the patch?
Comment #8
twistor commentedYes, it adds this case into the test. The test fails without the change to the regex.
Comment #9
Rob_Feature commentedThe patch applied to dev cleanly, but it didn't work. I hit 'import' and instead of giving me an error absolutely nothing happens. No error. No log entry. Nothing. It's almost as if it broke the submit button somehow.
Comment #10
Rob_Feature commentedDoh, scratch that...I apparently had part of the feed importer disabled. It looks like it took the url properly! Calling this reviewed and tested.
Comment #11
twistor commented7.x http://drupalcode.org/project/feeds.git/commit/35d6097
Comment #12
twistor commentedComment #13
twistor commentedComment #14
twistor commented6.x http://drupalcode.org/project/feeds.git/commit/acf7cf5
Comment #15
twistor commented