[Freebase-discuss] Unique query may have at most one result. ?

Will Merydith will.merydith at gmail.com
Wed Dec 15 21:23:07 UTC 2010


I'm playing around with GAE + Python + Freebase.  I tested out some example
queries and then tried my own.  I want to list the names of all the
/games/game on Freebase.  And don't understand the error I am getting.
Thanks.

# request

        query = {
          "type" : "/games/game",
          "name" : []
        }
        result = freebase.sandbox.mqlread(query)
        games = result["result"]
        template_values = {
            'games': games
        }

# response

Unique query may have at most one result. Got 100
{
  "type": "\/games\/game",
  "error_inside": ".",
  "name": []
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freebase.com/pipermail/freebase-discuss/attachments/20101215/78ce4d0c/attachment.htm>


More information about the Freebase-discuss mailing list