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
Fatal Exception: java.lang.IllegalStateException: response.pagination must not be null
at org.wordpress.android.viewmodel.giphy.GiphyPickerDataSource$loadInitial$1.onComplete(GiphyPickerDataSource.kt:80)
at org.wordpress.android.viewmodel.giphy.GiphyPickerDataSource$loadInitial$1.onComplete(GiphyPickerDataSource.kt:16)
at com.giphy.sdk.core.threading.ApiTask$1$1.run(ApiTask.java:108)
at android.os.Handler.handleCallback(Handler.java:898)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:198)
at android.app.ActivityThread.main(ActivityThread.java:6716)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
This was first seen in 11.5-rc-1
Here is the log:
It seems to be crashing with a
null
response.pagination
on this line: https://github.com/wordpress-mobile/WordPress-Android/blob/develop/WordPress/src/main/java/org/wordpress/android/viewmodel/giphy/GiphyPickerDataSource.kt#L805c238a19f8b88c296340c240-fabric
The text was updated successfully, but these errors were encountered: