In this particular case, the user agent string is:
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 2.8; .NET
CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)
The call stack looks like:
[Sun Dec 13 05:12:02 2009] psk-error: Ji([object Object],[object
Object],true,true,"m")
[Sun Dec 13 05:12:02 2009] psk-error: {anonymous}([object Object])
[Sun Dec 13 05:12:02 2009] psk-error: {anonymous}(0,0,true)
[Sun Dec 13 05:12:02 2009] psk-error: {anonymous}()
[Sun Dec 13 05:12:02 2009] psk-error: {anonymous}()
[Sun Dec 13 05:12:02 2009] psk-error: {anonymous}()
[Sun Dec 13 05:12:02 2009] psk-error: {anonymous}([object Object],0)
[Sun Dec 13 05:12:02 2009] psk-error: t([object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],[object
Object],[object Object],[object Object],[object Object],function)
[Sun Dec 13 05:12:02 2009] psk-error: C([object Object],"moveend")
Then the same session goes on to give this error:
[Sun Dec 13 05:12:02 2009] psk-error: Error: 'this.lx' is null or not
an object in function(){var a=this.f;if(this.Kl!=a.F()||this.A!=a.A)
{this.UJ();this.Cg();this.ah(0,0,e)}else{var b=a.S(),c=a.H().vb(),d=N
((b.lat()-this.lx.lat())/c.lat()),f=N((b.lng()-this.lx.lng())/c.lng
());this.Ne="p";this.ah(d,f,e)}}
[Sun Dec 13 05:12:02 2009] psk-error: in
http://maps.gstatic.com/intl/en_us/mapfiles/184a/maps2.api/main.js at
line 465
but I'm not concerned about this one as I suspect it is related to the
previous error.
In the past, I've seen other maps related JS errors and they turned
out to be related to the maps lazy loading of scripts and they are
subtle timing issues.
Philip
On Dec 16, 2:42 am, Mike Williams <[email protected]> wrote:
> That's weird because "S()" on its own doesn't occur on that line, and
> "b.S()" is map.getCenter() which is rather unlikely to be null or not an
> object.
>
> Do you happen to know what browser it is that throws those errors? I'd
> expect MSIE8 to say "Object doesn't support this property or method" or
> "Function expected" (depending on whether "b.S" was null or was not a
> function), and for MSIE to never tell you the name of the object or
> function concerned. I'd expect FF to say "b.S is not a function".
>
> --
> Mike Williamshttp://econym.org.uk/gmap
--
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.