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

For those getting 'HTTPError( requests.exceptions.HTTPError: Invalid input.)' #14

Closed
lhnrd opened this issue Mar 24, 2021 · 11 comments
Closed

Comments

@lhnrd
Copy link

lhnrd commented Mar 24, 2021

Apparently notion-py has some issues with big http limits.

jamalex/notion-py#304

A workaround for me (a noob on python) to make it work was:

  1. Run pip show notion on the terminal.
  2. Get notion package location and access its contents (e.g. /usr/local/lib/python3.9/site-packages/notion).
  3. Change store.py line 280 to "limit": 100,.
@lhnrd
Copy link
Author

lhnrd commented Mar 24, 2021

Thanks for this great package by the way. Works like a charm.

@paperboi paperboi pinned this issue Apr 20, 2021
@paperboi
Copy link
Owner

Wow. Thanks for the heads up! Will keep this pinned for future reference.

@lhnrd lhnrd mentioned this issue Apr 20, 2021
@paperboi paperboi changed the title Problems with notion-py For those getting 'HTTPError( requests.exceptions.HTTPError: Invalid input.)' May 28, 2021
@ShuibCodes
Copy link

this didnt work for me

@aryaMode
Copy link

aryaMode commented Dec 2, 2021

This does not work for me.

@Predo7
Copy link

Predo7 commented Jan 18, 2022

this doesn't work for me

@acakebro
Copy link

it worked for me!

@paperboi paperboi unpinned this issue Jul 25, 2022
@Rexus752
Copy link

Thanks, it worked!

@necessaryBQ
Copy link

Thanks, it worked for me!

@DWJCW
Copy link

DWJCW commented Jan 15, 2023

It worked for me! Thank you!

@0xEduardo
Copy link

It worked! Thanks much

@soapycattt
Copy link

Thanks, it worked gracefully on my local. Anyone has any idea how to make this change on production?

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