You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
One of my colleagues discovered this issue in our Crashlytics. Here is the full stacktrace:
Fatal Exception: java.lang.IllegalArgumentException: Unknown URL content://se.svd.start.contentprovider/sessions
at android.content.ContentResolver.insert(ContentResolver.java:2205)
at android.content.ContentResolver.insert(ContentResolver.java:2171)
at com.schibsted.account.webflows.loginPrompt.SessionInfoManager.save(SessionInfoManager.kt:19)
at com.schibsted.account.webflows.persistence.SharedPrefsStorage.save(SessionStorage.kt:154)
at com.schibsted.account.webflows.persistence.MigratingSessionStorage.save(SessionStorage.kt:37)
at com.schibsted.account.webflows.client.Client.refreshTokensForUser$webflows_release(Client.kt:323)
at com.schibsted.account.webflows.user.User$1.invoke(User.kt:68)
at com.schibsted.account.webflows.user.User$1.invoke(User.kt:67)
at com.schibsted.account.webflows.util.BestEffortRunOnceTask.run(BestEffortRunOnceTask.kt:32)
at com.schibsted.account.webflows.user.User.refreshTokens$webflows_release(User.kt:194)
at com.schibsted.account.webflows.user.AccessTokenAuthenticator.authenticate(AuthenticatedRequests.kt:34)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.kt:223)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:108)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.schibsted.account.webflows.api.SDKUserAgentHeaderInterceptor.intercept(SDKUserAgentHeaderInterceptor.kt:16)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.schibsted.account.webflows.user.AuthenticatedRequestInterceptor.intercept(AuthenticatedRequests.kt:17)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
It looks like it occurs during the refreshing of cookies:
Hi!
One of my colleagues discovered this issue in our Crashlytics. Here is the full stacktrace:
It looks like it occurs during the refreshing of cookies:
The text was updated successfully, but these errors were encountered: