[OpenSocial] Re: 'opensocial is not defined'

2009-08-26 Thread Robson Dantas
Can you post the entire gadget ? I think that you forgot to include the
opensocial feature:
Example:

?xml version=1.0 encoding=UTF-8?
Module
  ModulePrefs title=Gifts parte 0 - Iniciando
*Require feature=opensocial-0.8/*
  /ModulePrefs
  Content type=html
![CDATA[
]]
  /Content
/Module

Regards,

Robson

2009/8/23 César cesare.d...@gmail.com


 Hello people,
   I am trying to load a list of my friends in a
 gadget that I am building.
 I got the code from
 http://code.google.com/intl/en-US/apis/orkut/articles/tutorial/tutorial.html
 for this part 'Gifts part 1 - Friends'
 and the code that I choose to prove this is the next

 script src=http://opensocial-resources.googlecode.com/svn/samples/
 tutorial/tags/api-.7/gifts_1_friends.js/script
  script
gadgets.util.registerOnLoadHandler(init);
  /script
  div id='main'
Your friends:
div id='friends'/div
  /div

 I have been trying to use it and always return me a message from
 'Firebug' that says 'Opensocial is not defined!', so, firebug shows me
 that the problem is in this line:

  var req = opensocial.newDataRequest();\n

 I saw another previous posts about this problem but those didn't help
 me.

 Thanks a lot if somebody can tell me something to solve this problem

 Greetings, Cesar
 


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



[OpenSocial] Re: opensocial is not defined

2008-05-21 Thread [EMAIL PROTECTED]

Hi,
I am using hi5.
I have contacted them and asking how to support this better.

Thanks

On May 20, 6:38 pm, Arne Roomann-Kurrik (Google)
[EMAIL PROTECTED] wrote:
 @Justin - Sorry about the disrespectful response to your email (I've
 banned that user and removed his post).  This is great advice.

 @[EMAIL PROTECTED] - Which container are you running your
 application in?  If you're using a tool like the Google Gadget
 Editor's preview mode, you won't be able to use the OpenSocial
 features.

 ~Arne

 On May 18, 7:41 am, justin kruger [EMAIL PROTECTED] wrote:

  it sounds like you are hard coding a proxy route, i would just like to
  put the warning out on doing that.  orkut for instance has set up a
  blazing fast proxy network, that uses sequenced DNS addresses on the
  proxy so that you are not limited to 2 requests per gadget.  orkut,
  googles design has used up to 4 dns proxy request addresses, this
  brings your request space to 8 in total, the browser max for FF2 and
  IE7,  FF3, and IE8 will allow up to 24-30 but they may increase the
  number further before launch.  Even with the new browsers, to get max
  performance you need to do sequenced proxy servers on the backend.  if
  everything goes as planned you should see a 4-6x performance boost
  with the newest browsers.  I hope that is enough for most people to
  upgrade to FF3, and IE8 asap(there are some GREAT features in
  development for these browsers).

  On Sun, May 18, 2008 at 9:33 AM, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:

   Thanks, I will try.
   I found a temporary solution to my problem.
   Hi5 (the container I am working through at the moment), submits a
   request for the file mentioned in the type=url and then appends the
   following:
   default.aspx?libs=/gadgets/js/opensocial-0.7.js?
   v=75eb5ef0c8cac834ca8d76b8ed3f7a7synd=hi5debug=0
   to the request. Which is no good because my server does not know what
   to do with the query string that has been appended to load the
   opensocial library.
   It took me a while but I found that the location of the correct
   directory to load the opensocial javascript code was http://
  www.a.hi5modules.com (for anyone that needs it).
   This is not a good solution at all, however it is working at the
   moment.
   Because it is now loaded into an IFRAME, it means that I can have a
   test.aspx and link directly to that, allowing me some separation of
   code.
   I am not a fan of everything being bunched in one file.

   On May 18, 2:41 pm, justin kruger [EMAIL PROTECTED] wrote:
   a few times with my gadget, i have gotten to the point where i get no
   errors, and it just stops working.

   i found that there is a race condition on which frameworks load in
   which order.  i am working on a semaphore model to control the start
   of my app, or certain events based on the frameworks i need to execute
   my functions.

   you might consider looking in to that.

   On Sun, May 18, 2008 at 7:39 AM, [EMAIL PROTECTED]

   [EMAIL PROTECTED] wrote:

I have tried happyhour. However it only works for content of
type=html.
Oh well, back to the drawing board.

On May 16, 6:38 pm, justin kruger [EMAIL PROTECTED] wrote:
have you tried happyhour yet?

you might try that, as it is containerless, run locally, or anywhere
you like, and its an open source project on google code.

On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:

 Well, I put it in its own window to test it out.
 It is loading the gadgets library, butnottheopensociallibrary.
 When I put a watch in firebug for opensocial it isnotdefined.
 Any other ideas?

 On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
 the require feature feature hasnotworked at restricting my app to
 sites that support that feature.
 Require feature=opensocial-0.7/

 when you load the Content type=url
 href=??? / can you see within the iframe?  can you see if you 
 are
 loading the containers JS foropensocial?

 you may find that the containers have blocked that feature, without
 documentation.

 let me know what you discover.

 On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:

   I am creating anOpenSocialapplication using the Content 
  type=url
   href=??? / for reasons of separation and code maintenance.
   However, I get opensocialisnotdefined when I try to use the 
  API.
   I have Require feature=opensocial-0.7/ in my prefs for the
   app.xml.
   Can anyone help me solve this please?

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some 
 less
 fortunate person, just as you were helped. --Melinda Gates

--

[OpenSocial] Re: opensocial is not defined

2008-05-20 Thread Arne Roomann-Kurrik (Google)

@Justin - Sorry about the disrespectful response to your email (I've
banned that user and removed his post).  This is great advice.

@[EMAIL PROTECTED] - Which container are you running your
application in?  If you're using a tool like the Google Gadget
Editor's preview mode, you won't be able to use the OpenSocial
features.

~Arne


On May 18, 7:41 am, justin kruger [EMAIL PROTECTED] wrote:
 it sounds like you are hard coding a proxy route, i would just like to
 put the warning out on doing that.  orkut for instance has set up a
 blazing fast proxy network, that uses sequenced DNS addresses on the
 proxy so that you are not limited to 2 requests per gadget.  orkut,
 googles design has used up to 4 dns proxy request addresses, this
 brings your request space to 8 in total, the browser max for FF2 and
 IE7,  FF3, and IE8 will allow up to 24-30 but they may increase the
 number further before launch.  Even with the new browsers, to get max
 performance you need to do sequenced proxy servers on the backend.  if
 everything goes as planned you should see a 4-6x performance boost
 with the newest browsers.  I hope that is enough for most people to
 upgrade to FF3, and IE8 asap(there are some GREAT features in
 development for these browsers).

 On Sun, May 18, 2008 at 9:33 AM, [EMAIL PROTECTED]



 [EMAIL PROTECTED] wrote:

  Thanks, I will try.
  I found a temporary solution to my problem.
  Hi5 (the container I am working through at the moment), submits a
  request for the file mentioned in the type=url and then appends the
  following:
  default.aspx?libs=/gadgets/js/opensocial-0.7.js?
  v=75eb5ef0c8cac834ca8d76b8ed3f7a7synd=hi5debug=0
  to the request. Which is no good because my server does not know what
  to do with the query string that has been appended to load the
  opensocial library.
  It took me a while but I found that the location of the correct
  directory to load the opensocial javascript code was http://
 www.a.hi5modules.com (for anyone that needs it).
  This is not a good solution at all, however it is working at the
  moment.
  Because it is now loaded into an IFRAME, it means that I can have a
  test.aspx and link directly to that, allowing me some separation of
  code.
  I am not a fan of everything being bunched in one file.

  On May 18, 2:41 pm, justin kruger [EMAIL PROTECTED] wrote:
  a few times with my gadget, i have gotten to the point where i get no
  errors, and it just stops working.

  i found that there is a race condition on which frameworks load in
  which order.  i am working on a semaphore model to control the start
  of my app, or certain events based on the frameworks i need to execute
  my functions.

  you might consider looking in to that.

  On Sun, May 18, 2008 at 7:39 AM, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:

   I have tried happyhour. However it only works for content of
   type=html.
   Oh well, back to the drawing board.

   On May 16, 6:38 pm, justin kruger [EMAIL PROTECTED] wrote:
   have you tried happyhour yet?

   you might try that, as it is containerless, run locally, or anywhere
   you like, and its an open source project on google code.

   On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]

   [EMAIL PROTECTED] wrote:

Well, I put it in its own window to test it out.
It is loading the gadgets library, butnottheopensociallibrary.
When I put a watch in firebug for opensocial it isnotdefined.
Any other ideas?

On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
the require feature feature hasnotworked at restricting my app to
sites that support that feature.
Require feature=opensocial-0.7/

when you load the Content type=url
href=??? / can you see within the iframe?  can you see if you are
loading the containers JS foropensocial?

you may find that the containers have blocked that feature, without
documentation.

let me know what you discover.

On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:

  I am creating anOpenSocialapplication using the Content 
 type=url
  href=??? / for reasons of separation and code maintenance.
  However, I get opensocialisnotdefined when I try to use the API.
  I have Require feature=opensocial-0.7/ in my prefs for the
  app.xml.
  Can anyone help me solve this please?

--
--
Justin Krugerhttp://jDavid.net
[EMAIL PROTECTED]

If you are successful, it is because somewhere, sometime, someone
gave you a life or an idea that started you in the right direction.
Remember also that you are indebted to life until you help some less
fortunate person, just as you were helped. --Melinda Gates

   --
   --
   Justin Krugerhttp://jDavid.net
   [EMAIL PROTECTED]

   If you are successful, it is because somewhere, sometime, someone
   gave you a life or an idea that started you in the right direction.
   Remember also that you are indebted to life until you help some less
   

[OpenSocial] Re: opensocial is not defined

2008-05-19 Thread tilda titust
fuck off

On 5/18/08, justin kruger [EMAIL PROTECTED] wrote:


 it sounds like you are hard coding a proxy route, i would just like to
 put the warning out on doing that.  orkut for instance has set up a
 blazing fast proxy network, that uses sequenced DNS addresses on the
 proxy so that you are not limited to 2 requests per gadget.  orkut,
 googles design has used up to 4 dns proxy request addresses, this
 brings your request space to 8 in total, the browser max for FF2 and
 IE7,  FF3, and IE8 will allow up to 24-30 but they may increase the
 number further before launch.  Even with the new browsers, to get max
 performance you need to do sequenced proxy servers on the backend.  if
 everything goes as planned you should see a 4-6x performance boost
 with the newest browsers.  I hope that is enough for most people to
 upgrade to FF3, and IE8 asap(there are some GREAT features in
 development for these browsers).

 On Sun, May 18, 2008 at 9:33 AM, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 
  Thanks, I will try.
  I found a temporary solution to my problem.
  Hi5 (the container I am working through at the moment), submits a
  request for the file mentioned in the type=url and then appends the
  following:
  default.aspx?libs=/gadgets/js/opensocial-0.7.js?
  v=75eb5ef0c8cac834ca8d76b8ed3f7a7synd=hi5debug=0
  to the request. Which is no good because my server does not know what
  to do with the query string that has been appended to load the
  opensocial library.
  It took me a while but I found that the location of the correct
  directory to load the opensocial javascript code was http://
  www.a.hi5modules.com (for anyone that needs it).
  This is not a good solution at all, however it is working at the
  moment.
  Because it is now loaded into an IFRAME, it means that I can have a
  test.aspx and link directly to that, allowing me some separation of
  code.
  I am not a fan of everything being bunched in one file.
 
 
  On May 18, 2:41 pm, justin kruger [EMAIL PROTECTED] wrote:
  a few times with my gadget, i have gotten to the point where i get no
  errors, and it just stops working.
 
  i found that there is a race condition on which frameworks load in
  which order.  i am working on a semaphore model to control the start
  of my app, or certain events based on the frameworks i need to execute
  my functions.
 
  you might consider looking in to that.
 
  On Sun, May 18, 2008 at 7:39 AM, [EMAIL PROTECTED]
 
 
 
  [EMAIL PROTECTED] wrote:
 
   I have tried happyhour. However it only works for content of
   type=html.
   Oh well, back to the drawing board.
 
   On May 16, 6:38 pm, justin kruger [EMAIL PROTECTED] wrote:
   have you tried happyhour yet?
 
   you might try that, as it is containerless, run locally, or anywhere
   you like, and its an open source project on google code.
 
   On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]
 
   [EMAIL PROTECTED] wrote:
 
Well, I put it in its own window to test it out.
It is loading the gadgets library, butnottheopensociallibrary.
When I put a watch in firebug for opensocial it isnotdefined.
Any other ideas?
 
On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED]
 wrote:
the require feature feature hasnotworked at restricting my app
 to
sites that support that feature.
Require feature=opensocial-0.7/
 
when you load the Content type=url
href=??? / can you see within the iframe?  can you see if you
 are
loading the containers JS foropensocial?
 
you may find that the containers have blocked that feature,
 without
documentation.
 
let me know what you discover.
 
On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]
 
[EMAIL PROTECTED] wrote:
 
  I am creating anOpenSocialapplication using the Content
 type=url
  href=??? / for reasons of separation and code maintenance.
  However, I get opensocialisnotdefined when I try to use the
 API.
  I have Require feature=opensocial-0.7/ in my prefs for the
  app.xml.
  Can anyone help me solve this please?
 
--
--
Justin Krugerhttp://jDavid.net
[EMAIL PROTECTED]
 
If you are successful, it is because somewhere, sometime, someone
gave you a life or an idea that started you in the right
 direction.
Remember also that you are indebted to life until you help some
 less
fortunate person, just as you were helped. --Melinda Gates
 
   --
   --
   Justin Krugerhttp://jDavid.net
   [EMAIL PROTECTED]
 
   If you are successful, it is because somewhere, sometime, someone
   gave you a life or an idea that started you in the right direction.
   Remember also that you are indebted to life until you help some less
   fortunate person, just as you were helped. --Melinda Gates
 
  --
  --
  Justin Krugerhttp://jDavid.net
  [EMAIL PROTECTED]
 
  If you are successful, it is because somewhere, sometime, someone
  gave you a life or an idea that started you in the right direction.
  Remember also that you are indebted to 

[OpenSocial] Re: opensocial is not defined

2008-05-18 Thread [EMAIL PROTECTED]

I have tried happyhour. However it only works for content of
type=html.
Oh well, back to the drawing board.

On May 16, 6:38 pm, justin kruger [EMAIL PROTECTED] wrote:
 have you tried happyhour yet?

 you might try that, as it is containerless, run locally, or anywhere
 you like, and its an open source project on google code.

 On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]



 [EMAIL PROTECTED] wrote:

  Well, I put it in its own window to test it out.
  It is loading the gadgets library, butnotthe opensocial library.
  When I put a watch in firebug for opensocial it isnotdefined.
  Any other ideas?

  On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
  the require feature feature hasnotworked at restricting my app to
  sites that support that feature.
  Require feature=opensocial-0.7/

  when you load the Content type=url
  href=??? / can you see within the iframe?  can you see if you are
  loading the containers JS foropensocial?

  you may find that the containers have blocked that feature, without
  documentation.

  let me know what you discover.

  On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:

I am creating anOpenSocialapplication using the Content type=url
href=??? / for reasons of separation and code maintenance.
However, I get opensocialisnotdefined when I try to use the API.
I have Require feature=opensocial-0.7/ in my prefs for the
app.xml.
Can anyone help me solve this please?

  --
  --
  Justin Krugerhttp://jDavid.net
  [EMAIL PROTECTED]

  If you are successful, it is because somewhere, sometime, someone
  gave you a life or an idea that started you in the right direction.
  Remember also that you are indebted to life until you help some less
  fortunate person, just as you were helped. --Melinda Gates

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some less
 fortunate person, just as you were helped. --Melinda Gates
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial Application Development 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined

2008-05-18 Thread [EMAIL PROTECTED]

Thanks, I will try.
I found a temporary solution to my problem.
Hi5 (the container I am working through at the moment), submits a
request for the file mentioned in the type=url and then appends the
following:
default.aspx?libs=/gadgets/js/opensocial-0.7.js?
v=75eb5ef0c8cac834ca8d76b8ed3f7a7synd=hi5debug=0
to the request. Which is no good because my server does not know what
to do with the query string that has been appended to load the
opensocial library.
It took me a while but I found that the location of the correct
directory to load the opensocial javascript code was http://
www.a.hi5modules.com (for anyone that needs it).
This is not a good solution at all, however it is working at the
moment.
Because it is now loaded into an IFRAME, it means that I can have a
test.aspx and link directly to that, allowing me some separation of
code.
I am not a fan of everything being bunched in one file.


On May 18, 2:41 pm, justin kruger [EMAIL PROTECTED] wrote:
 a few times with my gadget, i have gotten to the point where i get no
 errors, and it just stops working.

 i found that there is a race condition on which frameworks load in
 which order.  i am working on a semaphore model to control the start
 of my app, or certain events based on the frameworks i need to execute
 my functions.

 you might consider looking in to that.

 On Sun, May 18, 2008 at 7:39 AM, [EMAIL PROTECTED]



 [EMAIL PROTECTED] wrote:

  I have tried happyhour. However it only works for content of
  type=html.
  Oh well, back to the drawing board.

  On May 16, 6:38 pm, justin kruger [EMAIL PROTECTED] wrote:
  have you tried happyhour yet?

  you might try that, as it is containerless, run locally, or anywhere
  you like, and its an open source project on google code.

  On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:

   Well, I put it in its own window to test it out.
   It is loading the gadgets library, butnottheopensociallibrary.
   When I put a watch in firebug for opensocial it isnotdefined.
   Any other ideas?

   On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
   the require feature feature hasnotworked at restricting my app to
   sites that support that feature.
   Require feature=opensocial-0.7/

   when you load the Content type=url
   href=??? / can you see within the iframe?  can you see if you are
   loading the containers JS foropensocial?

   you may find that the containers have blocked that feature, without
   documentation.

   let me know what you discover.

   On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

   [EMAIL PROTECTED] wrote:

 I am creating anOpenSocialapplication using the Content type=url
 href=??? / for reasons of separation and code maintenance.
 However, I get opensocialisnotdefined when I try to use the API.
 I have Require feature=opensocial-0.7/ in my prefs for the
 app.xml.
 Can anyone help me solve this please?

   --
   --
   Justin Krugerhttp://jDavid.net
   [EMAIL PROTECTED]

   If you are successful, it is because somewhere, sometime, someone
   gave you a life or an idea that started you in the right direction.
   Remember also that you are indebted to life until you help some less
   fortunate person, just as you were helped. --Melinda Gates

  --
  --
  Justin Krugerhttp://jDavid.net
  [EMAIL PROTECTED]

  If you are successful, it is because somewhere, sometime, someone
  gave you a life or an idea that started you in the right direction.
  Remember also that you are indebted to life until you help some less
  fortunate person, just as you were helped. --Melinda Gates

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some less
 fortunate person, just as you were helped. --Melinda Gates
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial Application Development 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined

2008-05-18 Thread justin kruger

it sounds like you are hard coding a proxy route, i would just like to
put the warning out on doing that.  orkut for instance has set up a
blazing fast proxy network, that uses sequenced DNS addresses on the
proxy so that you are not limited to 2 requests per gadget.  orkut,
googles design has used up to 4 dns proxy request addresses, this
brings your request space to 8 in total, the browser max for FF2 and
IE7,  FF3, and IE8 will allow up to 24-30 but they may increase the
number further before launch.  Even with the new browsers, to get max
performance you need to do sequenced proxy servers on the backend.  if
everything goes as planned you should see a 4-6x performance boost
with the newest browsers.  I hope that is enough for most people to
upgrade to FF3, and IE8 asap(there are some GREAT features in
development for these browsers).

On Sun, May 18, 2008 at 9:33 AM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 Thanks, I will try.
 I found a temporary solution to my problem.
 Hi5 (the container I am working through at the moment), submits a
 request for the file mentioned in the type=url and then appends the
 following:
 default.aspx?libs=/gadgets/js/opensocial-0.7.js?
 v=75eb5ef0c8cac834ca8d76b8ed3f7a7synd=hi5debug=0
 to the request. Which is no good because my server does not know what
 to do with the query string that has been appended to load the
 opensocial library.
 It took me a while but I found that the location of the correct
 directory to load the opensocial javascript code was http://
 www.a.hi5modules.com (for anyone that needs it).
 This is not a good solution at all, however it is working at the
 moment.
 Because it is now loaded into an IFRAME, it means that I can have a
 test.aspx and link directly to that, allowing me some separation of
 code.
 I am not a fan of everything being bunched in one file.


 On May 18, 2:41 pm, justin kruger [EMAIL PROTECTED] wrote:
 a few times with my gadget, i have gotten to the point where i get no
 errors, and it just stops working.

 i found that there is a race condition on which frameworks load in
 which order.  i am working on a semaphore model to control the start
 of my app, or certain events based on the frameworks i need to execute
 my functions.

 you might consider looking in to that.

 On Sun, May 18, 2008 at 7:39 AM, [EMAIL PROTECTED]



 [EMAIL PROTECTED] wrote:

  I have tried happyhour. However it only works for content of
  type=html.
  Oh well, back to the drawing board.

  On May 16, 6:38 pm, justin kruger [EMAIL PROTECTED] wrote:
  have you tried happyhour yet?

  you might try that, as it is containerless, run locally, or anywhere
  you like, and its an open source project on google code.

  On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:

   Well, I put it in its own window to test it out.
   It is loading the gadgets library, butnottheopensociallibrary.
   When I put a watch in firebug for opensocial it isnotdefined.
   Any other ideas?

   On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
   the require feature feature hasnotworked at restricting my app to
   sites that support that feature.
   Require feature=opensocial-0.7/

   when you load the Content type=url
   href=??? / can you see within the iframe?  can you see if you are
   loading the containers JS foropensocial?

   you may find that the containers have blocked that feature, without
   documentation.

   let me know what you discover.

   On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

   [EMAIL PROTECTED] wrote:

 I am creating anOpenSocialapplication using the Content type=url
 href=??? / for reasons of separation and code maintenance.
 However, I get opensocialisnotdefined when I try to use the API.
 I have Require feature=opensocial-0.7/ in my prefs for the
 app.xml.
 Can anyone help me solve this please?

   --
   --
   Justin Krugerhttp://jDavid.net
   [EMAIL PROTECTED]

   If you are successful, it is because somewhere, sometime, someone
   gave you a life or an idea that started you in the right direction.
   Remember also that you are indebted to life until you help some less
   fortunate person, just as you were helped. --Melinda Gates

  --
  --
  Justin Krugerhttp://jDavid.net
  [EMAIL PROTECTED]

  If you are successful, it is because somewhere, sometime, someone
  gave you a life or an idea that started you in the right direction.
  Remember also that you are indebted to life until you help some less
  fortunate person, just as you were helped. --Melinda Gates

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some less
 fortunate person, just as you were helped. --Melinda Gates
 




-- 
-- 
Justin Kruger
http://jDavid.net
[EMAIL PROTECTED]

If you are successful, it is because 

[OpenSocial] Re: opensocial is not defined

2008-05-16 Thread [EMAIL PROTECTED]

Well, I put it in its own window to test it out.
It is loading the gadgets library, but not the opensocial library.
When I put a watch in firebug for opensocial it is not defined.
Any other ideas?

On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
 the require feature feature hasnotworked at restricting my app to
 sites that support that feature.
 Require feature=opensocial-0.7/

 when you load the Content type=url
 href=??? / can you see within the iframe?  can you see if you are
 loading the containers JS foropensocial?

 you may find that the containers have blocked that feature, without
 documentation.

 let me know what you discover.

 On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:

   I am creating anOpenSocialapplication using the Content type=url
   href=??? / for reasons of separation and code maintenance.
   However, I get opensocialisnotdefined when I try to use the API.
   I have Require feature=opensocial-0.7/ in my prefs for the
   app.xml.
   Can anyone help me solve this please?

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some less
 fortunate person, just as you were helped. --Melinda Gates
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial Application Development 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined

2008-05-16 Thread justin kruger

have you tried happyhour yet?

you might try that, as it is containerless, run locally, or anywhere
you like, and its an open source project on google code.

On Fri, May 16, 2008 at 12:32 PM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 Well, I put it in its own window to test it out.
 It is loading the gadgets library, but not the opensocial library.
 When I put a watch in firebug for opensocial it is not defined.
 Any other ideas?

 On May 13, 7:57 pm, justin kruger [EMAIL PROTECTED] wrote:
 the require feature feature hasnotworked at restricting my app to
 sites that support that feature.
 Require feature=opensocial-0.7/

 when you load the Content type=url
 href=??? / can you see within the iframe?  can you see if you are
 loading the containers JS foropensocial?

 you may find that the containers have blocked that feature, without
 documentation.

 let me know what you discover.

 On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:

   I am creating anOpenSocialapplication using the Content type=url
   href=??? / for reasons of separation and code maintenance.
   However, I get opensocialisnotdefined when I try to use the API.
   I have Require feature=opensocial-0.7/ in my prefs for the
   app.xml.
   Can anyone help me solve this please?

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some less
 fortunate person, just as you were helped. --Melinda Gates
 




-- 
-- 
Justin Kruger
http://jDavid.net
[EMAIL PROTECTED]

If you are successful, it is because somewhere, sometime, someone
gave you a life or an idea that started you in the right direction.
Remember also that you are indebted to life until you help some less
fortunate person, just as you were helped. --Melinda Gates

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial Application Development 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined

2008-05-15 Thread justin kruger

i was getting a different, but similar error

when i was appending get vars to the xml url

On Thu, May 15, 2008 at 7:33 PM, Matt [EMAIL PROTECTED] wrote:

 I'm getting this same error on my Gadget. Using Firebug it appears as
 though I'm getting a 404 error on: 
 http://102.gmodules.com/46/g/ui/OpenSocialContainer/manifest.js

 On May 13, 11:57 am, justin kruger [EMAIL PROTECTED] wrote:
 the require feature feature has not worked at restricting my app to
 sites that support that feature.
 Require feature=opensocial-0.7/

 when you load the Content type=url
 href=??? / can you see within the iframe?  can you see if you are
 loading the containers JS for opensocial?

 you may find that the containers have blocked that feature, without
 documentation.

 let me know what you discover.

 On Tue, May 13, 2008 at 1:42 PM, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:

   I am creating an OpenSocial application using the Content type=url
   href=??? / for reasons of separation and code maintenance.
   However, I get opensocial is not defined when I try to use the API.
   I have Require feature=opensocial-0.7/ in my prefs for the
   app.xml.
   Can anyone help me solve this please?

 --
 --
 Justin Krugerhttp://jDavid.net
 [EMAIL PROTECTED]

 If you are successful, it is because somewhere, sometime, someone
 gave you a life or an idea that started you in the right direction.
 Remember also that you are indebted to life until you help some less
 fortunate person, just as you were helped. --Melinda Gates
 




-- 
-- 
Justin Kruger
http://jDavid.net
[EMAIL PROTECTED]

If you are successful, it is because somewhere, sometime, someone
gave you a life or an idea that started you in the right direction.
Remember also that you are indebted to life until you help some less
fortunate person, just as you were helped. --Melinda Gates

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial Application Development 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2008-01-03 Thread babygodzilla

I too am having this problem, and all I did was copy paste the sample
code from the tutorial. My gadget lives here:
http://hosting.gmodules.com/ig/gadgets/file/106941256598760585348/osTest.xml



On Dec 5 2007, 9:56 am, Arne Roomann-Kurrik (Google)
[EMAIL PROTECTED] wrote:
 IE is currentlynotworking in the Orkut container.  If you are having
 this problem in Firefox, please email me with

 1.) Your IP
 2.) Your gadget URL
 3.) The gmodules address where your application runs (the location of
 the IFRAME your application lives in: should look 
 likehttp://XXX.gmodules.com/ig/ifr?url=Yparent=http://sandbo
 4.) The IP address thathttp://XXX.gmodules.comresolves to from
 your machine (wherehttp://XXX.gmodules.comis the same address
 from #3)
 5.) Your physical location
 6.) Whether you are behind a firewall.

 Thanks,
 ~Arne

 On Dec 4, 12:14 pm, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
 opensocialisnotdefinederror in FF/IE running on Windows.

  In the net tab there is only request made 
  to:http://gmodules.com/ig/extern_js/f/CgJlbhICdXMrMAE4ACw/6gZqwg2JpuM.js

  Theopensocialnamespace isnotloading... cant start my development..

  I am in Boston.. is this a non west coast issue..

  Any ideas?

  -CD

  On Nov 16, 7:14 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

   Same error, east coast. opensocialnotdefined

   Doesn't work in IE or Firefox.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-12-14 Thread Paul

Just for info, I've tried IE6, IE7 and Firefox (2.0.0.11) all on XP.
Only my Firefox is working as expected.  I've tried taking lots of
security, access and other settings in IE down to Low/0/off, etc with
no luck.

On Dec 5, 12:56 pm, Arne Roomann-Kurrik (Google)
[EMAIL PROTECTED] wrote:
 IE is currently not working in the Orkut container.  If you are having
 this problem in Firefox, please email me with

 1.) Your IP
 2.) Your gadget URL
 3.) The gmodules address where your application runs (the location of
 the IFRAME your application lives in: should look 
 likehttp://XXX.gmodules.com/ig/ifr?url=Yparent=http://sandbo
 4.) The IP address thathttp://XXX.gmodules.comresolves to from
 your machine (wherehttp://XXX.gmodules.comis the same address
 from #3)
 5.) Your physical location
 6.) Whether you are behind a firewall.

 Thanks,
 ~Arne

 On Dec 4, 12:14 pm, [EMAIL PROTECTED]



 [EMAIL PROTECTED] wrote:
  opensocial is not defined error in FF/IE running on Windows.

  In the net tab there is only request made 
  to:http://gmodules.com/ig/extern_js/f/CgJlbhICdXMrMAE4ACw/6gZqwg2JpuM.js

  The opensocial namespace is not loading... cant start my development..

  I am in Boston.. is this a non west coast issue..

  Any ideas?

  -CD

  On Nov 16, 7:14 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

   Same error, east coast. opensocialnotdefined

   Doesn't work in IE or Firefox.- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-12-04 Thread aplicativos.globo

Does anybody know when opensocial will be available on IE. I'm still
getting 'opensocial is undefined' message.

Thanks,
Vanessa.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-12-04 Thread [EMAIL PROTECTED]

opensocial is not defined error in FF/IE running on Windows.

In the net tab there is only request made to:
http://gmodules.com/ig/extern_js/f/CgJlbhICdXMrMAE4ACw/6gZqwg2JpuM.js

The opensocial namespace is not loading... cant start my development..

I am in Boston.. is this a non west coast issue..

Any ideas?

-CD

On Nov 16, 7:14 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Same error, east coast. opensocialnotdefined

 Doesn't work in IE or Firefox.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-11-15 Thread Carlos Duarte do Nascimento (Chester)

Maybe helpful: This error happened to me in an intermitent way... a
few retries (always with the bpc=1 option, but not sure if it is
related - probably not) made the opensocial JS namespace appear.

On Nov 13, 10:38 pm, Arne Roomann-Kurrik (Google)
[EMAIL PROTECTED] wrote:
 Hey Nicholas,

In the Net tab you should see a request for opensocial.js and
 orkutcontainer1.js.  Can you give me the responses from both
 requests?

 Thanks,
 ~Arne

 On Nov 13, 1:40 pm, Nicholas Krut [EMAIL PROTECTED] wrote:

  I also tried the same thing making a call to opensocial functions and
  got the same result.

  On Nov 13, 2:29 pm, Paul Lindner [EMAIL PROTECTED] wrote:

   On Tue, Nov 13, 2007 at 09:24:23PM -, Nicholas Krut wrote:

I am also getting this error with Firefox in Windows XP as well as
open social is undefined in Internet Explorer 6.  It appears that
the opensocial namespace IS NOT LOADING at all.  Someone mentioned
there being problems for non-west-coast people, could that be the
issue here?  I am in Colorado.  They said something about a 503
Gateway Timeout?

   Try this:

   * Install Firebug.
   * Open it and enable it, click on 'Net'
   * Navigate to page having problems.
   * Click 'Clear'
   * Load Page
   * Look for 50x/404 responses

   --
   Paul Lindner
   hi5 Architect
   [EMAIL PROTECTED]

application_pgp-signature_part
   1KDownload
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition (was 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-11-13 Thread Dustin Jorge

Try Firefox... from what I can tell it's an IE only error.

Nicholas Krut wrote:
 Does anyone know a workaround to get opensocial working when this
 error comes up?  It seems like there is still a huge issue here that
 is not being addressed.  I cannot even begin to develop opensocial
 apps because of this error.



 Someone, anyone, ideas?


 

   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition (was 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-11-13 Thread Nicholas Krut

Nope.  I'm in Firefox on Ubuntu.  =/  I'll try firefox on Windows too.

On Nov 13, 2:03 pm, Dustin Jorge [EMAIL PROTECTED] wrote:
 Try Firefox... from what I can tell it's an IE only error.

 Nicholas Krut wrote:
  Does anyone know a workaround to get opensocial working when this
  error comes up?  It seems like there is still a huge issue here that
  is not being addressed.  I cannot even begin to develop opensocial
  apps because of this error.

  Someone, anyone, ideas?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition (was 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-11-13 Thread Nicholas Krut

I am also getting this error with Firefox in Windows XP as well as
open social is undefined in Internet Explorer 6.  It appears that
the opensocial namespace IS NOT LOADING at all.  Someone mentioned
there being problems for non-west-coast people, could that be the
issue here?  I am in Colorado.  They said something about a 503
Gateway Timeout?

On Nov 13, 2:16 pm, Nicholas Krut [EMAIL PROTECTED] wrote:
 Nope.  I'm in Firefox on Ubuntu.  =/  I'll try firefox on Windows too.

 On Nov 13, 2:03 pm, Dustin Jorge [EMAIL PROTECTED] wrote:

  Try Firefox... from what I can tell it's an IE only error.

  Nicholas Krut wrote:
   Does anyone know a workaround to get opensocial working when this
   error comes up?  It seems like there is still a huge issue here that
   is not being addressed.  I cannot even begin to develop opensocial
   apps because of this error.

   Someone, anyone, ideas?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition (was 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-11-13 Thread Nicholas Krut

I also tried the same thing making a call to opensocial functions and
got the same result.

On Nov 13, 2:29 pm, Paul Lindner [EMAIL PROTECTED] wrote:
 On Tue, Nov 13, 2007 at 09:24:23PM -, Nicholas Krut wrote:

  I am also getting this error with Firefox in Windows XP as well as
  open social is undefined in Internet Explorer 6.  It appears that
  the opensocial namespace IS NOT LOADING at all.  Someone mentioned
  there being problems for non-west-coast people, could that be the
  issue here?  I am in Colorado.  They said something about a 503
  Gateway Timeout?

 Try this:

 * Install Firebug.
 * Open it and enable it, click on 'Net'
 * Navigate to page having problems.
 * Click 'Clear'
 * Load Page
 * Look for 50x/404 responses

 --
 Paul Lindner
 hi5 Architect
 [EMAIL PROTECTED]

  application_pgp-signature_part
 1KDownload


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition (was 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
-~--~~~~--~~--~--~---



[OpenSocial] Re: opensocial is not defined (still!)

2007-11-13 Thread Arne Roomann-Kurrik (Google)

Hey Nicholas,

   In the Net tab you should see a request for opensocial.js and
orkutcontainer1.js.  Can you give me the responses from both
requests?

Thanks,
~Arne


On Nov 13, 1:40 pm, Nicholas Krut [EMAIL PROTECTED] wrote:
 I also tried the same thing making a call to opensocial functions and
 got the same result.

 On Nov 13, 2:29 pm, Paul Lindner [EMAIL PROTECTED] wrote:

  On Tue, Nov 13, 2007 at 09:24:23PM -, Nicholas Krut wrote:

   I am also getting this error with Firefox in Windows XP as well as
   open social is undefined in Internet Explorer 6.  It appears that
   the opensocial namespace IS NOT LOADING at all.  Someone mentioned
   there being problems for non-west-coast people, could that be the
   issue here?  I am in Colorado.  They said something about a 503
   Gateway Timeout?

  Try this:

  * Install Firebug.
  * Open it and enable it, click on 'Net'
  * Navigate to page having problems.
  * Click 'Clear'
  * Load Page
  * Look for 50x/404 responses

  --
  Paul Lindner
  hi5 Architect
  [EMAIL PROTECTED]

   application_pgp-signature_part
  1KDownload


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenSocial API Definition (was 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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-07 Thread Rohit Kumar
I have  been trying for past 5 hours and i am still getting :

opensocial is not defined
var req = opensocial.newDataRequest();

can anybody guide me into this? Please note that i am getting the error even
using the example provided in the open social documentation

http://code.google.com/apis/opensocial/docs/javascript/index.html#ListFriends_Complete

The feature required is also added.

Require feature=opensocial-0.5/

I have tried clearing the cache, even using bpc=1 loading the application
still facing the same issue. Any help would be appreciated.

Thanks,
Rohit Kumar
www.toostep.com



On 11/7/07, Didier Girard [EMAIL PROTECTED] wrote:


 It seems better for me.
 Didier

 On Nov 7, 1:57 am, Arne Roomann-Kurrik (Google)
 [EMAIL PROTECTED] wrote:
  A problem that was leading to 502 responses has been identified and
  fixed.  Can someone who was consistently getting these errors please
  try again and post regarding whether you're still seeing it?
 
  Note that this is only with regards for the 502 response, not the no
  donut errors.
 
  Thanks,
  ~Arne


 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-07 Thread Jerome

Same here... getting the same error about opensocial not defined.

Jerome

On Nov 7, 12:31 pm, TylerKeen [EMAIL PROTECTED] wrote:
 Im getting the same thing. This wasnt happening last night. This is
 new today.

 On Nov 7, 10:22 am, OpenSocialCoderInSF [EMAIL PROTECTED] wrote:



  I get this opensocial nto defined error from the javascript console
  when loading my Gadget in orkut..this code is taken from the
  examples..

  At:http://mr6ctaju-a.gmodules.com/ig/ifr?url=http://hosting.gmodules.com...
  requesting friends

  On Nov 6, 4:57 pm, Arne Roomann-Kurrik (Google)

  [EMAIL PROTECTED] wrote:
   A problem that was leading to 502 responses has been identified and
   fixed.  Can someone who was consistently getting these errors please
   try again and post regarding whether you're still seeing it?

   Note that this is only with regards for the 502 response, not the no
   donut errors.

   Thanks,
   ~Arne- Hide quoted text -

 - Show quoted text -


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-07 Thread OpenSocialCoderInSF

I get this opensocial nto defined error from the javascript console
when loading my Gadget in orkut..this code is taken from the
examples..

At:
http://mr6ctaju-a.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101929590459766296179/frienddump.xmlparent=http://sandbox.orkut.comlang=en-UScountry=USsynd=orkutmode=canvasmid=8h=200
requesting friends



On Nov 6, 4:57 pm, Arne Roomann-Kurrik (Google)
[EMAIL PROTECTED] wrote:
 A problem that was leading to 502 responses has been identified and
 fixed.  Can someone who was consistently getting these errors please
 try again and post regarding whether you're still seeing it?

 Note that this is only with regards for the 502 response, not the no
 donut errors.

 Thanks,
 ~Arne


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-07 Thread Lane LiaBraaten (Google)

Hi Everyone,

OpenSocial features in Orkut are currently unavailable for everyone.
The 'opensocial is not defined' is due to a 503 when trying to fetch
the opensocial.js file.

We found the source of the problem and we're working to fix it now.
I'll post an update when I know more.

Sorry for the inconvenience,
Lane

On Nov 7, 11:53 am, Jerome [EMAIL PROTECTED] wrote:
 Same here... getting the same error about opensocial not defined.

 Jerome

 On Nov 7, 12:31 pm, TylerKeen [EMAIL PROTECTED] wrote:

  Im getting the same thing. This wasnt happening last night. This is
  new today.

  On Nov 7, 10:22 am, OpenSocialCoderInSF [EMAIL PROTECTED] wrote:

   I get this opensocial nto defined error from the javascript console
   when loading my Gadget in orkut..this code is taken from the
   examples..

   At:http://mr6ctaju-a.gmodules.com/ig/ifr?url=http://hosting.gmodules.com...
   requesting friends

   On Nov 6, 4:57 pm, Arne Roomann-Kurrik (Google)

   [EMAIL PROTECTED] wrote:
A problem that was leading to 502 responses has been identified and
fixed.  Can someone who was consistently getting these errors please
try again and post regarding whether you're still seeing it?

Note that this is only with regards for the 502 response, not the no
donut errors.

Thanks,
~Arne- Hide quoted text -

  - Show quoted text -


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread Arne Roomann-Kurrik (Google)

Can anyone experiencing 502s email me their request Headers/Response
data for opensocial.js from Firebug?

Thanks,
~Arne


On Nov 6, 10:23 am, ray [EMAIL PROTECTED] wrote:
 Hell Yeah.  It is a 502 for me...

 On Nov 6, 1:15 pm, Arne Roomann-Kurrik (Google)

 [EMAIL PROTECTED] wrote:
  @Asimov: Do you still get HTTP/1.x 502 Bad Gateway when trying to 
  loadhttp://r5oub4bm-a.gmodules.com/46/o/0.5/opensocial.js?? This has
  been a very hard error to reproduce, but it seems like this may be a
  clue to this issue.

  Can anyone else having this issue verify that it is a 502 error when
  loadingopensocial.js?  You should be able to check the request
  response for this file in FireBug.

  Thanks,
  ~Arne


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread michael

I m not getting a 502, but I am getting 503 messages and then
sometimes (in NYC):

opensocial is not defined
initialize()ifr (line 83)
ig_0a(builtin_domload, undefined)WeTHhV4cOxM.js (line 48)
ig__a(domload, undefined)WeTHhV4cOxM.js (line 51)
[Break on this error] var req = opensocial.newDataRequest();



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread Chris Chabot
Cache-Control   no-cache, must-revalidate, no-cache=Set-Cookie, private
Expires Fri, 01 Jan 1990 00:00:00 GMT
Pragma  no-cache
Content-Typetext/html; charset=utf-8
Content-Encodinggzip
Content-Length  1466
DateTue, 06 Nov 2007 22:46:56 GMT
Server  GFE/1.3
Connection  Close

Request Headers
Hostk8ial4ha-a.gmodules.com
User-Agent  Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv: 
1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Accept  */*
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset  ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive  300
Connection  keep-alive
Referer 
http://k8ial4ha-a.gmodules.com/ig/ifr?url=http://os.chabotc.com/os.xmlparent=http://sandbox.orkut.comlang=en-UScountry=USsynd=orkutmode=profilenocache=2147483647mid=0h=200
On Nov 6, 2007, at 7:42 PM, Arne Roomann-Kurrik (Google) wrote:


 Can anyone experiencing 502s email me their request Headers/Response
 data for opensocial.js from Firebug?

 Thanks,
 ~Arne


 On Nov 6, 10:23 am, ray [EMAIL PROTECTED] wrote:
 Hell Yeah.  It is a 502 for me...

 On Nov 6, 1:15 pm, Arne Roomann-Kurrik (Google)

 [EMAIL PROTECTED] wrote:
 @Asimov: Do you still get HTTP/1.x 502 Bad Gateway when trying to  
 loadhttp://r5oub4bm-a.gmodules.com/46/o/0.5/opensocial.js?? This has
 been a very hard error to reproduce, but it seems like this may be a
 clue to this issue.

 Can anyone else having this issue verify that it is a 502 error when
 loadingopensocial.js?  You should be able to check the request
 response for this file in FireBug.

 Thanks,
 ~Arne


 

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread Luciano Ricardi
Hmmm... 2 refreshes and the problem go away... maybe some API server code
maintenance? :)

