Urgent Require - Fetching Content - http://www.freebase.com/api/trans/raw is not working.
-
-
Hi,
Please any one help me on following issue.
It is unable to fetch content using following url:
Request:- http://www.freebase.com/api/trans/raw/%239202a8c04000641f8000000000acd66c
it give response like as shown below:
Response:-
{
"status":"404 Not Found",
"code":"/api/status/error/blobclient",
"messages":[
{
"info":{
"hostports":"blob03.p01.sjc1.metaweb.com:8120 blob01.p01.sjc1.metaweb.com:8120 blob02.p01.sjc1.metaweb.com:8120"
},
"message":"Could not find or replicate blob: static:mw-render/en/6c/9202a8c04000641f8000000000acd66c",
"code":"/api/status/error/not_found"
}
],
"transaction_id":"cache;cache01.p01.sjc1:8101;2008-10-10T11:18:03Z;0011"
}Thanks in advance...
-
Thanks for bringing this up. The data format for blurbs changed, and a piece of the API was overlooked. It should be fixed soon; stay tuned for more information.
-
Hi Hemang.
A recent data update seems to have caused the problem. We are working on resolving that as soon as possible. In the meanwhile if you are running this specific query for wikipedia articles only (i.e. not in a generic library or something of that sort), you can get the same content by using the /api/tran/blurb service with a very hign number for maxlength like so:
http://www.freebase.com/api/trans/blurb/%239202a8c04000641f8000000000acd66c?maxlength=3000
This will only work for wikipedia based topics. The reason being that we do not maintain the complete wikipedia article on our backend. However we do allow /api/trans/raw requests for wikipedia based topics, it simply returns the same content as the blurbs without truncating the content.
HTH
AM
-