baley78666
Member
- Jan 29, 2021
- 70
- 16
- 8
AS you can see it raises JSON Exception, an error 500 occured on th backend so it cant parse the error page.
send me your teamviewer on inboxI added service account file as you have said. But still ride request is not working in mine. Mine SDK is 31 ande gofer ver is 2.2.1
After booking the cab i get this in log of customer app (When searching for cab)
2021-11-18 17:15:54.209 2919-3833/com.jellies.cabapp E/MyFirebaseMessagingService: From tri: 399939892983
2021-11-18 17:15:54.210 2919-3833/com.jellies.cabapp E/MyFirebaseMessagingService: From tri: com.google.firebase.messaging.RemoteMessage@668156e
2021-11-18 17:15:54.211 2919-3833/com.jellies.cabapp E/MyFirebaseMessagingService: Data Payload: {custom={"no_cars":{"title":"No cars found","status":0}}}
2021-11-18 17:15:54.213 2919-3833/com.jellies.cabapp E/test push noti: ours
2021-11-18 17:15:54.213 2919-3833/com.jellies.cabapp E/MyFirebaseMessagingService: Data Payload: {custom={"no_cars":{"title":"No cars found","status":0}}}
2021-11-18 17:15:54.214 2919-3833/com.jellies.cabapp E/MyFirebaseMessagingService: push json: {"custom":{"no_cars":{"title":"No cars found","status":0}}}
2021-11-18 17:15:54.217 2919-3833/com.jellies.cabapp E/MyFirebaseMessagingService: IF: {"custom":{"no_cars":{"title":"No cars found","status":0}}}
Please help
Credits are mine, I've shared this before. laughter.Thanks friend
Thanks friend, will you also have the installation manual for the web panel?Credits are mine, I've shared this before. laughter.
installation is simple and basic knowledge is laravel. Use the installer that comes with the application. /public/install don't forget to delete the installed file in the /storage folder to work.Thanks friend, will you also have the installation manual for the web panel?
bro you got iOS driver too? please shareCredits are mine, I've shared this before. laughter.
Gofer has only 1 year of updates. After updates are add-ons.hello, by chance someone has the version GoferTaxi Triangle 2.5.1 I understand that the people who bought it are given updates for life
Fixed this issue by adding implementation 'com.google.firebase:firebase-iid:21.1.0' in gradleI'm geting error of firebase instance id like below
E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #3
Process: com.jellies.cabapp, PID: 9945
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:415)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId;
at com.sinch.android.rtc.internal.client.fcm.FcmTask.doInBackground(Unknown Source:11)
at com.sinch.android.rtc.internal.client.fcm.FcmTask.doInBackground(Unknown Source:2)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.firebase.iid.FirebaseInstanceId" on path: DexPathList[[zip file "/data/app/~~XXYLbADtVJK514PZ_TOvgg==/com.jellies.cabapp-j_HJnsn4DL8ijBQbyVJecQ==/base.apk"],nativeLibraryDirectories=[/data/app/~~XXYLbADtVJK514PZ_TOvgg==/com.jellies.cabapp-j_HJnsn4DL8ijBQbyVJecQ==/lib/arm64, /data/app/~~XXYLbADtVJK514PZ_TOvgg==/com.jellies.cabapp-j_HJnsn4DL8ijBQbyVJecQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207)
at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
Can someone help me what the issue is and how to fix it please (I get this error when i recieve ride request in driver app)