ErrorxCode / JxInsta

An object-oriented reverse engineered instagram web API made in Java. Now build bots, scrap data, create instagram apps, and a lot more in your favourite language
Apache License 2.0
21 stars 5 forks source link

Updates on this library? #18

Open nicecraftz opened 2 days ago

nicecraftz commented 2 days ago

Hello, are there any updates on this library? ì I have seen it has been called a continuation of Instagram4J but I cannot make it work

https://gist.github.com/nicecraftz/287ffd4e3437ac8b96f26cd86d4a0455

I am getting this error just when creating the instance of JxInsta with valid credentials. Exception in thread "main" java.lang.IndexOutOfBoundsException: Empty list doesn't contain element at index 0. at kotlin.collections.EmptyList.get(Collections.kt:36) at kotlin.collections.EmptyList.get(Collections.kt:24) at com.errorxcode.jxinsta.Utils.getCrsf(Utils.java:100) at com.errorxcode.jxinsta.JxInsta.<init>(JxInsta.java:71) at it.alessandrocalista.Main.main(Main.java:22)