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
When trying to get the exams using .getExamsForRange(...), I get the following error:
(node:7534) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error: Current Session is not valid
at _Base.getExamsForRange (.../node_modules/.pnpm/[email protected]/node_modules/webuntis/src/base.ts:609:71)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
Is this because Untis has switched to the new API?
The text was updated successfully, but these errors were encountered:
When trying to get the exams using
.getExamsForRange(...)
, I get the following error:Is this because Untis has switched to the new API?
The text was updated successfully, but these errors were encountered: