Hi,

I'm pretty new to Drupal and the Drupal forums so I was unable to find anything directly related to this or anything that would help. What we are trying to do is link in a news feed from a central news location. So the users submit their news to our news site and based on the tags that news story is sent to the right feed. It has been working but recently one of the pages won't update with the new info. I went in and looked to make sure that their info was actually being tagged properly and it is and I can see all of it in the XML, but the URL to link to their feed was gone. When I tried to put it back in I got the error above. If I resubmit it again right away it goes through but gives a different error and doesn't update anything. If someone could point me in the right direction or something that would be great.

Comments

kwaddel’s picture

Status: Active » Closed (fixed)
jenlampton’s picture

Component: Feeds News » Code

@kwaddel why was this issue closed? Did you figure it out? if you did could you post your solution here for the rest of us? :)

jenlampton’s picture

Component: Code » Feeds News (feature)

whoops, didn't mean to change that :)

twistor’s picture

Version: 6.x-1.0-beta10 » 7.x-2.x-dev
Component: Feeds News (feature) » Documentation
Status: Closed (fixed) » Active

I'm going to go ahead and guess that this was an HTTP timeout.

You can set the request timeout per-importer in the HTTP fetcher settings, in D7. It can also be globally set via the unfortunately named variable, $conf['http_request_timeout'] = 1000 or something.

I have no idea if this is covered in the docs, so re-opening.

kenorb’s picture

Issue summary: View changes

Solution via drush:

drush vset http_request_timeout 300

kenorb’s picture

Title: cURL error (28) Operation timed out after 15000 milliseconds with 0 bytes received for https://news.example.edu/feed/example » Feeds: cURL error (28) Operation timed out after X milliseconds with 0 bytes received
baach’s picture

#4 fix my issue thanks.

avpaderno’s picture

Version: 7.x-2.x-dev » 6.x-1.0-beta10
Category: Bug report » Support request
Status: Active » Closed (outdated)

This seems more a support request than a bug report. It was also created for a project version running on a Drupal release which is now unsupported.

I am closing this issue as outdated.