Jason,

Like i said it happens sometimes...but now the frequency seems to be
reduced.  ;)
Now we coded it to re-send the request if it is failing... but if more
than 3 consecutive  request fails, we gave up!!

This was a known issue ?? We were debugging this for a while but
couldn't find any accurate solution. From our apache log we can see
that the requests were actually hitting our server and it sends out a
20k html to gmodule... but the gmodule to browser path fails.

I will get back to you if I experience it again...

~ Jim



On Mar 4, 12:17 am, Jason <[EMAIL PROTECTED]> wrote:
> Hi Jim. Are you still experiencing these sporadic issues?
>
> - Jason
>
> On Feb 29, 9:42 pm, Jim <[EMAIL PROTECTED]> wrote:
>
> > I am getting this same error when using makeRequest() with POST... so
> > "response.data"
> > become undefined.
>
> > The response test found in firebug is,
>
> > <HTML>
> > <HEAD>
> > <TITLE>Internal Server Error</TITLE>
> > </HEAD>
> > <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
> > <H1>Internal Server Error</H1>
> > <H2>Error 500</H2>
> > </BODY>
> > </HTML>
>
> > I happens sometimes... Guys, any idea??
>
> > ~ JIm
>
> > On Feb 28, 8:12 pm, pradeep <[EMAIL PROTECTED]> wrote:
>
> > > Sorry guys
>
> > > var opt_params = { };
> > > opt_params[opensocial.DataRequest.PeopleRequestFields.FILTER]
> > > =[opensocial.DataRequest.FilterType.HAS_APP];
>
> > > req.add(req.newFetchPersonAppDataRequest(opensocial.DataRequest.Group.OWNER_FRIENDS,
> > > 'gifts',opt_params), 'viewerFriendData');
>
> > > this code worked. Sorry for wasting a thread.
>
> > > On Feb 28, 8:09 pm, pradeep <[EMAIL PROTECTED]> wrote:
>
> > > > req.add(req.newFetchPersonAppDataRequest(opensocial.DataRequest.Group.VIEWER_FRIENDS,
> > > > 'gifts'), 'viewerFriendData');
>
> > > > and
>
> > > > req.add(req.newFetchPersonAppDataRequest(opensocial.DataRequest.Group.OWNER_FRIENDS,
> > > > 'gifts'), 'viewerFriendData');
>
> > > > both are not returning any results. Instead the reply is "Internal
> > > >ServerError" in the firebugerrorconsole.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to