Thanks! I am not able to get it to work either
This is the error I seem to be getting
Run python -m paperpile_to_notion
13Traceback (most recent call last):
14 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/runpy.py”, line 197, in _run_module_as_main
15 return _run_code(code, main_globals, None,
16 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/runpy.py”, line 87, in _run_code
17 exec(code, run_globals)
18 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/paperpile_to_notion/main.py”, line 116, in
19 main()
20 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/paperpile_to_notion/main.py”, line 48, in main
21 notion_entries = [
22 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/paperpile_to_notion/main.py”, line 49, in
23 {
24 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/paperpile_to_notion/main.py”, line 50, in
25 c[“notion_property”]: notion.get_property(
26 File “/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/paperpile_to_notion/utils/notion.py”, line 70, in get_property
27Loading config from data_config.csv …
28Parsing references.bib …
29Querying Notion DB …
30 content = p[“title”][0][“text”][“content”]
31IndexError: list index out of range
32Error: Process completed with exit code 1.