11:26am Brazil
The Geocoding problem is giving me headaches again!
same thing.
in the simple snipet that follows
var geocoder:ClientGeocoder = new ClientGeocoder();
geocoder.addEventListener(GeocodingEvent.GEOCODING_SUCCESS,
handleGeocodingSuccess);
geocoder.addEventListener(GeocodingEvent.GEOCODING_FAILURE,
handleGeocodingFailure);
geocoder.geocode('costa, 250');
(that was working fine, till now) with no changes, stoped working.
the geocoder dispatches a GeocodingEvent.GEOCODING_FAILURE, and the
status of de GeocodingEvent.GEOCODING_FAILURE event is "500"
Somebody of google, with any explanations about it?
Thanks,
Manuel Santos
On 23 jun, 10:03, Manuel <[email protected]> wrote:
> Hi Shaun,
> I've turned on my computer today, without any upgrade or instalations,
> I'm running flash player 10.0.r45 as I was yesterday.
> I oppened the test page at firefox (as before) and now it's working.
> I guess it could be some problem at google maps that was already
> fixed.
> Even in the application that I'm building, the problem was gone, with
> the same configurations.
>
> Regards,
> Manuel Santos
>
> On 23 jun, 01:21, Shaun <[email protected]> wrote:
>
> > Hi Manuel,
> > I haven't seen this behavior but I would see if you can reproduce on
> > another machine to see if it's just something with configuration on
> > the machine you're trying to work on. If it works on another machine
> > try another browser on the one you have, it's possibly some sort of
> > proxy settings in a browser or perhaps at a lower level that are
> > causing this error, also possibly upgrade your flash player if there's
> > one available to see if you get any different behavior. Found this
> > after doing a quick google search for "GEOCODING_FAILURE status 500"
> > without the quotes.
>
> >http://code.google.com/apis/maps/documentation/javascript/v2/referenc...
>
> > In the example link you posted it works fine for me using mozilla
> > firefox flash player 10.0.32.
>
> > If you determine it is just the machine you're working on would be
> > good to post the configuration that doesn't work for you in case it
> > turns out it's a common issue for some browser and/or os and/or
> > hardware and/or plugin.
> > Good luck,
> > Shaun
>
> > On Jun 22, 12:12 pm, Manuel <[email protected]> wrote:
>
> > > Hi Everybody,
> > > Does someone fixed this issue?
> > > I keep getting this status = 500 in my
> > > GeocodingEvent.GEOCODING_FAILURE, in any address used.
> > > I've read in other posts to try using de map_1_17.swc but I coudn't
> > > find a working copy of it.
>
> > > Even google's exemple of geocoding has
> > > problemshttp://gmaps-samples-flash.googlecode.com/svn/trunk/examples/Geocodin...
>
> > > When pressing search, it shows a "Geocoding Failed" Error.
>
> > > Could somebody help me?
>
> > > Regards,
> > > Manuel Santos
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en.