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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: