I have the "Hellow World" OpenSocial Gadget running in my network. It was working fine as of yesterday afternoon. I noticed this in the Hello World discussion thread (
https://developer.ning.com/forum/topic/show?id=1185512%3ATopic%3A4661):
"we're fixing both the getData() and this other bug in a release later today, thanks for pointing them out!"
I'm not sure if this is related but when viewing my error in FireBug I can see that the update has in fact been pushed out because the error in the opensocial.registerOnloadHandler has been fixed. So, did this update cause a new bug? Any guidance would be greatly appreciated. Here is my output from FireBug:
Failed query. More than one matching result XN_Query:
subject [Content]
returnIds []
begin [0]
end []
alwaysReturnTotalCount []
orders [
published : desc : string
]
filters [
owner.relativeUrl : = : 'myNetworkName' : string
AND
type : = : 'GadgetAppData' : string
AND
title : = : 'myTitle' : string
]
; var preloadedViewerData =
Uh-oh!
Failed query. More than one matching result XN_Query:
subject [Content]
returnIds []
begin [0]
end []
alwaysReturnTotalCount []
orders [
published : desc : string
]
filters [
owner.relativeUrl : = : 'myRelativeUrl' : string
AND
type : = : 'GadgetAppData' : string
AND
title : = : 'myTitle' : string
]
; var hashAppName = 'myAppName';
function _IG_RegisterOnloadHandler(fun) {
onloadHandler = fun;
}
opensocial.registerOnloadHandler = function(fun) {
onloadHandler = fun;
};