Page 1 of 1

Javascript in WebGadgets (Google Reader)

Posted: Mon Sep 15, 2008 9:01 pm
by ColBoy
I've got a small program that loads Google Reader into a WebGadget. Once logged in, or if already logged in I get the following error whenever the program is run :

Code: Select all

---------------------------
Error
---------------------------
A Runtime Error has occurred.
Do you wish to Debug?

Line: 672
Error: 'nP' is null or not an object
---------------------------
Yes   No   
---------------------------
Is this a limitation of the WebGadget or is there something I can do to alleviate this? I assume Google is doing something that the WebGadget does not like? After the error appears everything works as normal. Any thoughts?

Colin