You need to subscribe to errors first. Try and subscribe to the searcher
’s errors to figure out what the issue is. There could, for example, be serialization issues.
Kotlin
searcher.error.subscribePast { Log.i("e", it.toString()) }
We recommend using the Kotlin API client, which is better suited for Android development.