-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes on :- Provider is not registered: interface apptentive.com.android.feedback.dependencyprovider.a #241
Comments
Sorry for the crash @sabuthm. We're looking into this. |
@sabuthm did that work for you? Let me know if this was resolved. Thanks! |
@CaseyApptentive we were monitoring the issue after updating the version to 6.0.2. we were able to capture the same crash again.
following are the device info
|
@CaseyApptentive any idea to fix this crash, please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Apptentive team,
We are facing an app crash with the following crash log, please let us know the fix for this or if you need any more information
Device
Brand:Google
Model:Pixel 3a
Operating System
Version:Android 11
Apptentive Version : 6.0.0
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.android.app/apptentive.com.android.feedback.messagecenter.view.MessageCenterActivity}: java.lang.IllegalArgumentException: Provider is not registered: interface apptentive.com.android.feedback.dependencyprovider.a
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3431)
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3595)
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
android.os.Handler.dispatchMessage(Handler.java:106)
android.os.Looper.loop(Looper.java:223)
android.app.ActivityThread.main(ActivityThread.java:7664)
java.lang.reflect.Method.invoke(Method.java:0)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: java.lang.IllegalArgumentException: Provider is not registered: interface apptentive.com.android.feedback.dependencyprovider.a
apptentive.com.android.core.DependencyProvider.of(DependencyProvider.java:25)
apptentive.com.android.feedback.dependencyprovider.MessageCenterViewModelUtilsKt.createMessageCenterViewModel$default(MessageCenterViewModelUtils.kt:12)
apptentive.com.android.feedback.messagecenter.view.BaseMessageCenterActivity$viewModel$2$1.invoke(BaseMessageCenterActivity.kt:28)
apptentive.com.android.feedback.messagecenter.view.BaseMessageCenterActivity$viewModel$2$1.invoke(BaseMessageCenterActivity.kt:28)
apptentive.com.android.ui.ViewModelFactory.create(ViewModelFactory.kt:12)
androidx.lifecycle.ViewModelProvider$Factory$-CC.b(ViewModelProvider.kt:10)
apptentive.com.android.ui.ViewModelFactory.create(ViewModelFactory.kt:0)
androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.kt:187)
androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.kt:153)
androidx.lifecycle.ViewModelLazy.getValue(ViewModelLazy.kt:53)
androidx.lifecycle.ViewModelLazy.getValue(ViewModelLazy.kt:35)
apptentive.com.android.feedback.messagecenter.view.BaseMessageCenterActivity.getViewModel(BaseMessageCenterActivity.kt:27)
apptentive.com.android.feedback.messagecenter.view.MessageCenterActivity.onCreate(MessageCenterActivity.kt:74)
android.app.Activity.performCreate(Activity.java:7994)
android.app.Activity.performCreate(Activity.java:7978)
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3404)
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3595)
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
android.os.Handler.dispatchMessage(Handler.java:106)
android.os.Looper.loop(Looper.java:223)
android.app.ActivityThread.main(ActivityThread.java:7664)
java.lang.reflect.Method.invoke(Method.java:0)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
The text was updated successfully, but these errors were encountered: