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
When trying to get live thread updates pagination.next() fails to parse JSON due to embeds.height being null.
The thread I'm referring to is zp5qyj61kmzg but I faced the same error with other threads.
Caused by: com.squareup.moshi.JsonDataException: Expected an int but was NULL at path $.data.children[1].data.embeds[0].height
at com.squareup.moshi.JsonUtf8Reader.nextInt(JsonUtf8Reader.java:875)
at com.squareup.moshi.StandardJsonAdapters$7.fromJson(StandardJsonAdapters.java:163)
at com.squareup.moshi.StandardJsonAdapters$7.fromJson(StandardJsonAdapters.java:161)
at net.dean.jraw.models.AutoValue_LiveUpdate_Embed$MoshiJsonAdapter.fromJson(AutoValue_LiveUpdate_Embed.java:46)
at net.dean.jraw.models.AutoValue_LiveUpdate_Embed$MoshiJsonAdapter.fromJson(AutoValue_LiveUpdate_Embed.java:18)
at com.squareup.moshi.CollectionJsonAdapter.fromJson(CollectionJsonAdapter.java:76)
at com.squareup.moshi.CollectionJsonAdapter$2.fromJson(CollectionJsonAdapter.java:53)
at com.squareup.moshi.JsonAdapter$2.fromJson(JsonAdapter.java:128)
at net.dean.jraw.models.AutoValue_LiveUpdate$MoshiJsonAdapter.fromJson(AutoValue_LiveUpdate.java:81)
at net.dean.jraw.models.AutoValue_LiveUpdate$MoshiJsonAdapter.fromJson(AutoValue_LiveUpdate.java:29)
at net.dean.jraw.models.internal.AutoValue_RedditModelEnvelope$MoshiJsonAdapter.fromJson(AutoValue_RedditModelEnvelope.java:38)
at net.dean.jraw.models.internal.AutoValue_RedditModelEnvelope$MoshiJsonAdapter.fromJson(AutoValue_RedditModelEnvelope.java:17)
at com.squareup.moshi.JsonAdapter$2.fromJson(JsonAdapter.java:128)
at net.dean.jraw.databind.RedditModelAdapterFactory$StaticAdapter.fromJson(RedditModelAdapterFactory.kt:112)
at com.squareup.moshi.JsonAdapter$2.fromJson(JsonAdapter.java:128)
at net.dean.jraw.databind.RedditModelAdapterFactory$ListingAdapter.readListing(RedditModelAdapterFactory.kt:197)
at net.dean.jraw.databind.RedditModelAdapterFactory$ListingAdapter.fromJson(RedditModelAdapterFactory.kt:168)
at net.dean.jraw.databind.RedditModelAdapterFactory$ListingAdapter.fromJson(RedditModelAdapterFactory.kt:154)
at com.squareup.moshi.JsonAdapter.fromJson(JsonAdapter.java:35)
at com.squareup.moshi.JsonAdapter.fromJson(JsonAdapter.java:39)
at net.dean.jraw.http.HttpResponse.deserializeWith(HttpResponse.kt:49)
at net.dean.jraw.pagination.Paginator.next(Paginator.kt:65)
...
The text was updated successfully, but these errors were encountered:
When trying to get live thread updates
pagination.next()
fails to parse JSON due to embeds.height being null.The thread I'm referring to is zp5qyj61kmzg but I faced the same error with other threads.
The text was updated successfully, but these errors were encountered: