vitalidze / traccar-web

Traccar Web UI mod
http://traccar.litvak.su/
151 stars 145 forks source link

Nominatim issue #987

Open fetteh opened 7 years ago

fetteh commented 7 years ago

Hi all, I have a problem with reverse geocoding, I'm using nominatim provider installed on my own server. I get a valid address when I used Google provider, but I get a null address when I'm using nominatim, I think it is a problem with Arabic language ! I founded this in the log file : 2016-12-10 22:08:47 DEBUG: [A43DFDF4: 5094 < 197.8.45.21] HEX: 232302004200030351905060365108001e02582d07d0000049000005010000000001890101000000730e0b0016121021084691add94113d82d41c5f30b4200000003 2016-12-10 22:08:48 WARN: Incorrect string value: '\xD8\xB5\xD9\x81\xD8\xA7...' for column 'address' at row 1 - SQLException (... < QueryBuilder:443 < DataManager:287 < DefaultDataHandler:27 < ...) 2016-12-10 22:08:48 INFO: [A43DFDF4] id: 351905060365108, time: 2016-12-10 22:08:46, lat: 34.98806, lon: 10.86525, speed: 0.0, course: 3.0 can anyone help me ?

vitalidze commented 7 years ago

This means you have incorrect encoding in your MySQL database table. It should be UTF-8 for all tables.