Hi all.
I've read the troubleshooting guide and verified all of these points. Nevertheless the two devices are not showing up in the devices list. I don't know what is wrong here. Maybe someone else can help?
The installation is a docker installation (I've tried traccar:latest and now I'm running traccar:alpine).
Here some output of the traccar-server.log:
2022-08-10 14:02:00 INFO: [T5a6440b8: osmand > 172.17.0.1] 485454502f312e31203430302042616420526571756573740d0a636f6e74656e742d6c656e6774683a20300d0a0d0a
2022-08-10 14:02:00 INFO: [T5a6440b8: osmand < 172.17.0.1] 504f5354202f3f69643d3830353037392674696d657374616d703d31363630313236333639266c61743d35312e363839323432266c6f6e3d372e3832383739302673706565643d302662656172696e673d3026616c7469747564653d35392e34343135333539343937303730332661636375726163793d3737382e3535363035323736313733353426626174743d32372e303030303031393037333438363320485454502f312e310d0a486f73743a206e61732e6d696e6f726f7769637a2e64653a35393030330d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a4163636570743a202a2f2a0d0a557365722d4167656e743a2054726163636172436c69656e742f35372043464e6574776f726b2f313339302044617277696e2f32322e302e300d0a4163636570742d4c616e67756167653a2064652d64650d0a436f6e74656e742d4c656e6774683a20300d0a4163636570742d456e636f64696e673a20677a69702c206465666c6174650d0a0d0a
2022-08-10 14:02:00 WARN: Unknown device - 805079 (172.17.0.1)
2022-08-10 14:02:00 INFO: [T5a6440b8: osmand > 172.17.0.1] 485454502f312e31203430302042616420526571756573740d0a636f6e74656e742d6c656e6774683a20300d0a0d0a
2022-08-10 14:02:00 INFO: [T5a6440b8: osmand < 172.17.0.1] 504f5354202f3f69643d3830353037392674696d657374616d703d31363630313237303531266c61743d35312e363838363931266c6f6e3d372e3833303332302673706565643d302662656172696e673d3026616c7469747564653d36312e37303034363233343133303835392661636375726163793d32322e323734343036323339373135303826626174743d323120485454502f312e310d0a486f73743a206e61732e6d696e6f726f7769637a2e64653a35393030330d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a4163636570743a202a2f2a0d0a557365722d4167656e743a2054726163636172436c69656e742f35372043464e6574776f726b2f313339302044617277696e2f32322e302e300d0a4163636570742d4c616e67756167653a2064652d64650d0a436f6e74656e742d4c656e6774683a20300d0a4163636570742d456e636f64696e673a20677a69702c206465666c6174650d0a0d0a
2022-08-10 14:02:00 WARN: Unknown device - 805079 (172.17.0.1)
2022-08-10 14:02:00 INFO: [T5a6440b8: osmand > 172.17.0.1] 485454502f312e31203430302042616420526571756573740d0a636f6e74656e742d6c656e6774683a20300d0a0d0a
I have no clue anymore. I've also tried to understand what is meant with the "Unknown device" warning. But I'm also wondering that this "unknown device" isn't popping up anywhere in the web frontend.
Kind regards,
Jarek
Unknown device means you haven't registered the device. It can also happen if you registered it after it was already sending the data. In the latter case you need to either wait or restart the server.
I faced a similar problem when first installing - it was more a lack of understanding than anything (for me)
On the main web interface there's a + next to the "Search Devices" box. Click the + and you get asked for a device name, and an identifier. The name can be whatever you want, the identifier is the 805079 (mobile phone?) you see in the log line :
WARN: Unknown device - 805079 (172.17.0.1)
then click save. Refresh and you should see it.
Thanks for that @ScaredyCat.
This was the important hint which I’ve been missing in the docs. (lack of examples based on a server log or whatever).
Maybe anyone could add these details in the documentation for users which get the first time in touch with such a system.
By the way it’s working now. Great server, great tool! I like it!
Thanks.
Have you checked the troubleshooting guide documentation?
Hi all.
I've read the troubleshooting guide and verified all of these points. Nevertheless the two devices are not showing up in the devices list. I don't know what is wrong here. Maybe someone else can help?
The installation is a docker installation (I've tried traccar:latest and now I'm running traccar:alpine).
Here some output of the traccar-server.log:
I have no clue anymore. I've also tried to understand what is meant with the "Unknown device" warning. But I'm also wondering that this "unknown device" isn't popping up anywhere in the web frontend.
Kind regards,
Jarek