asnunes / notion-page-to-html

NodeJS tool to convert public Notion pages to HTML from page ID
MIT License
163 stars 45 forks source link

Unable to find any public page NPM latest #24

Closed darius00klokj closed 2 years ago

darius00klokj commented 2 years ago

NotionPageToHtml.convert("https://www.notion.so/asnunes/Simple-Page-Text-2-4d64bbc0634d4758befa85c5a3a6c22f").then((page) => console.log(page));

Error: Can not find Notion Page of id 4d64bbc0-634d-4758-befa-85c5a3a6c22f. Is the url correct? It is the original page or a redirect page (not supported)?

My setup: npm version 8.3.1 node v16.14.0

Same error on: https://npm.runkit.com/notion-page-to-html

MemerGamer commented 2 years ago

Same issue here

asnunes commented 2 years ago

I was not able to reproduce it either locally or on the given link for the current release. Closing it by now