[Developers] Same query doesn't return results anymore
Jack Alves
jack at metaweb.com
Tue Mar 20 22:20:11 UTC 2007
Questions like this should be directed to developers at freebase.com.
Are you sure it was the same query?
The query does return results if you remove the genre property
"genre":[{
"guid":null,
"name":null
}],
or make it optional,
"genre":[{
"guid":null,
"name":null,
"optional":true
}],
I suspect the original will work if the topic has a genre,
http://www.freebase.com/api/metaweb/view?id=%239202a8c04000641f8000000000116
b90
-----Original Message-----
From: Ketan Anjaria [mailto:ketan at metaliq.com]
Sent: Tuesday, March 20, 2007 2:34 PM
To: jack at metaweb.com
Cc: 'Robert Cook'; data-team at metaweb.com; 'John Giannandrea'
Subject: Re: SoundLine Issues
It might just be my query
{
"query":{
"active_end":null,
"active_start":null,
"album":[{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"id":null,
"name":null,
"release_date":{
"value":null
}
}],
"genre":[{
"guid":null,
"name":null
}],
"guid":"#9202a8c04000641f8000000000116b90",
"member":[{
"member":{
"/common/topic/image":[{
"guid":null,
"limit":1,
"optional":true
}],
"guid":null,
"name":null,
"type":"/music/group_member"
}
}],
"name":null,
"origin":[{}],
"type":"/music/artist"
}
}
Used to work last week and now doesn't. Any ideas?
More information about the Developers
mailing list