Skip to content

Tags: jwdeveloper/TikTokLiveJava

Tags

1.11.15-Release

Toggle 1.11.15-Release's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor LiveDataMapper to simplify JSON parsing

1.11.14-Release

Toggle 1.11.14-Release's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

1.11.13-Release

Toggle 1.11.13-Release's commit message
Add nullability safety to Eulerstream WS mapping!

1.11.12-Release

Toggle 1.11.12-Release's commit message
Change EulerstreamEnterpriseApi to use correct variable!

1.11.11-Release

Toggle 1.11.11-Release's commit message
Changing native fetchGifts to false due to majority users not needing…

… this and the endpoint now requiring signatures!

1.11.10-Release

Toggle 1.11.10-Release's commit message
Add Goody Bag proto for testing and update TikTokBarrageEvent for pot…

…ential use in SuperFan events.

1.11.9-Release

Toggle 1.11.9-Release's commit message
Minor fix to proxying requests. Finally preserves state and proxies a…

…ll requests when enabled.

1.11.8-Release

Toggle 1.11.8-Release's commit message
Minor changes to new social/gift events!

1.11.7-Release

Toggle 1.11.7-Release's commit message
Temp fix until Eulerstream passes currentViewers!

1.11.6-Release

Toggle 1.11.6-Release's commit message
Fix Eulerstream websocket roomInfo incorrectly being mapped!