Hi guys,

I am getting the following error:
Error: cURL error: Operation timed out after 10000 milliseconds with 0 bytes received

All was working well previously and I have not changed anything on my network.

What would cause this error?

This is from a simple test as detailed below:

require_once('ning-api-php/NingApi.php');

echo "Fetch Recent Photos..";
// Get the most recent photo
try {
  $result = NingApi::instance()->photo->fetchNRecent();
  echo "I am back...";
  print_r($result);
} catch (Exception $e) {
  echo "Error: ".$e->getMessage()."\n".$e->getTraceAsString();
}

Views: 1012

Reply to This

Blog Posts

Getting Started

Posted by Kyle Ford on October 13, 2010 at 8:00am 3 Comments

A Note on API Pricing

Posted by Phil McCluskey on October 1, 2010 at 8:55am 0 Comments

Welcome to Build!

Posted by Kyle Ford on September 30, 2010 at 8:30pm 1 Comment

Ning Status

© 2024   Created by Build Team.   Powered by

Badges  |  Report an Issue  |  Terms of Service