-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Search is again stop working #596
Comments
It works for a 40% chance. I suggest u use a try-catch and loop the search until you get the results. |
Having the same issue with some calls, but yea, workaround seems to loop until it works, just not really efficient. |
Adding loop will definitely work but Is there any long term solution? |
Depends in anyone finds a solution to the problem. @facundoolano |
I've made these changes in my local fork, and it seems to work fine, but haven't had too much time to test it in different scenarios. Note: |
@Djip, how about opening a PR with your change? :) |
As mentioned, i'm not 100% sure this works every time |
@facundoolano Any update? |
I have a same issue. and fix that with try catch loop until it works. |
@Djip, I am happy to give it a test drive if you open a PR with the change. :) |
I opened a PR with your change @Djip, it works perfectly fine for me. @facundoolano, can you please look into it? Thanks a lot! |
Fixed with PR #645 This part was incorrect : The string could be empty or "Apps" (lang : en), "Applications" (lang : fr)... In PR#645, i changed the code with It seems to work perfectly |
Description:
Search is not working properly. It throws an error more than corrected result for same keyword.
keywords examples : Facebook, Walmart etc..
Example code:
Error message:
The text was updated successfully, but these errors were encountered: