jinglouyan
jinglouyan
错误提示:(node:7904) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'songs' of undefined at C:\Users\jinglouyan\WebstormProjects\music_server\listen1-api.min.js:8:168531 at process._tickCallback (internal/process/next_tick.js:68:7) (node:7904) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function...
here is my code ` from docxtpl import DocxTemplate, InlineImage PRESET_VALUES = { "OUTPUT_DIR": "./output", "EDUCATION_DEPARTMENT": "汪清县", } context = { "edu_department": PRESET_VALUES["EDUCATION_DEPARTMENT"], "start_date": "2024年2月22日", "end_date": "2024年3月26日", "year": "2024", "month":...