Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no right for getTeachers() #26

Open
maxmielchen opened this issue Sep 20, 2024 · 0 comments
Open

no right for getTeachers() #26

maxmielchen opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@maxmielchen
Copy link
Owner

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)
@maxmielchen maxmielchen added the bug Something isn't working label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant