Discussions
Trip not in progress
Hi!
after clone from https://github.com/Mobile-Telematics/TelematicsApp-Android, I encountered issue after following the integration video. It seems everything is set up correctly but it keep showing in the notifications Trip not in progress even Made a trip of about 5 km. another error is shown on logCat:
2022-02-14 19:56:56.494 3083-3083/com.devprime.okataxiapp D/DashboardFragment: observeRank: onSuccess r: 1
2022-02-14 19:56:56.577 3083-3083/com.devprime.okataxiapp D/DashboardFragment: setRank: rank Rank #1
2022-02-14 19:56:56.603 3083-3083/com.devprime.okataxiapp E/StorageException: StorageException has occurred.
Object does not exist at location.
Code: -13010 HttpResult: 404
2022-02-14 19:56:56.604 3083-3083/com.devprime.okataxiapp D/FIREBASE await: isSuccessful: false task: com.google.firebase.storage.StorageException: Object does not exist at location.
2022-02-14 19:56:56.604 3083-3083/com.devprime.okataxiapp D/getErrorCode: getErrorCode: FirebaseException Object does not exist at location.
please help
Hi Nacir, please advise if you deploy the firebase Auth and realtime database for the project?
Hi Nacir,
- We've enabled logging for your account. Please, try to make a new trip and if there is an issue again - please, share with us date and time of your trip.
- This error mentioned above means that you've no profile picture in your Firebase account. It's just a check. It's a normal behavior, which does not affect the application performance.
Hello Dmitry!
You mean that the problem is not mine?
let me try again
I already deployed the firebase Auth and realtime database.
address:""
birthday:"2022-02-12T00:00:00+0200"
childrenCount:""
clientId:""
deviceToken:"5781ed39-3677-4796-bf44-48d816c648f5"
email:""
firstName:""
gender:""
lastName:""
maritalStatus:""
phone:""
profilePictureLink:""
userId: "UZJFixgh0AbIAiZ3KFgvnxffJKG3"
But does not generate the "clientId"
Nacir,
ClientId is a custom user field that is available for you in User Profile.
This field is also searchable via APIs.
You can find more info here:
https://docs.damoov.com/docs/register-a-new-sdk-user#extended-body
ο»Ώ