Skip to content
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

requests.exceptions.HTTPError: Invalid input. #69

Closed
Predo7 opened this issue Jan 18, 2022 · 2 comments
Closed

requests.exceptions.HTTPError: Invalid input. #69

Predo7 opened this issue Jan 18, 2022 · 2 comments

Comments

@Predo7
Copy link

Predo7 commented Jan 18, 2022

I tried running the script and i get this error.

I already tried this solution but nothing #14

(i'm very noob in programmation :))

@SchluppiBobbz
Copy link

SchluppiBobbz commented Feb 9, 2022

The solution from #14 wasn't working for me either.

But this one worked: jamalex/notion-py#294 (comment)

Also described here:
https://stackoverflow.com/questions/66513210/cant-get-page-title-from-notion-using-api

Copy pasted from stackoverflow:
pip uninstall notion

Then either:

pip install git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge
OR in your requirements.txt add

git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge

I hope that helps,
Best

@paperboi
Copy link
Owner

paperboi commented Jul 15, 2022

Hi, I rewrote the code using a different python wrapper that uses the official Notion API for read/write operations in the latest commit. The updated package has been released on PyPi as well. Please run it and hope it works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants