notion-py
notion-py copied to clipboard
Help!!! requests.exceptions.HTTPError: Invalid input.
Sorry to disturb you. When I try the example code.
client = NotionClient(token_v2="<token_v2>")
page = client.get_block("
Then, it came out the error that:
Traceback (most recent call last):
File "D:\program files\JetBrains\PyCharm 2021.3.2\plugins\python\helpers\pydev\pydevd.py", line 1483, in _exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "D:\program files\JetBrains\PyCharm 2021.3.2\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "D:/Users/Vencent-Won/PycharmProjects/mark2notion/main.py", line 9, in
I had the same issue.
Same issue here, any solution?
Found solution here: https://github.com/paperboi/kindle2notion/issues/14
Didn't work for me, line 280 seems to have been amended in the package alraedy