Well... it's working now without this error...

On Nov 6, 2007 8:54 PM, Chris Chabot [EMAIL PROTECTED] wrote:

 Cache-Control no-cache, must-revalidate, no-cache=Set-Cookie, private
 Expires Fri, 01 Jan 1990 00:00:00 GMT
 Pragma no-cache
 Content-Type text/html; charset=utf-8
 Content-Encoding gzip
 Content-Length 1466
 Date Tue, 06 Nov 2007 22:46:56 GMT
 Server GFE/1.3
 Connection Close

 Request Headers
 Host k8ial4ha-a.gmodules.com
 User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.9)
 Gecko/20071025 Firefox/2.0.0.9
 Accept */*
 Accept-Language en-us,en;q=0.5
 Accept-Encoding gzip,deflate
 Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
 Keep-Alive 300
 Connection keep-alive
 Referer
 http://k8ial4ha-a.gmodules.com/ig/ifr?url=http://os.chabotc.com/os.xmlparent=http://sandbox.orkut.comlang=en-UScountry=USsynd=orkutmode=profilenocache=2147483647mid=0h=200

 On Nov 6, 2007, at 7:42 PM, Arne Roomann-Kurrik (Google) wrote:


 Can anyone experiencing 502s email me their request Headers/Response
 data for opensocial.js from Firebug?

 Thanks,
 ~Arne


 On Nov 6, 10:23 am, ray [EMAIL PROTECTED] wrote:

 Hell Yeah.  It is a 502 for me...


 On Nov 6, 1:15 pm, Arne Roomann-Kurrik (Google)


 [EMAIL PROTECTED] wrote:

 @Asimov: Do you still get HTTP/1.x 502 Bad Gateway when trying to load
 http://r5oub4bm-a.gmodules.com/46/o/0.5/opensocial.js?? This has

 been a very hard error to reproduce, but it seems like this may be a

 clue to this issue.


 Can anyone else having this issue verify that it is a 502 error when

 loadingopensocial.js?  You should be able to check the request

 response for this file in FireBug.


 Thanks,

 ~Arne






 



-- 
Luciano

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread michael

I have been getting consistent errors for the last 3 to 4 hours.
Before that the sandbox was working really well (less than 1 request
out of 10 was failing). The error has been either the one I previously
posted or this:

Location With Parameters:
http://0h2tk3k8-a.gmodules.com/46/o/api/json?out=jsreq=%5B%7B%22key%22%3A%22owner%22%2C%22request%22%3A%7B%22type%22%3A%22FETCH_PERSON%22%2C%22parameters%22%3A%7B%22id%22%3A%22OWNER%22%2C%22profileDetail%22%3A%22basic%22%7D%7D%7D%2C%7B%22key%22%3A%22viewer%22%2C%22request%22%3A%7B%22type%22%3A%22FETCH_PERSON%22%2C%22parameters%22%3A%7B%22id%22%3A%22VIEWER%22%2C%22profileDetail%22%3A%22basic%22%7D%7D%7D%5Dst=AFinprT2KghPyPh5IaxgW1X9oUeV7aipVDvnjTBL3w13D8F5VcKxBjYl3rpHbARqq1HiJ5rqlHwoV-CeKdspgRr4u-0LGYwtWvR0t2QRs91FmaG1vXYnTw8

Response:
HTML
HEAD
TITLEInternal Server Error/TITLE
/HEAD
BODY BGCOLOR=#FF TEXT=#00
H1Internal Server Error/H1
H2Error 500/H2
/BODY
/HTML

I just got home from work, and continue to get this.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread Arne Roomann-Kurrik (Google)

A problem that was leading to 502 responses has been identified and
fixed.  Can someone who was consistently getting these errors please
try again and post regarding whether you're still seeing it?

Note that this is only with regards for the 502 response, not the no
donut errors.

Thanks,
~Arne


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-06 Thread Luciano Ricardi
Good job! It's working fine now! :)

On Nov 6, 2007 10:57 PM, Arne Roomann-Kurrik (Google) [EMAIL PROTECTED]
wrote:


 A problem that was leading to 502 responses has been identified and
 fixed.  Can someone who was consistently getting these errors please
 try again and post regarding whether you're still seeing it?

 Note that this is only with regards for the 502 response, not the no
 donut errors.

 Thanks,
 ~Arne


 



-- 
Luciano

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-04 Thread Asimov

I have the same issue with a module hosted on gmodules.com, here is
the answer from google when trying to get 
http://r5oub4bm-a.gmodules.com/46/o/0.5/opensocial.js
from this module http://www.evangineers.com/frienddump.xml (one of the
directory in the sandbox)

HTTP/1.x 502 Bad Gateway

Any idea?

Asimov


On Nov 4, 10:48 pm, oscarpica [EMAIL PROTECTED] wrote:
 I get the same opensocial is not defined in the orkut sandbox.

 How do you make work in orkut?

 On Nov 2, 7:12 pm, Erik H [EMAIL PROTECTED] wrote:

  On Nov 2, 3:11 pm, Ropu [EMAIL PROTECTED] wrote:

   as far as im aware iGoogle is not a valid container for Open Social, u
   should use Orkut. But first u should be whitelisted as a developer for
   sandbox

  Ah, I was confused. Orkut applications seem to be iGoogle gadgets,
  hence all the references to gadgets.

  Thanks!


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-04 Thread [EMAIL PROTECTED]

Maybe we need to supply authentication details?

Unfortunately I am also going from the 'hello world' example, and
going by this example will generate the error everyone here is getting.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-04 Thread OpenSocialCoderInSF

going by this im getting the same error message in orkut as well...

how does a gadget include/resolve that reference??

::goes to read more in depth info about developing google gadgets::



On Nov 4, 3:02 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Maybe we need to supply authentication details?

 Unfortunately I am also going from the 'hello world' example, and
 example will generate the error everyone here is getting.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-04 Thread [EMAIL PROTECTED]

Theres nothing we can do until this is fixed. The javascript file that
we can't access atm is some key OpenSocial file, without which we
can't use opensocial.newDataRequest(), etc.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[opensocial] Re: opensocial is not defined

2007-11-02 Thread Erik H

On Nov 2, 3:11 pm, Ropu [EMAIL PROTECTED] wrote:
 as far as im aware iGoogle is not a valid container for Open Social, u
 should use Orkut. But first u should be whitelisted as a developer for
 sandbox

Ah, I was confused. Orkut applications seem to be iGoogle gadgets,
hence all the references to gadgets.

Thanks!


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---