leoncvlt / loconotion

📄 Python tool to turn Notion.so pages into lightweight, customizable static websites
831 stars 133 forks source link

Issue with sample page #134

Open restyler opened 1 year ago

restyler commented 1 year ago

README sample notion page has a login wall now, which I guess might lead to frustration for a lot of first time users.

I encountered a timeout when running the sample code.

python loconotion https://www.notion.so/The-perfect-It-s-Always-Sunny-in-Philadelphia-episode-d08aaec2b24946408e8be0e9f2ae857e

the page https://www.notion.so/The-perfect-It-s-Always-Sunny-in-Philadelphia-episode-d08aaec2b24946408e8be0e9f2ae857e throws non-descriptive timeout when run through loconotion. I guess it should be clearly stated in README, or, even better, you should make the page public and accessible for chrome driver, so the examples work out of the box, is it possible to do so?

Thank you for an awesome project!

sueszli commented 1 year ago

I believe this is because Notion recently changed the URL of their hosted pages to the new ones with the post-fix notion.site.

The loconotion demo site can currently be accessed here: https://eager-waterfall-308.notion.site/Loconotion-Example-03c403f4fdc94cc1b315b9469a8950ef

I also was confronted with the same issue and friends and I resolved it in the refactored version / fork of loconotion which can be found here: https://github.com/sueszli/notionSnapshot/

sueszli commented 1 year ago

Please let me know if using the updated link to the loconotion demo website resolved your problem! Thanks :)