-
Notifications
You must be signed in to change notification settings - Fork 4
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
This doesn't work anymore #2
Comments
Thank you very much! So far I found some clues here and here.
Another major problem with the API appears to be its rate limits. As of now, they are very strict and once reached, they require a captcha. There are some inconsistencies with the error codes as well. The rate limit appears to be somewhere at double-digit level. Some users got the Error Code 24 but I received an email once with a user saying he got error code 9. Anyway, thank you for your help! Merging now |
Ill actually keep this open for now |
Thank you for your quick response, it's truly appreciated, hopefully we will find some solutions for the rate limit problem. |
How to render the captcha (to a display) in order to pass the error 24? |
I would also like to know how to do this. |
Hi,
To begin with, thank you very much for this work.
I found out recently that this lib doesn't work anymore, Qwant always returns empty result sets... and set status to
success
!After some research, I found out that it basically needs some extra params in the URL.
To be honest, I'm not sure about everything, but it does work as expected and it might be a little bit hacky:
t
variable which is basically a copy of the query (I think it'st
for translation, but not sure)f
variable which is due to be set (seems like it's a boolean but I don't know what it is)uiv
variable which had to be set to4
I'll be sending a PR following this issue.
The text was updated successfully, but these errors were encountered: