Closed avently closed 3 years ago
Please, try latest version 2.2.1
@KamiSempai tried, working correctly. No excessive logs in terminal and good results of importing. Thank you for fast fix!
I upgraded to 2.2.1 but still having the same exception
@KamiSempai, same problem again. Are you able to reproduce?
Same issue here as well. Tried upgrading to 2.2.1 but the issue remains.
+1
+1 same issue
Fixed in version 2.2.2. Publishing is in process. Artifacts should appear in a several hours. Publishing of plugin can take one or two days.
@KamiSempai thanks! Can we avoid this problem in the future? Or it's unpredictable changes from Google?
Fixed in version 2.2.2. Publishing is in process. Artifacts should appear in a several hours. Publishing of plugin can take one or two days.
That error fixed, but now I have
ERROR: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248) at java.base/java.util.Objects.checkIndex(Objects.java:373) at java.base/java.util.ArrayList.get(ArrayList.java:427) at ru.pocketbyte.locolaser.google.sheet.GoogleSheet.fetchCellsIfNeeded(GoogleSheet.kt:262) at ru.pocketbyte.locolaser.google.sheet.GoogleSheet.getFirstRow(GoogleSheet.kt:210) at ru.pocketbyte.locolaser.resource.BaseTableResources.read(BaseTableResources.kt:76) at ru.pocketbyte.locolaser.LocoLaser.localizeInner(LocoLaser.kt:101) at ru.pocketbyte.locolaser.LocoLaser.localize(LocoLaser.kt:33) at ru.pocketbyte.locolaser.Main.main(Main.kt:21)
@avently Google has turned off api v3. Now I did migration to api v4. In the next releases I will implement support of csv as a source to have an alternative for such cases.
@Gerz-inc your issue fixed in version 2.2.3
Hello. Tried to update my local strings from doc file but got an exception. Since I use the same config for many months I think the cause is maybe Google Docs API deprecation or something like that. Do you have the same error with your docs like me?