hi anton
i dont need the adresses, w use traccar for rescue operations. we only need the gps position. can i disable this code like this? what is the impact?
<entry key='geocoder.enable'>false</entry>
<entry key='geocoder.type'>google</entry>
That's correct config. There is no impact other than empty address fields everywhere.
ok thank you. last question. have i restart the server after the config change?
Yes.
sudo /opt/traccar/bin/stopDaemon.sh
and then
sudo /opt/traccar/bin/startDaemon.sh
?
find it..
sudo service traccar restart
i got the same problem after the config change. completly wrong position gps data on my map. tests with IOS devices was fine. do you know problems with android devices? do you have any idea to solve this problem?
log:
2018-03-26 21:26:00 DEBUG: [DC550ADF: 5055 < 127.0.0.1] HEX: 504f5354202f3f69643d303736333839303639322674696d657374616d703d3135323230$
2018-03-26 21:26:00 DEBUG: [DC550ADF: 5055 > 127.0.0.1] HEX: 485454502f312e3120323030204f4b0d0a436f6e74656e742d4c656e6774683a20300d0a$
2018-03-26 21:26:00 INFO: [DC550ADF] id: 0763890692, time: 2018-03-26 21:25:57, lat: 47.04005, lon: 9.06802, speed: 0.0, course: 0.0
2018-03-26 21:26:30 INFO: [DC550ADF] disconnected
2018-03-26 21:30:19 INFO: [C608F3E5] connected
2018-03-26 21:30:19 DEBUG: [C608F3E5: 5055 < 127.0.0.1] HEX: 504f5354202f3f69643d303736333839303639322674696d657374616d703d3135323230$
2018-03-26 21:30:19 DEBUG: [C608F3E5: 5055 > 127.0.0.1] HEX: 485454502f312e3120323030204f4b0d0a436f6e74656e742d4c656e6774683a20300d0a$
2018-03-26 21:30:19 INFO: [C608F3E5] id: 0763890692, time: 2018-03-26 21:30:17, lat: 47.04129, lon: 9.05244, speed: 0.0, course: 0.0
2018-03-26 21:30:49 INFO: [C608F3E5] disconnected
2018-03-26 21:34:26 INFO: [ECA6650F] connected
2018-03-26 21:34:26 DEBUG: [ECA6650F: 5055 < 127.0.0.1] HEX: 504f5354202f3f69643d303736333839303639322674696d657374616d703d3135323230$
2018-03-26 21:34:26 DEBUG: [ECA6650F: 5055 > 127.0.0.1] HEX: 485454502f312e3120323030204f4b0d0a436f6e74656e742d4c656e6774683a20300d0a$
2018-03-26 21:34:26 INFO: [ECA6650F] id: 0763890692, time: 2018-03-26 21:34:23, lat: 47.04129, lon: 9.05244, speed: 0.0, course: 0.0
2018-03-26 21:34:56 INFO: [ECA6650F] disconnected
2018-03-26 21:38:45 INFO: [E034211E] connected
2018-03-26 21:38:45 DEBUG: [E034211E: 5055 < 127.0.0.1] HEX: 504f5354202f3f69643d303736333839303639322674696d657374616d703d3135323230$
2018-03-26 21:38:45 DEBUG: [E034211E: 5055 > 127.0.0.1] HEX: 485454502f312e3120323030204f4b0d0a436f6e74656e742d4c656e6774683a20300d0a$
2018-03-26 21:38:45 INFO: [E034211E] id: 0763890692, time: 2018-03-26 21:38:42, lat: 47.04129, lon: 9.05244, speed: 0.0, course: 0.0
2018-03-26 21:38:45 DEBUG: [E034211E: 5055 < 127.0.0.1] HEX: 300d0a0d0a
2018-03-26 21:38:45 WARN: [E034211E] error - org.jboss.netty.handler.codec.http.HttpChunk$1 cannot be cast to org.jboss.netty.handle$
2018-03-26 21:38:45 INFO: [E034211E] disconnected
2018-03-26 21:46:43 INFO: [0A37AE40] connected
2018-03-26 21:46:43 DEBUG: [0A37AE40: 5009 < 64.132.113.138] HEX: 0300002b26e00000000000436f6f6b69653a206d737473686173683d68656c6c6f0$
2018-03-26 21:46:58 WARN: [0A37AE40] error - Die Verbindung wurde vom Kommunikationspartner zurückgesetzt - IOException (...)
2018-03-26 21:46:58 INFO: [0A37AE40] disconnected
2018-03-26 21:54:30 INFO: [8C39B55B] connected
2018-03-26 21:54:32 DEBUG: [8C39B55B: 5060 < 196.52.43.61] HEX: 4f5054494f4e53207369703a6361726f6c406368696361676f2e636f6d205349502f3$
2018-03-26 21:55:02 WARN: [8C39B55B] error - Die Verbindung wurde vom Kommunikationspartner zurückgesetzt - IOException (...)
2018-03-26 21:55:02 INFO: [8C39B55B] disconnected
If location is wrong it means that your phone reported wrong location. Traccar gets location from Android or iOS system.
It means that reverse geocoding provider didn't return any useful result.