Once the dns change fully propagates Webthumb will be back up and fully running. If you had a different apikey on the backup instance you will want to switch back to your normal apikey. Your apikey is viewable on your user home page.
More news and a we’re sorry gift of credits will be coming soon.
This entry was posted
on Tuesday, November 4th, 2008 at 9:21 pm and is filed under Webthumb.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Great work, however…
There seems to be a minor bug in API class Bluga_Webthumb::addJob (checked out from svn). The function only contains on line (line 140):
$this->jobs[$job->url];
Shouldn’t the line be
$this->jobs[$job->url] = $job;
/ jonas
ok, perhaps it should look like
$this->jobs[$job->options->url] = $job;
even…
Jonas: it should be, fix commited thanks