-
Notifications
You must be signed in to change notification settings - Fork 10
Description
2021-05-06 20:50:12 E/SuperCourseTimetable: Exception in coroutine Plugin SuperCourseTimetable of SuperCourseTimetable
java.lang.IndexOutOfBoundsException: Index 8 out of bounds for length 7
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:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at stageguard.sctimetable.service.ScheduleListenerService.startUserNotificationJob(ScheduleListenerService.kt:150)
at stageguard.sctimetable.service.ScheduleListenerService$onChangeSchoolWeekPeriod$1$1.invokeSuspend(ScheduleListenerService.kt:207)
at stageguard.sctimetable.service.ScheduleListenerService$onChangeSchoolWeekPeriod$1$1.invoke(ScheduleListenerService.kt)
at stageguard.sctimetable.service.ScheduleListenerService$onChangeSchoolWeekPeriod$1$1.invoke(ScheduleListenerService.kt)
at stageguard.sctimetable.database.Database$suspendQuery$3.invokeSuspend(Database.kt:47)
at stageguard.sctimetable.database.Database$suspendQuery$3.invoke(Database.kt)
at stageguard.sctimetable.database.Database$suspendQuery$3.invoke(Database.kt)
at org.jetbrains.exposed.sql.transactions.experimental.SuspendedKt$suspendedTransactionAsyncInternal$1.invokeSuspend(Suspended.kt:126)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)