On Sep 15, 7:59 am, Steven Dorst <[email protected]> wrote:
> Hi,
>
> I build a js script which return the address for a latitude/longitude.
> It works but once a while it return script error popups in Internet
> Explorer 8 even when "Display a notification about every script error"
> is disabled and the "Diable script debugging" options are enabled...

What is "once in a while"? What's different about those occasions?

> The application which calls the script will freeze, because it expects
> a useraction...
>
> The errors I receive are:
>
> '_mF.57' is null or not an object
> URL: 'http://maps.gstatic.com/intl/nl_ALL/mapfiles/270a/maps2.api/
> main.js
> line: 3
> char: 180

The _mF array is set up in the loader script before main.js is loaded.
If it's not being set, the loader script is not being loaded/run
correctly.

> 'undefined' is null or not an object
> URL: 'http://maps.gstatic.com/intl/nl_ALL/mapfiles/270a/maps2.api/
> main.js
> line: 353
> char: 71

This is meaningless, which isn't your fault. IE's error reporting is
not very helpful. You need to know *what* is undefined.

> The application logs how the script is called, when I manually call or
> the application tries the same call again, it succeeds...
>
> This is the script I use:

Code listings aren't helpful. We need a link so we can see exactly
what you're doing.

Did you see this? 
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to