Hi Jason,
   We are also facing several issues with Activities.
#1) Sometimes we see app updates vanishing from the "updates from my
friends" section on the home. It happens only to app updates (and not
to orkut udpates), and it is not specific to any single app. Also
these updates sometime comeback after sometime or a page refresh.

#2) Sometimes we also see this FRBE error - this seems to be account
specific.

Please have a look into this activity/updates related issues.

Thanks
nitin

On Jul 18, 12:47 am, sharath <[EMAIL PROTECTED]> wrote:
> Hi Jason,
>
> I have sent you the link on mail
>
> Thanks
> Sharath
>
> On Jul 17, 11:13 pm, Jason <[EMAIL PROTECTED]> wrote:
>
> > Hi Sharath. Can you point me at the full XML you're trying to run in
> > the sandbox? Thanks.
>
> > - Jason
>
> > On Jul 17, 6:02 am, sharath <[EMAIL PROTECTED]> wrote:
>
> > > Hi Jason,
>
> > > Thanks for the reply.
>
> > > I tried your activity update code, its working fine in sandbox,
> > > But in production i am getting this error:
> > > "Error":"internalError","Message":"3000 FRBE Error 1045: "
>
> > > what is the error related to?
>
> > > Thanks
> > > Sharath
>
> > > On Jul 17, 12:14 pm, Jason <[EMAIL PROTECTED]> wrote:
>
> > > > Hi Sharath. I found several problems in your JavaScript which could
> > > > explain why your activities were being posted inconsistently. I've
> > > > emailed you with the corrected code, and I would appreciate if you
> > > > could substitute mine for yours and let me know if it works any
> > > > better. Thanks.
>
> > > > - Jason
>
> > > > On Jul 16, 2:42 am, sharath <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi Jason,
>
> > > > > The activities are working fine with other apps, also in my app its
> > > > > working for very few accounts.
> > > > > what is the exact status?
>
> > > > > Thanks
> > > > > Sharath
>
> > > > > On Jul 16, 4:35 am, Jason <[EMAIL PROTECTED]> wrote:
>
> > > > > > Hi Sharath. I'm sorry for the late reply. Activities have been
> > > > > > disabled temporarily as we deal with traffic issues but this should 
> > > > > > be
> > > > > > resolved shortly, and I'll look into this more soon after. I 
> > > > > > apologize
> > > > > > for the wait, but I will get this sorted out for you.
>
> > > > > > - Jason
>
> > > > > > On Jul 15, 8:01 am, sharath <[EMAIL PROTECTED]> wrote:
>
> > > > > > > Hi Jason,
>
> > > > > > > Will this issue be solved atleast now?
> > > > > > > Its a bitter experience as the activity stream updates are being
> > > > > > > posted inconsistently.
> > > > > > > Hope a solution soon.
> > > > > > > Its been almost 20days working on the same old issue.
>
> > > > > > > Thanks
> > > > > > > Sharath
>
> > > > > > > On Jul 10, 9:46 am, Jason <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > Hi Sharath. I'm afraid I wasn't able to reproduce this error. I
> > > > > > > > installed the Developer Application for OpenSocial (DAfOS) in my
> > > > > > > > production account, pasted the script below, and saw my 
> > > > > > > > activities
> > > > > > > > posted as expected. I'm including the link to DAfOS below; can 
> > > > > > > > you
> > > > > > > > install it, test the following code, and let me know if you see 
> > > > > > > > the
> > > > > > > > activity posted as expected? If so, it's probably a bug in your
> > > > > > > > application, and I'm going to need your app's URL.
>
> > > > > > > >http://www.orkut.com/AppInfo.aspx?appId=845795770537
>
> > > > > > > > /**
> > > > > > > >  * DAfOS SAMPLE CODE
> > > > > > > >  */
> > > > > > > > function addToActivityStream() {
> > > > > > > >   var params = {};
> > > > > > > >   params[opensocial.Activity.Field.TITLE] = 'Fake title';
> > > > > > > >   params[opensocial.Activity.Field.BODY] = 'Fake body';
>
> > > > > > > >   var activity = opensocial.newActivity( params );
> > > > > > > >   opensocial.requestCreateActivity(activity,
> > > > > > > > opensocial.CreateActivityPriority.HIGH, onAddActivity);
>
> > > > > > > >   gadgets.window.adjustHeight();
>
> > > > > > > > }
>
> > > > > > > > function onAddActivity(data) {
> > > > > > > >   alert ('Activity created');
>
> > > > > > > > }
>
> > > > > > > > addToActivityStream();
>
> > > > > > > > /**
> > > > > > > >  * end DAfOS SAMPLE CODE
> > > > > > > >  */
>
> > > > > > > > - Jason
>
> > > > > > > > On Jul 9, 12:16 am, sharath <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > > Hello,
>
> > > > > > > > > I am able to post activity stream updates in sandbox, but in
> > > > > > > > > production its giving error since 10days. Sometimes i get 
> > > > > > > > > responseitem
> > > > > > > > > undefined, sometimes it shows viewerdata has no properties.
> > > > > > > > > Kindly let me know the solution soon
>
> > > > > > > > > Regards
> > > > > > > > > Sharath
--~--~---------~--~----~------------~-------~--~----~
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