meavydev

Results 22 comments of meavydev

A different error, but basically the same issue, as if we have the fat-aar plugin then our instrumented tests fail with: ` java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/R$string; at com.google.android.gms.common.internal.StringResourceValueReader.(com.google.android.gms:play-services-basement@@18.0.0:3) at...

At a guess I would say the problem is that doing a back to cancel the login doesn't trigger the showSignIn onError callback unless we add the onActivityResult code, as...

As I said in my most recent post you are replying to, the problem isn't the busy progress, it's that the AWS SDK isn't calling the onError callback from showSignIn....

Also seeing a related submitAllRecords error, but this is returning the AmazonClientException : ` com.amazonaws.AmazonClientException: Cannot find records file at com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.FileRecordStore$RecordIterator.hasNext(FileRecordStore.java:272) at com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder.submitAllRecords(AbstractKinesisRecorder.java:128) at com.navenio.sdk.aws.kinesis.KinesisStream$sendKinesisIbeaconStream$1.invokeSuspend(KinesisStream.kt:264) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at...

Having noticed an update AWS SDK of 2.26.0, we still see exceptions: ` com.amazonaws.AmazonClientException: Failed to remove read records at com.amazonaws.mobileconnectors.kinesis.kinesisrecorder.AbstractKinesisRecorder.submitAllRecords(AbstractKinesisRecorder.java:206) at com.navenio.sdk.aws.kinesis.KinesisStream$sendKinesisWifiStream$1.invokeSuspend(KinesisStream.kt:203) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) at...

Hard to say as we coded around the problem and it was... a year ago!

Actually we obviously haven't coded round it (we just added retries and restarted Kinesis). We are currently using AWS SDK 2.55.0 on Android 13. `01-16 11:57:09.238 21201 24819 D com.amazonaws.request:...

We are still seeing this with the AWS SDK v2.73.0 `08-25 12:53:31.113 10886 26594 E LoggingKt: [nvsdk] Kinesis submitAll failed 08-25 12:53:31.113 10886 26594 E LoggingKt: com.amazonaws.AmazonClientException: Failed to remove...

I can't go back to March 2022 nightly, but I tried the earliest one from 2022. Still the same I'm running Ventura on a M1 Pro