Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Error: Timetable change action "other" not implemented. #85

Closed
sentry-io bot opened this issue Jan 22, 2022 · 2 comments · Fixed by #87
Closed

Error: Timetable change action "other" not implemented. #85

sentry-io bot opened this issue Jan 22, 2022 · 2 comments · Fixed by #87
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 22, 2022

Sentry Issue: BSZET-VPLAN-24

Error: Timetable change action "other" not implemented.
  File "./src/timetable/changes.ts", line 66, in handleChange
    throw new Error(`Timetable change action "${change.action}" not implemented.`);
  File "./src/timetable/changes.ts", line 17, in forEach
    if (handleChange(timetable, change)) {
  File "./src/timetable/changes.ts", line 13, in applyChanges
    changes.forEach((change) => {
  File "./src/timetable/index.ts", line 50, in getActualTimetable
    applyChanges(clone, changes);
  File "./src/vplan.ts", line 50, in processClass
    day = await getActualTimetable(clazz, date, changes);
...
(1 additional frame(s) were not displayed)
@MarcelCoding
Copy link
Owner

MarcelCoding commented Jan 22, 2022

@TKFRvisionOfficial Please provide some information about this new type of change.

@TKFRvisionOfficial
Copy link
Collaborator

TKFRvisionOfficial commented Jan 27, 2022

This means that there is no change that the Javascript App should worry about. What you are supposed to do is just change nothing about the plan but write the text to the right of the subject in the message field in the telegram message...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants