-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
sessionsWrite error with tags #2356
Labels
bug
Something isn't working
Comments
I think #2357 should fix this. |
Actually I have an older version But this is weird, I have the same tag everywhere |
Ok I think it was cause by an empty string "" in schedule |
What value had the empty string? The schedule generation code is really complex and error prone. I just haven't had time to refactor it yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I was adding some sessions and speakers
I got this error:
4:58:16.679 PM
sessionsWrite
Function execution took 1486 ms, finished with status: 'error'
4:58:17.740 PM
sessionsWrite
TypeError: Cannot read properties of undefined (reading 'tags')
at sessionsSpeakersScheduleMap (file:///workspace/dist/schedule-generator/speakers-sessions-schedule-map.js:23:48)
at generateAndSaveData (file:///workspace/dist/generate-sessions-speakers-schedule.js:67:25)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
seems like an issue with tags
Any idea?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
generate sessions and schedule
The text was updated successfully, but these errors were encountered: