This is getting reported by several people. Check to make sure you are passing your coordinates properly and that your JavaScript is in the right order in relation to the div id invocation. Thre have been a few other threads on this in the past couple of weeks. My probs were that since I wasn’t doing this as an onload event, I wad doing the JavaScript first, then I had my div, plus I was trying to pass the latlng as a single variable containing a comma delimited lat-lng pair. I don’t think this is a browser specific issue.
Eric _____ From: [email protected] [mailto:[email protected]] On Behalf Of Luke Mahé Sent: Thursday, October 14, 2010 6:35 PM To: [email protected] Subject: Re: [Google Maps API v3] Re: Intermittent "Error: Failed" error with Internet Explorer Do you guys have a link that I can look at? Thanks -- Luke On Fri, Oct 15, 2010 at 2:44 AM, Ben P <[email protected]> wrote: I'm getting this error as well, consistently, every time I load an empty map in IE8. This is running from the US and loading from the / en_us/ directory, so I don't think you being in New Zealand has anything to do with it. Failed main.js Code: 0 Line: 25 Char:608 URI: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/1/14/main.js I'm stumped as well, could really use any ideas... On Sep 23, 1:29 pm, Josh <[email protected]> wrote: > Are you still experiencing this error? I am getting the same error, > unfortunately. Any solutions? > > On Jul 27, 7:26 pm, Wows <[email protected]> wrote: > > > We are developing using the v3 API and are coming across an error on > > SOME of our machines, and not others. It also seems to come and go on > > the same machine. > > > Originally I thought it was something with the way we were coding, but > > after taking a copy of the basic sample page and running it locally:http://code.google.com/apis/maps/documentation/javascript/examples/m a... > > > We are still getting the error. > > > Here are some screen grabs of the problem in IE:http://dl.dropbox.com/u/74157/Gmaps/screenshot1.pnghttp://dl.dropbox.. <http://dl.dropbox.com/u/74157/Gmaps/screenshot1.pnghttp:/dl.dropbox..> .. > > > It seems to come and go. We are located in NZ so the gmaps files which > > get downloaded are coming from the "en_nz" subdirectory: "http:// > > maps.gstatic.com/intl/en_nz/mapfiles/api-3/1/8a/main.js" for example. > > I'm not sure if this affects things or not. > > > So basically we are stumped - any ideas? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected] <mailto:google-maps-js-api-v3%[email protected]> . For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
