Skip to content

1.11.14-Release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:04
· 9 commits to master since this release
0917c11
Fix potential IndexOutOfBoundsException

java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 0
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
        at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
        at java.base/java.util.Objects.checkIndex(Objects.java:365)
        at java.base/java.util.ArrayList.get(ArrayList.java:428)
        at com.google.gson.JsonArray.get(JsonArray.java:232)
        at io.github.jwdeveloper.tiktok.http.mappers.LiveDataMapper.getUser(LiveDataMapper.java:144)
        at io.github.jwdeveloper.tiktok.http.mappers.LiveDataMapper.map(LiveDataMapper.java:108)
        at io.github.jwdeveloper.tiktok.TikTokLiveHttpClient.getLiveData(TikTokLiveHttpClient.java:152)
        at io.github.jwdeveloper.tiktok.TikTokLiveHttpClient.fetchLiveData(TikTokLiveHttpClient.java:133)
        at io.github.jwdeveloper.tiktok.http.LiveHttpClient.fetchLiveData(LiveHttpClient.java:54)
        at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(ThreadPerTaskExecutor.java:291)
        at java.base/java.lang.VirtualThread.run(VirtualThread.java:460)