ogallagher / quizcard-generator

Given a source document, generate quiz/flash cards
https://wordsearch.dreamhosters.com/quizcard-generator
MIT License
1 stars 0 forks source link

Fix web server null note error quizcard_webserver.js:34 #37

Closed ogallagher closed 9 months ago

ogallagher commented 9 months ago

Example error logs

101.INFO: parsed 458 sentences, 2026 words
323.INFO: max choices = 5
147.INFO: calculations complete for 택시-운전사_대본_1.txt
215.INFO: generate null anki notes
219.DEBUG: word_frequency_ordinal_max or min = undefined || undefined
222.DEBUG: choice variation = 0.7
223.DEBUG: prologue=10 epilogue=8
/home/dh_yx2fag/wordsearch.dreamhosters.com/quizcard_webserver.js:34
                    (note) => note.toString(
                                   ^
TypeError: Cannot read properties of null (reading 'toString')
    at /home/dh_yx2fag/wordsearch.dreamhosters.com/quizcard_webserver.js:34:36
    at Array.map (<anonymous>)
    at /home/dh_yx2fag/wordsearch.dreamhosters.com/quizcard_webserver.js:33:40
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)