I collect all the javascript errors that occurr on my website and post
them back to my server where they get inserted into the apache
error_log. However, I have no idea how to debug some of them -- these
are the errors that happen deep inside the google maps javascript. I
don't know how to reproduce these problems.

For example:

[Sun Dec 13 05:12:02 2009] psk-error: Error: 'S()' is null or not an
object in function Ji(a,b,c,d,f){if(c){a.ll=b.S().Ba();a.spn=b.H().vb
().Ba()}if(d){var g=b.A.getUrlArg();if(g!=f)a.t=g;else delete a.t}
a.z=b.F();C(b,Ta,a)}
[Sun Dec 13 05:12:02 2009] psk-error: reporterror("'S()' is null or
not an object","http://maps.gstatic.com/intl/en_us/mapfiles/184a/
maps2.api/main.js",891)

i.e. the error is on line 891 of the main.js of maps v 2.184a. The
error is S() is null.....

The error is not specific to english browsers:

[Sun Dec 13 07:53:05 2009] psk-error: Error: 'S()' è nullo
o non è un oggetto in function Ji(a,b,c,d,f){if(c){a.ll=b.S
().Ba();a.spn=b.H().vb().Ba()}if(d){var g=b.A.getUrlArg();if(g!=f)
a.t=g;else delete a.t}a.z=b.F();C(b,Ta,a)}
[Sun Dec 13 07:53:05 2009] psk-error: reporterror("'S()' è
nullo o non è un oggetto","http://maps.gstatic.com/intl/
it_ALL/mapfiles/184a/maps2.api/main.js",891)


Any suggestions on how to debug these?

Does anybody else log their errors and find this sort of problem?

Philip

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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