google Reverse geo coding failing

bsaggarwal6 years ago

Hi Guys
after upgrading to traccar 4.1, i am seeing below errors in my traccar server and the reverse geocoding does not seems to be working,
I am using google for both mapping and reverse geocoding.

2018-10-29 01:58:58  INFO: [dc028d48: 5013 > 42.111.8.66] HEX: 2a48512c363137303737343230302c56342c56312c323031383130323832303238353823
2018-10-29 01:58:58  WARN: Geocoding failed - Empty address - GeocoderException (JsonGeocoder:68 < *:31 < *:96 < *:93 < ...)
2018-10-29 01:58:58  INFO: [dc028d48] id: 6170774200, time: 2018-10-29 01:44:57, lat: 28.50742, lon: 77.40877, speed: 7.7, course: 123.0
2018-10-29 01:59:08  INFO: [dc028d48: 5013 < 42.111.8.66] HEX: 2a48512c363137303737343230302c56312c3230313530372c562c323833302e343435312c4e2c30373732342e353236342c452c3030372e36382c3132332c3238313031382c46464646424246462c3430342c31312c30313032312c323834383223
2018-10-29 01:59:08  INFO: [dc028d48: 5013 > 42.111.8.66] HEX: 2a48512c363137303737343230302c56342c56312c323031383130323832303239303823
2018-10-29 01:59:08  WARN: Geocoding failed - Empty address - GeocoderException (JsonGeocoder:68 < *:31 < *:96 < *:93 < ...)
2018-10-29 01:59:08  INFO: [dc028d48] id: 6170774200, time: 2018-10-29 01:45:07, lat: 28.50742, lon: 77.40877, speed: 7.7, course: 123.0
2018-10-29 01:59:18  INFO: [dc028d48: 5013 < 42.111.8.66] HEX: 2a48512c363137303737343230302c56312c3230313531362c562c323833302e343435312c4e2c30373732342e353236342c452c3030372e36382c3132332c3238313031382c46464646424246462c3430342c31312c30313032312c323834383223
bsaggarwal6 years ago

entries in my traccar.xml

<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>google</entry>
<entry key='geocoder.key'>Axxxxxxxxxxxxxxx</entry>
<entry key='geocoder.cacheSize'>25000</entry>
<!--<entry key='geocoder.reuseDistance'>10</entry>-->
<entry key='geocoder.processInvalidPositions'>true</entry>
Anton Tananaev6 years ago

It seems like your problem is with Google, not with Traccar.

bsaggarwal6 years ago

U r right..issue resolved.

Anton Tananaev6 years ago

What was the issue and how did you solve it?

bsaggarwal6 years ago

It was issue with google api account that I setup for reverse geocoding.. unfortunately this issue coincided with my traccar sw upgrade, so I suspected it to b upgrade issue.
Sorry for false alarm.