I get 502 Server error for the JS

http://upst51te-a.gmodules.com//46/o/0.5/opensocial.js

Any ideas how to fix this? Or is it at google's end?

On 11/5/07, alz <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> Is anyone else experiencing 500 Internal Server Errors from the
> gmodules json servers (inside the orkut sandbox)?
>
> Here's what firebug tells me about the POST:
>
> POST http://gtr99uli-a.gmodules.com/46/o/api/json 500 (2968ms)
>
> and here's the code which generates the request:
>
> function getOwnerViewerData()
> {
>         // sends request to look at owner and viewer.
>         var req = opensocial.newDataRequest();
>         req.add(req.newFetchPersonRequest('VIEWER'), 'viewer');
>         req.add(req.newFetchPersonRequest('OWNER'), 'owner');
>         req.add(req.newFetchPeopleRequest('OWNER_FRIENDS'),
> 'ownerFriends');
>
>         req.send(handleOwnerViewerData);
> }
>
> All the code is internal to the API so I can't see what I can do to
> fix this, except wait :-/
>
> Ideas? :-)
>
>
> -A
>
>
> >
>


-- 
Run, rabbit, run
Dig that hole, forget the sun,
And when at last the work is done
Don't sit down, it's time to dig another one

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to