traccar / traccar-client-android

Traccar Client for Android
https://www.traccar.org/client
Apache License 2.0
665 stars 736 forks source link

Getting java.io.FileNotFoundException: http://demo.traccar.org:5055 #412

Open SubhamK95 opened 4 years ago

SubhamK95 commented 4 years ago

I simply download the code "traccar-client-android " and run it in my android studio 3.5.3 , always getting java.io.FileNotFoundException: http://demo.traccar.org:5055 Exception while requesting to the server for connection .

I already changed with the different networks and tested in various devices but getting same error : " FileNotFoundException"

My Request :

http://demo.traccar.org:5055id=300108&timestamp=1582523670&lat=30.7093901&lon=76.6952626&speed=0.0&bearing=0.0&altitude=278.0&accuracy=20.802000045776367&batt=81.0

And the response is :

java.io.FileNotFoundException: http://demo.traccar.org:5055?id=300108&timestamp=1582523670&lat=30.7093901&lon=76.6952626&speed=0.0&bearing=0.0&altitude=278.0&accuracy=20.802000045776367&batt=81.0

filenotfoundexception

tananaev commented 4 years ago

Have you registered your device on the server? If not, then I'm not sure why you are surprised about the error.

AlfredoBazo commented 1 year ago

Did you fix this issue @SubhamK95 ? Thanks!