-
Notifications
You must be signed in to change notification settings - Fork 473
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
invalid input as error in database url #305
Comments
I had a same problem and I solved it. There are some changes added 'limit' parameter client.py and store.py, you can see it recent pull request! If you download code here https://github.com/c0j0s/notion-py ,then error will be fixed :) |
Is this a change in version 0.0.28? I am using 0.0.27 and getting the same issue. |
New commit code came out, but it was not reflected to new version. |
So I am not master user so probably I am making stupid mistake .. So after this action my problem did not resolved ;/ |
@shirobachi if you use like that In my case i'm using in Docker. |
So, Unfortunately, my script still has the same problem :( |
@shirobachi try put the link like dependecy. Ill paste my requirement here. requirement.txt
So the pip install will clone it automatic |
I am losing my mind .. |
@shirobachi still Invalid Input error? Put some logs, pip install logs eg, and your requeriments.txt file One thing u can try is remove notion dependency and run pip install and should get error from notion module not found, if not fired so u have another notion module somewhere. |
Have a look here: https://tinyl.io/3v5x Is it matter if the requirement is in a different directory than py project? As I understood requirement has packages names that will be installed global, so it should not matter, but because I am not sure I prefer to write about that Thanks for your help |
@shirobachi first all, u not need import the others things i put in requirements.txt, like ppretty, aiofiles, if you not using that, just the git+https stuff. Second, that error not like related to your initial error, so you should look in other places to solve that issue. BUT to get some LIGHT, check that link below https://stackoverflow.com/a/47393778 It's look like circular dependency, check too with the samples here in GitHub if notion is working properly without use PageBlock, with it you will confirm if your dependency manager its working properly and you can go foward and solve others problems will appear. I hope it can help you. And let me know if it works and if the initial bug appears. |
By default
It works. Hurray!
|
Hey,
I wrote script what was working just fine, but since week it stopped. I just now had time to see what's going on and it say
invalid input
on line with db url. I run smoke test and same shitAny idea?
The text was updated successfully, but these errors were encountered: