asnunes / notion-page-to-html

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

it doesnt work #26

Closed vladkrutenyuk closed 2 years ago

vladkrutenyuk commented 2 years ago

Uncaught (in promise) InvalidPageUrlError: Url "https://vladkrutenyuk.notion.site/Blog-Post-9173b6a515c54ad6bc9738f0001cd9af" is not a valid notion page.

image
vladkrutenyuk commented 2 years ago

it doesnt work even with your link

vladkrutenyuk commented 2 years ago
image image
asnunes commented 2 years ago

Hi, @vladkrutenyuk. Your given page is not public. Pages must be public to be fetched, also notion-page-to-html is a NodeJS tool, so it should not be used in the browser. That is why you are facing node-http-post-client error. Both informations can be found in the README.md file. Closing it by now.