-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR 'text' #40
Labels
Comments
I meet a similar question too. Looking for an answer. |
I am getting the same error too for two different pages. Is this a similar issue as #18 ?
|
I also had that error and luckily found a solution. |
YouXam
pushed a commit
to YouXam/notion2md
that referenced
this issue
Nov 3, 2023
* fix: Fixed MarkdownExporter makes markdown file even if unzipped flag is on * refactor: Moved CLIExporter to exporter directory * chore: Update dependency requirement of the version of Notion-client 1.0.1 * fix: Fixed parsing 'text' error due to update of Notion API
YouXam
pushed a commit
to YouXam/notion2md
that referenced
this issue
Nov 3, 2023
## [2.8.0](echo724/notion2md@v2.7.6...v2.8.0) (2022-10-14) ### Features * Make downloaded filenames consistent between runs ([echo724#38](echo724#38)) ([30e8f0b](echo724@30e8f0b)) ### Bug Fixes * Fixed [echo724#40](echo724#40) due to the update of Notion API ([echo724#42](echo724#42)) ([1a63351](echo724@1a63351))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running notion2md results in error statement: ERROR 'text'
Using notion2md version 2.7.6
Ubuntu 20.04
Python version 3.8.10
Notion page content (exported to markdown)
Test page 19d3bdf4aade48438defa1b44d18031a.md
I've also tried calling the StringExporter() function from within a Python script and get the exact same error.
Traceback ends at line 39 with KeyError: 'text'
The text was updated successfully, but these errors were encountered: