Speech to Notion transcript via Chat GPT-Thomas Frank

I am using Thomas Frank’s Voice to notion build and have run into a repeated issue where the test run returns “Failed to create Notion page.”
Details: ```
at Object.createNotionPage (file:///tmp/pdg/dist/code/16157ccb517312283553eaaa945076926a83e8862411456e6deb94d0e9fdf944/code/Notion-Voice-Notes.mjs:1947:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.run (file:///tmp/pdg/dist/code/16157ccb517312283553eaaa945076926a83e8862411456e6deb94d0e9fdf944/code/Notion-Voice-Notes.mjs:2625:30)
at null.executeComponent (/var/task/launch_worker.js:292:22)
at MessagePort.messageHandler (/var/task/launch_worker.js:792:28)

I am unsure of what is causing it to fail. In the log it states: 
@notionhq/client warn: request fail {
  code: 'validation_error',
  message: '61f54c68dcf7508ba2457 is not a property that exists.'
}
Any tips, I am brand new to this?

Thanks!