-
APP crashes immediately after beging opened, shows this error message:
Logs
```
l.b.e: Field 'message' is required, but it was missing
at com.sapuseven.untis.models.untis.UntisError.(Unknow…
-
When trying to use `session.getTimetable(start, end, UntisUtils.ElementType.CLASS, cl.getId());` I get this stack trace:
```
E/AndroidRuntime: FATAL EXCEPTION: Thread-3
Process: de.thegreydiamo…
-
Hi,
I am using the WebUntis plugin as part of a module of the magic mirror and it is throwing error like this:
/home/pi/MagicMirror/modules/MMM-untis/node_modules/webuntis/index.js:233
…
-
Hey,
When I get my Timetable using `untis.getOwnTimetableForToday();`, it gets returned in a completely random order.
Is there a way to sort it according to `startTime` or `endTime`?
If so pl…
-
I have the following issue. When I request a simple timetable with the _getSimpleTimetable()_ method, the package returns this error:
`{"jsonrpc":"2.0","id":"req[object Object]","error":{"code":-326…
-
Crash Log
```
Request ID: 3
Error code: 3
Error message: k.b.x.e: Unexpected JSON token at offset 667: Expected '{, kind: a'.
JSON input: .....te":"2021-07-11"}],"timeGrid":null}}}
```
-
Currently, the app relies on the user logging in to get their personal timetable. Our school does not allow login, but has a list where you can chose your name.(see picture below)
Therefore it woul…
7RST1 updated
4 years ago
-
**Description**
The app shows an error message saying "No right for timetable".
**Actual behavior**
Sign in and try to show the timetable
**Expected behavior**
The timetable is correctly show…
-
Hi,
I'm trying to create an absence list per Klasse and can't figure out how to get students filtered by Klasse.
How do I relate the students to their Klasse?
Thanks
hstop updated
4 years ago
-
If e.g. a room has been changed, I would like to see this directly in the timetable view (e.g. 111 ~~222~~) just like OpenUntis and the official Untis apps do. Currently, I have to click on the detai…