[Developers] Cannot read arbitrary property on sandbox
Christine Weibel
xtine at metaweb.com
Wed Aug 27 17:27:29 UTC 2008
On sandbox, /people/person has a property /people/person/cik, created by supercheunger. It's delegated to a property (/business/company/cik) that is not an enumeration. These properties do not exist on OTG, so you don't get the error there.
There are cases when if you create some kind of invalid property, the error does not appear until an instance is created. That is the design.
It does seem like a bug that you get an error when you are not even referencing the invalid property. Will investigate.
Christine
----- Original Message -----
From: "Will Moffat" <willmoffat at metaweb.com>
To: "Freebase API and apps built on Freebase For discussions about MQL" <developers at freebase.com>
Sent: Wednesday, August 27, 2008 10:04:49 AM (GMT-0800) America/Los_Angeles
Subject: [Developers] Cannot read arbitrary property on sandbox
Hello,
This query:
{
"/people/person/height_meters" : null,
"id" : "/user/willmoffat/apps/HelloWorld"
}
is OK on otg - http://tinyurl.com/55v6dz
but fails on sandbox- http://tinyurl.com/5v6jls
"You must only delegate enumerations to enumerations"
What's going on?
--Will
(yes, I know it's weird that my application has a height, it's just
for testing)
_______________________________________________
Developers mailing list
Developers at freebase.com
http://lists.freebase.com/mailman/listinfo/developers
More information about the Developers
mailing list