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
2024-09-20 15:21:01.472 [eventLoopGroupProxy-4-2] ERROR ktor.application - Unhandled: GET - /ical
java.util.concurrent.CompletionException: java.net.ConnectException: An unexpected exception occurred: {"jsonrpc":"2.0","id":"ID","error":{"message":"no right for getTeachers()","code":-8509}}
at com.github.benmanes.caffeine.cache.LocalLoadingCache.lambda$newMappingFunction$3(LocalLoadingCache.java:190)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2685)
at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2683)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2666)
at com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:112)
at com.github.benmanes.caffeine.cache.LocalLoadingCache.get(LocalLoadingCache.java:58)
at org.bytedream.untis4j.RequestManager.CachedPOST(RequestManager.java:143)
at org.bytedream.untis4j.Session.requestSender(Session.java:151)
at org.bytedream.untis4j.Session.requestSender(Session.java:135)
at org.bytedream.untis4j.Session.getTeachers(Session.java:597)
at org.bytedream.untis4j.Session.lambda$getTimetable$15(Session.java:747)
at org.bytedream.untis4j.Session.requestSender(Session.java:151)
at org.bytedream.untis4j.Session.getTimetable(Session.java:735)
at org.bytedream.untis4j.Session.getTimetableFromPersonId(Session.java:974)
at io.mielchen.max.untiscalendar.app.TimetableKt.getUserSpecificTable(Timetable.kt:9)
at io.mielchen.max.untiscalendar.app.AppKt$module$2$1.invokeSuspend(App.kt:29)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: