Open GoogleCodeExporter opened 9 years ago
Are you still seeing this issue? It seems to be working normally on FireFox
3.6.3. In
FireFox, under tools -> error console, do you see a JavaScript error? If so,
can you
post it here?
Original comment by bobbysoa...@gmail.com
on 3 Jun 2010 at 8:44
I still have the problem (all browsers all platforms) - in firefox 3.6.3 it
displays
An error occurred while retrieving the Calendar feed: response timed out#
on the page but there are no javascript errors reported
However, if I refresh
http://gwt-gdata.appspot.com/samples/v2.2.1/HelloGData.html
there is an error
Error: Return value is undefined
Source File:
Line: 663
but the page is still reporting I'm logged into google calendar - but times out
when
I try to do anything
Original comment by atdotslashdot
on 4 Jun 2010 at 8:03
the problem now appears to be intermittent although I went many weeks with a
timeout it is working more frequently again. (though time outs still happen)
Original comment by atdotslashdot
on 28 Jun 2010 at 10:23
Following these steps will reproduce the problem.
1. Log on to google calendar and google contacts
2. Run the demo "Contacts - Retrieving all contacts"
3. Run the demo "Calendar - Creating a singe event"
Now a new calendar entry should be created but in instead of this it stalls on
"Creating calendar event..."
After running the two demos in this order there is a new JavaScript error in
the error console of the Firefox web browser. The error is called "Qk is not
defined".
Running the demo in debug mode on your local machine will produce a uncaught
exception. The exception occurs when a new instance of CalendarEventEntry is
created.
I think the same exception occurs in every case you try to create two instances
from the gdata package in one session. The application has to be reloaded
before it is possible to create a new instance.
Original comment by Kappelho...@gmail.com
on 27 Jan 2011 at 9:43
Attachments:
Original issue reported on code.google.com by
atdotslashdot
on 20 May 2010 at 9:44