I found the following crash in our crash reporter and a lot of users are affected by this crash.
Stacktrace
com.amazon.identity.auth.device.api.workflow.ListenerNotFoundException: No listeners were registered with type "com.amazon.identity.auth.device.authorization.request.authorize" for RequestContext ecc90185-923d-4b2b-bdaa-9d4bbba131a1. Listener types present: [com.amazon.identity.auth.device.authorization.request.authorize] at com.amazon.identity.auth.device.api.workflow.RequestContext.getListenersInternal(RequestContext.java:359) at com.amazon.identity.auth.device.api.workflow.RequestContext.getListeners(RequestContext.java:331) at com.amazon.identity.auth.device.api.workflow.RequestContext.getAggregateListener(RequestContext.java:307) at com.amazon.identity.auth.device.interactive.InteractiveRequest.getAggregateListener(InteractiveRequest.java:195) at com.amazon.identity.auth.device.interactive.InteractiveRequest.onSuccess(InteractiveRequest.java:139) at com.amazon.identity.auth.device.api.authorization.AuthorizeListener.onAuthorizationSuccess(AuthorizeListener.java:133) at com.amazon.identity.auth.device.api.authorization.AuthorizationManager$2.onSuccess(AuthorizationManager.java:195) at com.amazon.identity.auth.device.authorization.ThirdPartyAuthorizationHelper$2.onSuccess(ThirdPartyAuthorizationHelper.java:173) at com.amazon.identity.auth.device.authorization.AuthorizationHelper.startCodeForTokenExchange(AuthorizationHelper.java:147) at com.amazon.identity.auth.device.authorization.AuthorizationHelper.access$000(AuthorizationHelper.java:39) at com.amazon.identity.auth.device.authorization.AuthorizationHelper$1.run(AuthorizationHelper.java:100) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:818)
We do not use any kind of listener in our app, therefore I can not understand why it crashes because of missing listener (That is available, if you check the Exception message)
Thank you for your help.