Hi Appirio,
Thank you for reporting this -- can you post a URL to your gadget so
that we can have a look? I'll investigate this in the meantime.
Thanks,
Gordy
On Jun 14, 2:55 pm, Appirio <c....@appirio.com> wrote:
I'm seeing a similar error to what was reported here:
http://groups.google.com/group/Google-Gadgets-API/browse_thread/threa...
I have a url type gadget that calls_IG_Analytics. When the gadget
loads, I see this error in Firefox (2.0.0.4, via Firebug):
uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIDOMScreen.width]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame
::https://ssl.google-analytics.com/urchin_beta.js:: _uBInfo :: line
293" data: no]
Due to the error, I'm unable to report gadget usage info for Firefox
users. Internet Explorer (6.0) seems to work fine (as verified by
watching traffic in Fiddler).
I tried moving the call to _IG_Analytics around in the Javascript.
Also tried putting the analytics call in a separate IFrame. No luck.
Has anyone else seen this or made any progress on it?