-
Notifications
You must be signed in to change notification settings - Fork 120
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
raise HTTPError( requests.exceptions.HTTPError: Invalid input. #66
Comments
I had the same issue. Running on Mac OS Big Sur, MacBook Pro M1, Python 3.10. Traceback:
|
Same problem for me as well.
|
I fixed with this temporary solution: #63 (comment)
Reference: jamalex/notion-py#352 (comment) |
I tried this but got this error instead: WARNING: Discarding git+https://github.com/jamalex/notion-py.git@refs/pull/352/merge. Command errored out with exit status 1: git version Check the logs for full command output. What should I do? |
@benooirj Maybe your xcode commandline tools needs to be updated. You could try this command: |
Nice tool! Same error from here (Windows 10), I tried the temporary solution but give the same error after the next warning:
C:\Windows\system32>pip install git+https://github.com/jamalex/notion-py.git@refs/pull/352/merge |
Same error here and the temp fix didn't resolve it. Mac OS Big Sur, MacBook Pro M1, Python 3.93 |
Got it working by directly installing the fork (instead of the ref to the PR):
|
Hi, just got around to this- please update to the latest version (1.0.0) and try again. The setup is a little different too so please go through the README file and docs. Latest solution does away with notion-py and the code is built upon the official API (python wrapper is notional which is based on notion-sdk-py. |
I tried running the script and i get that error
The text was updated successfully, but these errors were encountered: