报错,求指点 Notion: error from recover cache Error: ENOENT: no such file or directory, open '/home/runner/work/github-notion-star/github-notion-star/.cache/notion-page.json' at Object.openSync (node:fs:585:3) at Object.readFileSync (node:fs:453:35) at Object.get (/home/runner/work/github-notion-star/github-notion-star/libs/cache.ts:18:31) at new Notion (/home/runner/work/github-notion-star/github-notion-star/libs/notion.ts:19:22) at Object.<anonymous> (/home/runner/work/github-notion-star/github-notion-star/libs/notion.ts:132:23) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Module.m._compile (/home/runner/work/github-notion-star/github-notion-star/node_modules/ts-node/src/index.ts:1225:23) at Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Object.require.extensions.<computed> [as .ts] (/home/runner/work/github-notion-star/github-notion-star/node_modules/ts-node/src/index.ts:1228:12) at Module.load (node:internal/modules/cjs/loader:981:32) { errno: -2, syscall: 'open', code: 'ENOENT', path: '/home/runner/work/github-notion-star/github-notion-star/.cache/notion-page.json' } Notion: restored from cache, count is 0 Github: Start to get all starred repos, limit is 20 Notion: Start to get all pages Github: Get all starred repos success, count is 55
/home/runner/work/github-notion-star/github-notion-star/libs/notion.ts:67 pages.forEach((page) => { ^ TypeError: Cannot read properties of undefined (reading 'plain_text') at /home/runner/work/github-notion-star/github-notion-star/libs/notion.ts:68:54 at Array.forEach (<anonymous>) at Notion.addPages (/home/runner/work/github-notion-star/github-notion-star/libs/notion.ts:67:15) at Notion.fullSyncIfNeeded (/home/runner/work/github-notion-star/github-notion-star/libs/notion.ts:55:18) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Promise.all (index 1) at fullSync (/home/runner/work/github-notion-star/github-notion-star/main.ts:6:5) Error: Process completed with exit code 1.