demo-notion-markdown-exporter icon indicating copy to clipboard operation
demo-notion-markdown-exporter copied to clipboard

导出时报错

Open DanielXH opened this issue 4 years ago • 1 comments

导出时报错,试过几次了,不同的报错提示

TypeError: 'NoneType' object is not iterable Traceback: File "/app/.heroku/python/lib/python3.6/site-packages/streamlit/ScriptRunner.py", line 319, in _run_script exec(code, module.__dict__) File "/app/notion-md-exporter.py", line 187, in <module> notion_markdown_export(token_v2, url, directory) File "/app/notion-md-exporter.py", line 134, in notion_markdown_export for children_id in page.get("content"):

DanielXH avatar Jul 22 '20 04:07 DanielXH

TypeError: 'NoneType' object is not iterable
Traceback:
File "/app/.heroku/python/lib/python3.6/site-packages/streamlit/ScriptRunner.py", line 319, in _run_script
    exec(code, module.__dict__)
File "/app/notion-md-exporter.py", line 187, in <module>
    notion_markdown_export(token_v2, url, directory)
File "/app/notion-md-exporter.py", line 134, in notion_markdown_export
    for children_id in page.get("content"):

DanielXH avatar Jul 22 '20 04:07 DanielXH